>>> Building on exopi-3 under games/sudognu BDEPENDS = [devel/gmake] DIST = [games/sudognu:sudognu-1.09.tar.gz] FULLPKGNAME = sudognu-1.09p1 Avoided depends for gmake-4.4.1 distfiles size=53235 >>> Running build in games/sudognu at 1714745138.71 ===> games/sudognu ===> Building from scratch sudognu-1.09p1 ===> sudognu-1.09p1 depends on: gmake-* -> gmake-4.4.1 ===> Verifying specs: c m z pthread ===> found c.100.0 m.10.1 z.7.0 pthread.27.1 ===> Checking files for sudognu-1.09p1 `/exopi-cvs/ports/distfiles/sudognu-1.09.tar.gz' is up to date. >> (SHA256) sudognu-1.09.tar.gz: OK ===> Extracting for sudognu-1.09p1 ===> Patching for sudognu-1.09p1 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.orig Sat Mar 21 15:44:26 2009 |+++ Makefile Sun Apr 5 20:54:17 2009 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 23. done ===> Applying OpenBSD patch patch-getopt_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- getopt.c.orig Sat Mar 21 15:44:26 2009 |+++ getopt.c Sun Apr 5 20:52:13 2009 -------------------------- Patching file getopt.c using Plan A... Hunk #1 succeeded at 83. done ===> Applying OpenBSD patch patch-print_svg_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- print_svg.c.orig Thu Feb 12 21:45:03 2009 |+++ print_svg.c Sun Mar 8 09:27:14 2009 -------------------------- Patching file print_svg.c using Plan A... Hunk #1 succeeded at 7. Hunk #2 succeeded at 36. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for sudognu-1.09p1 ===> Configuring for sudognu-1.09p1 ===> Building for sudognu-1.09p1 cc -O2 -pipe -I. -Wall -c block_line.c -o block_line.o cc -O2 -pipe -I. -Wall -c cands.c -o cands.o cands.c:17:6: warning: variable 'istat' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (devurandom != NULL) { ^~~~~~~~~~~~~~~~~~ cands.c:24:10: note: uninitialized use occurs here istat = istat % cell.ncand; ^~~~~ cands.c:17:2: note: remove the 'if' if its condition is always true if (devurandom != NULL) { ^~~~~~~~~~~~~~~~~~~~~~~~ cands.c:15:20: note: initialize the variable 'istat' to silence this warning unsigned int istat, i; ^ = 0 1 warning generated. cc -O2 -pipe -I. -Wall -c canoni.c -o canoni.o cc -O2 -pipe -I. -Wall -c color.c -o color.o cc -O2 -pipe -I. -Wall -c create_sudoku.c -o create_sudoku.o create_sudoku.c:49:12: warning: variable 'ng' set but not used [-Wunused-but-set-variable] int r, c, ng, ngiv, t0, t1; ^ create_sudoku.c:50:20: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int elim[NUM_ET], ret; ^ create_sudoku.c:412:20: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int elim[NUM_ET], ret; ^ create_sudoku.c:440:6: warning: variable 'ng' set but not used [-Wunused-but-set-variable] int ng, size = sudoku->size; ^ create_sudoku.c:443:20: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int elim[NUM_ET], ret; ^ 5 warnings generated. cc -O2 -pipe -I. -Wall -c fish.c -o fish.o cc -O2 -pipe -I. -Wall -c forcing_chain.c -o forcing_chain.o cc -O2 -pipe -I. -Wall -c getopt.c -o getopt.o cc -O2 -pipe -I. -Wall -c grid.c -o grid.o grid.c:385:6: warning: variable 'istat' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (devurandom != NULL) { ^~~~~~~~~~~~~~~~~~ grid.c:394:10: note: uninitialized use occurs here istat = istat % nstat; ^~~~~ grid.c:385:2: note: remove the 'if' if its condition is always true if (devurandom != NULL) { ^~~~~~~~~~~~~~~~~~~~~~~~ grid.c:378:20: note: initialize the variable 'istat' to silence this warning unsigned int istat; ^ = 0 grid.c:428:6: warning: variable 'istat' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (devurandom != NULL) { ^~~~~~~~~~~~~~~~~~ grid.c:437:10: note: uninitialized use occurs here istat = istat % nstat; ^~~~~ grid.c:428:2: note: remove the 'if' if its condition is always true if (devurandom != NULL) { ^~~~~~~~~~~~~~~~~~~~~~~~ grid.c:413:20: note: initialize the variable 'istat' to silence this warning unsigned int istat; ^ = 0 2 warnings generated. cc -O2 -pipe -I. -Wall -c hidden_tupel.c -o hidden_tupel.o cc -O2 -pipe -I. -Wall -c pdf_sheet.c -o pdf_sheet.o pdf_sheet.c:265:5: warning: 'snprintf' size argument is too large; destination buffer has size 10, but size argument is 12 [-Wfortify-source] snprintf(buf, 12, "%d", grid[i][j].value); ^ pdf_sheet.c:359:6: warning: variable 'l_cont' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (sudoku[0].rating > eps) l_cont = grid_to_pdf(sudoku[0].grid, size, buf[0], f, font_str, x , y+dy, sqsize, 0.5); ^~~~~~~~~~~~~~~~~~~~~~ pdf_sheet.c:370:2: note: uninitialized use occurs here l_cont += pdf_set_font(f, font_str, fontsize); ^~~~~~ pdf_sheet.c:359:2: note: remove the 'if' if its condition is always true if (sudoku[0].rating > eps) l_cont = grid_to_pdf(sudoku[0].grid, size, buf[0], f, font_str, x , y+dy, sqsize, 0.5); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ pdf_sheet.c:307:12: note: initialize the variable 'l_cont' to silence this warning int l_cont, l_obj[8]; ^ = 0 2 warnings generated. cc -O2 -pipe -I. -Wall -c print.c -o print.o print.c:115:3: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] printf("\n"); ^ print.c:110:2: note: previous statement is here for (is=0; is>> Running package in games/sudognu at 1714745148.16 ===> games/sudognu ===> Faking installation for sudognu-1.09p1 /exopi-obj/pobj/sudognu-1.09/bin/install -c -s -m 755 /exopi-obj/pobj/sudognu-1.09/sudognu-1.09/sudognu /exopi-obj/pobj/sudognu-1.09/fake-amd64/usr/local/bin /exopi-obj/pobj/sudognu-1.09/bin/install -c -m 644 /exopi-obj/pobj/sudognu-1.09/sudognu-1.09/sudognu.1 /exopi-obj/pobj/sudognu-1.09/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/sudognu-1.09/bin/install -d -m 755 /exopi-obj/pobj/sudognu-1.09/fake-amd64/usr/local/share/examples/sudognu /exopi-obj/pobj/sudognu-1.09/bin/install -c -m 755 /exopi-obj/pobj/sudognu-1.09/sudognu-1.09/*.cgi /exopi-obj/pobj/sudognu-1.09/fake-amd64/usr/local/share/examples/sudognu ===> Building package for sudognu-1.09p1 Create /exopi-cvs/ports/packages/amd64/all/sudognu-1.09p1.tgz Creating package sudognu-1.09p1 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 6% checksumming|******* | 11% checksumming|********** | 17% checksumming|************** | 22% checksumming|***************** | 28% checksumming|******************** | 33% checksumming|************************ | 39% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************* | 61% checksumming|***************************************** | 67% checksumming|******************************************** | 72% checksumming|*********************************************** | 78% checksumming|*************************************************** | 83% checksumming|****************************************************** | 89% checksumming|********************************************************** | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*********************************************************** | 92% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/sudognu-1.09p1.tgz >>> Running clean in games/sudognu at 1714745150.49 ===> games/sudognu ===> Cleaning for sudognu-1.09p1 >>> Ended at 1714745150.94 max_stuck=0.06/build=9.44/package=2.34/clean=0.48