printf ' ' | fink --no-use-binary-dist --yes --build-as-nobody rebuild palp 2>&1 The package 'palp' will be built without being installed. Reading build dependency for palp-1.1-1... Reading dependency for palp-1.1-1... Reading build conflict for palp-1.1-1... The following package will be rebuilt: palp curl --connect-timeout 30 -f -L -A 'fink/0.37.0' -O http://distfiles.master.finkmirrors.net/distfiles/palp-1.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 183k 100 183k 0 0 258k 0 --:--:-- --:--:-- --:--:-- 258k curl --connect-timeout 30 -f -L -A 'fink/0.37.0' -O http://distfiles.master.finkmirrors.net/distfiles/0204356v1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 37 246k 37 93911 0 0 182k 0 0:00:01 --:--:-- 0:00:01 182k 100 246k 100 246k 0 0 339k 0 --:--:-- --:--:-- --:--:-- 339k Setting runtime build-lock... dpkg-deb -b /sw/build.build/root-fink-buildlock-palp-1.1-1 /sw/build.build dpkg-deb: building package `fink-buildlock-palp-1.1-1' in `/sw/build.build/fink-buildlock-palp-1.1-1_2014.08.07-06.31.41_darwin-x86_64.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/build.build/fink-buildlock-palp-1.1-1_2014.08.07-06.31.41_darwin-x86_64.deb Selecting previously deselected package fink-buildlock-palp-1.1-1. (Reading database ... 4740 files and directories currently installed.) Unpacking fink-buildlock-palp-1.1-1 (from .../fink-buildlock-palp-1.1-1_2014.08.07-06.31.41_darwin-x86_64.deb) ... Setting up fink-buildlock-palp-1.1-1 (2014.08.07-06.31.41) ... sudo -u fink-bld [ENV] sh -c /tmp/fink.v1Byj env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xvf /sw/src/palp-1.1.tar.gz palp/ palp/Global.h palp/LG.h palp/Nef.h palp/Rat.h palp/Subpoly.h palp/COPYING palp/mori.c palp/class.c palp/Coord.c palp/cws.c palp/E_Poly.c palp/LG.c palp/lgotwist.c palp/nef.c palp/Nefpart.c palp/poly.c palp/Polynf.c palp/Rat.c palp/Subadd.c palp/Subdb.c palp/Subpoly.c palp/Vertex.c palp/Makefile palp/GNUmakefile sudo -u fink-bld [ENV] sh -c /tmp/fink.MjD_M cp /sw/src/0204356v1 . sudo -u fink-bld [ENV] sh -c /tmp/fink.GB8fl mv ../0204356v1 PALP.pdf make gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/sw/include -c -o poly.o poly.c gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/sw/include -c -o Coord.o Coord.c gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/sw/include -c -o Rat.o Rat.c gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/sw/include -c -o Vertex.o Vertex.c gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/sw/include -c -o Polynf.o Polynf.c gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/sw/include -c -o LG.o LG.c gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/sw/include -c -o class.o class.c gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/sw/include -c -o Subpoly.o Subpoly.c LG.c:40:37: warning: while loop has empty body [-Wempty-body] { while(' '==(C=fgetc(inFILE))); ungetc(C,inFILE); ^ LG.c:40:37: note: put the semicolon on a separate line to silence this warning Coord.c:113:38: warning: while loop has empty body [-Wempty-body] while(' '==(c=fgetc(inFILE ))); ungetc(c,inFILE); /* read blanks */ ^ Coord.c:113:38: note: put the semicolon on a separate line to silence this warning LG.c:184:37: warning: while loop has empty body [-Wempty-body] { while(' '==(c=fgetc(inFILE))); ungetc(c,inFILE); ^ LG.c:184:37: note: put the semicolon on a separate line to silence this warning Coord.c:342:39: warning: while loop has empty body [-Wempty-body] while(--i) {while(!B.x[i-1][--j]); Amin[i]=++j;} ^ Coord.c:342:39: note: put the semicolon on a separate line to silence this warning Subpoly.c:870:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf(ctime(&_NFL->TIME)); ^~~~~~~~~~~~~~~~~~ Subpoly.c:1193:33: warning: format string is not a string literal (potentially insecure) [-Wformat-security] _NFL->TIME=time(NULL); printf(ctime(&_NFL->TIME)); ^~~~~~~~~~~~~~~~~~ gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/sw/include -c -o Subadd.o Subadd.c gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/sw/include -c -o Subdb.o Subdb.c Subadd.c:98:43: warning: format string is not a string literal (potentially insecure) [-Wformat-security] L->TIME= L->SAVE= time(NULL); printf(ctime(&L->TIME)); L->CLOCK= clock(); ^~~~~~~~~~~~~~~ gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/sw/include -c -o cws.o cws.c Subdb.c:1499:24: warning: unused parameter 'dbin' [-Wunused-parameter] void DB_to_Hodge(char *dbin, char *dbout, int vfrom, int vto, ^ Subdb.c:1499:36: warning: unused parameter 'dbout' [-Wunused-parameter] void DB_to_Hodge(char *dbin, char *dbout, int vfrom, int vto, ^ Subdb.c:1499:47: warning: unused parameter 'vfrom' [-Wunused-parameter] void DB_to_Hodge(char *dbin, char *dbout, int vfrom, int vto, ^ Subdb.c:1499:58: warning: unused parameter 'vto' [-Wunused-parameter] void DB_to_Hodge(char *dbin, char *dbout, int vfrom, int vto, ^ Subdb.c:1500:19: warning: unused parameter '_P' [-Wunused-parameter] PolyPointList *_P){ ^ Subdb.c:1502:23: warning: unused parameter 'dbaux' [-Wunused-parameter] void Sort_Hodge(char *dbaux, char *dbout){ ^ Subdb.c:1502:36: warning: unused parameter 'dbout' [-Wunused-parameter] void Sort_Hodge(char *dbaux, char *dbout){ ^ Subdb.c:1504:28: warning: unused parameter 'filename' [-Wunused-parameter] void Test_Hodge_file(char *filename, PolyPointList *P){ ^ Subdb.c:1504:53: warning: unused parameter 'P' [-Wunused-parameter] void Test_Hodge_file(char *filename, PolyPointList *P){ ^ Subdb.c:1506:26: warning: unused parameter 'dbname' [-Wunused-parameter] void Test_Hodge_db(char *dbname){ ^ Subdb.c:1508:34: warning: unused parameter 'dname' [-Wunused-parameter] void Extract_from_Hodge_db(char *dname, char *x_string, PolyPointList *P){ ^ Subdb.c:1508:47: warning: unused parameter 'x_string' [-Wunused-parameter] void Extract_from_Hodge_db(char *dname, char *x_string, PolyPointList *P){ ^ Subdb.c:1508:72: warning: unused parameter 'P' [-Wunused-parameter] void Extract_from_Hodge_db(char *dname, char *x_string, PolyPointList *P){ ^ Subdb.c:1765:34: warning: format string is not a string literal (potentially insecure) [-Wformat-security] _L->TIME=time(NULL); printf(ctime(&_L->TIME)); ^~~~~~~~~~~~~~~~ 2 warnings generated. gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/sw/include -c -o nef.o nef.c gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/sw/include -c -o E_Poly.o E_Poly.c 2 warnings generated. gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/sw/include -c -o Nefpart.o Nefpart.c 1 warning generated. 2 warnings generated. 14 warnings generated. gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o poly.x poly.o Coord.o Rat.o Vertex.o Polynf.o LG.o gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o class.x class.o Coord.o Rat.o Vertex.o Polynf.o Subpoly.o Subadd.o Subdb.o gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o cws.x cws.o Coord.o Rat.o Vertex.o Polynf.o LG.o gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o nef.x nef.o Coord.o Rat.o Vertex.o Polynf.o E_Poly.o Nefpart.o LG.o /bin/rm -rf /sw/build.build/root-palp-1.1-1 /bin/mkdir -p /sw/build.build/root-palp-1.1-1/sw /bin/mkdir -p /sw/build.build/root-palp-1.1-1/DEBIAN /usr/sbin/chown -R fink-bld:fink-bld /sw/build.build/root-palp-1.1-1 sudo -u fink-bld [ENV] sh -c /tmp/fink.0vswd mkdir /sw/build.build/root-palp-1.1-1/sw/bin mv class.x cws.x nef.x poly.x /sw/build.build/root-palp-1.1-1/sw/bin sudo -u fink-bld [ENV] sh -c /tmp/fink.Pxjyb /usr/bin/install -d -m 700 /sw/build.build/root-palp-1.1-1/sw/share/doc/palp /bin/cp -r COPYING /sw/build.build/root-palp-1.1-1/sw/share/doc/palp/ /bin/cp -r PALP.pdf /sw/build.build/root-palp-1.1-1/sw/share/doc/palp/ /bin/cp -r Global.h /sw/build.build/root-palp-1.1-1/sw/share/doc/palp/ /bin/chmod -R go=u-w /sw/build.build/root-palp-1.1-1/sw/share/doc/palp /bin/rm -f /sw/build.build/root-palp-1.1-1/sw/info/dir /sw/build.build/root-palp-1.1-1/sw/info/dir.old /sw/build.build/root-palp-1.1-1/sw/share/info/dir /sw/build.build/root-palp-1.1-1/sw/share/info/dir.old Reverting ownership of install dir to root Writing control file... Writing md5sums file... env LANG=C LC_ALL=C dpkg-deb -b root-palp-1.1-1 /sw/fink/10.9/stable/main/binary-darwin-x86_64/sci dpkg-deb: building package `palp' in `/sw/fink/10.9/stable/main/binary-darwin-x86_64/sci/palp_1.1-1_darwin-x86_64.deb'. Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-palp-1.1-1 (Reading database ... 4741 files and directories currently installed.) Removing fink-buildlock-palp-1.1-1 ...