printf ' ' | fink --no-use-binary-dist --yes --build-as-nobody rebuild pgn-extract 2>&1 The package 'pgn-extract' will be built without being installed. Reading build dependency for pgn-extract-16.7-1... Reading dependency for pgn-extract-16.7-1... Reading build conflict for pgn-extract-16.7-1... The following package will be rebuilt: pgn-extract curl --connect-timeout 30 -f -L -A 'fink/0.37.0' -O http://distfiles.master.finkmirrors.net/distfiles/pgn-extract-16-7.tgz % 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 145k 0 1205 0 0 1229 0 0:02:01 --:--:-- 0:02:01 1229 85 145k 85 124k 0 0 96695 0 0:00:01 0:00:01 --:--:-- 96642 100 145k 100 145k 0 0 108k 0 0:00:01 0:00:01 --:--:-- 108k Setting runtime build-lock... dpkg-deb -b /sw/build.build/root-fink-buildlock-pgn-extract-16.7-1 /sw/build.build dpkg-deb: building package `fink-buildlock-pgn-extract-16.7-1' in `/sw/build.build/fink-buildlock-pgn-extract-16.7-1_2014.08.05-01.28.44_darwin-x86_64.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/build.build/fink-buildlock-pgn-extract-16.7-1_2014.08.05-01.28.44_darwin-x86_64.deb Selecting previously deselected package fink-buildlock-pgn-extract-16.7-1. (Reading database ... 4740 files and directories currently installed.) Unpacking fink-buildlock-pgn-extract-16.7-1 (from .../fink-buildlock-pgn-extract-16.7-1_2014.08.05-01.28.44_darwin-x86_64.deb) ... Setting up fink-buildlock-pgn-extract-16.7-1 (2014.08.05-01.28.44) ... sudo -u fink-bld [ENV] sh -c /tmp/fink.crP_T env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xvf /sw/src/pgn-extract-16-7.tgz pgn-extract-16-7/ pgn-extract-16-7/typedef.h pgn-extract-16-7/tokens.h pgn-extract-16-7/taglist.h pgn-extract-16-7/output.h pgn-extract-16-7/output.c pgn-extract-16-7/mymalloc.h pgn-extract-16-7/mymalloc.c pgn-extract-16-7/moves.h pgn-extract-16-7/moves.c pgn-extract-16-7/map.h pgn-extract-16-7/map.c pgn-extract-16-7/main.c pgn-extract-16-7/lists.h pgn-extract-16-7/lists.c pgn-extract-16-7/lines.h pgn-extract-16-7/lines.c pgn-extract-16-7/lex.h pgn-extract-16-7/lex.c pgn-extract-16-7/help.html pgn-extract-16-7/hashing.h pgn-extract-16-7/hashing.c pgn-extract-16-7/grammar.h pgn-extract-16-7/grammar.c pgn-extract-16-7/end.h pgn-extract-16-7/end.c pgn-extract-16-7/eco.pgn pgn-extract-16-7/eco.h pgn-extract-16-7/eco.c pgn-extract-16-7/defs.h pgn-extract-16-7/decode.h pgn-extract-16-7/decode.c pgn-extract-16-7/bool.h pgn-extract-16-7/argsfile.h pgn-extract-16-7/argsfile.c pgn-extract-16-7/apply.h pgn-extract-16-7/apply.c pgn-extract-16-7/Makefile pgn-extract-16-7/COPYING sudo -u fink-bld [ENV] sh -c /tmp/fink.DGJxD [ -r /sw/fink/dists/stable/main/finkinfo/games/pgn-extract.patch ] sudo -u fink-bld [ENV] sh -c /tmp/fink.HC2i4 patch -p1 < /sw/fink/dists/stable/main/finkinfo/games/pgn-extract.patch patching file Makefile sudo -u fink-bld [ENV] sh -c /tmp/fink.PKXHV gnumake gcc -c -pedantic -Wall -Wshadow -Wformat -Wpointer-arith -D__unix__ -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g grammar.c gcc -c -pedantic -Wall -Wshadow -Wformat -Wpointer-arith -D__unix__ -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g lex.c gcc -c -pedantic -Wall -Wshadow -Wformat -Wpointer-arith -D__unix__ -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g map.c gcc -c -pedantic -Wall -Wshadow -Wformat -Wpointer-arith -D__unix__ -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g decode.c gcc -c -pedantic -Wall -Wshadow -Wformat -Wpointer-arith -D__unix__ -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g moves.c gcc -c -pedantic -Wall -Wshadow -Wformat -Wpointer-arith -D__unix__ -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g lists.c gcc -c -pedantic -Wall -Wshadow -Wformat -Wpointer-arith -D__unix__ -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g apply.c gcc -c -pedantic -Wall -Wshadow -Wformat -Wpointer-arith -D__unix__ -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g output.c lex.c:189:13: warning: comparison of unsigned enum expression >= 0 is always true [-Wtautological-compare] if((tag >= 0) && (tag < tag_list_length)){ ~~~ ^ ~ apply.c:200:14: warning: comparison of unsigned enum expression >= 0 is always true [-Wtautological-compare] if(piece >= 0 && piece < NUM_PIECE_VALUES){ ~~~~~ ^ ~ gcc -c -pedantic -Wall -Wshadow -Wformat -Wpointer-arith -D__unix__ -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g eco.c map.c:715:12: warning: implicit conversion from enumeration type 'CheckStatus' to different enumeration type 'Boolean' [-Wenum-conversion] return in_check; ~~~~~~ ^~~~~~~~ apply.c:607:14: warning: case value not in enumerated type 'Piece' [-Wswitch] gcc -c -pedantic -Wall -Wshadow -Wformat -Wpointer-arith -D__unix__ -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g lines.c case B(PAWN): ^ ./defs.h:117:18: note: expanded from macro 'B' #define B(piece) MAKE_COLOURED_PIECE(BLACK,piece) ^ ./defs.h:115:43: note: expanded from macro 'MAKE_COLOURED_PIECE' #define MAKE_COLOURED_PIECE(colour,piece) (((piece) << PIECE_SHIFT) | (colour)) ^ apply.c:601:14: warning: case value not in enumerated type 'Piece' [-Wswitch] case W(PAWN): ^ ./defs.h:116:18: note: expanded from macro 'W' #define W(piece) MAKE_COLOURED_PIECE(WHITE,piece) ^ ./defs.h:115:43: note: expanded from macro 'MAKE_COLOURED_PIECE' #define MAKE_COLOURED_PIECE(colour,piece) (((piece) << PIECE_SHIFT) | (colour)) ^ apply.c:608:14: warning: case value not in enumerated type 'Piece' [-Wswitch] case B(KNIGHT): ^ ./defs.h:117:18: note: expanded from macro 'B' #define B(piece) MAKE_COLOURED_PIECE(BLACK,piece) ^ ./defs.h:115:43: note: expanded from macro 'MAKE_COLOURED_PIECE' #define MAKE_COLOURED_PIECE(colour,piece) (((piece) << PIECE_SHIFT) | (colour)) ^ apply.c:602:14: warning: case value not in enumerated type 'Piece' [-Wswitch] case W(KNIGHT): ^ ./defs.h:116:18: note: expanded from macro 'W' #define W(piece) MAKE_COLOURED_PIECE(WHITE,piece) ^ ./defs.h:115:43: note: expanded from macro 'MAKE_COLOURED_PIECE' #define MAKE_COLOURED_PIECE(colour,piece) (((piece) << PIECE_SHIFT) | (colour)) ^ apply.c:609:14: warning: case value not in enumerated type 'Piece' [-Wswitch] case B(BISHOP): ^ ./defs.h:117:18: note: expanded from macro 'B' #define B(piece) MAKE_COLOURED_PIECE(BLACK,piece) ^ ./defs.h:115:43: note: expanded from macro 'MAKE_COLOURED_PIECE' #define MAKE_COLOURED_PIECE(colour,piece) (((piece) << PIECE_SHIFT) | (colour)) ^ apply.c:603:14: warning: case value not in enumerated type 'Piece' [-Wswitch] case W(BISHOP): ^ ./defs.h:116:18: note: expanded from macro 'W' #define W(piece) MAKE_COLOURED_PIECE(WHITE,piece) ^ ./defs.h:115:43: note: expanded from macro 'MAKE_COLOURED_PIECE' #define MAKE_COLOURED_PIECE(colour,piece) (((piece) << PIECE_SHIFT) | (colour)) ^ apply.c:610:14: warning: case value not in enumerated type 'Piece' [-Wswitch] case B(ROOK): ^ ./defs.h:117:18: note: expanded from macro 'B' #define B(piece) MAKE_COLOURED_PIECE(BLACK,piece) ^ ./defs.h:115:43: note: expanded from macro 'MAKE_COLOURED_PIECE' #define MAKE_COLOURED_PIECE(colour,piece) (((piece) << PIECE_SHIFT) | (colour)) ^ apply.c:604:14: warning: case value not in enumerated type 'Piece' [-Wswitch] case W(ROOK): ^ ./defs.h:116:18: note: expanded from macro 'W' #define W(piece) MAKE_COLOURED_PIECE(WHITE,piece) ^ ./defs.h:115:43: note: expanded from macro 'MAKE_COLOURED_PIECE' #define MAKE_COLOURED_PIECE(colour,piece) (((piece) << PIECE_SHIFT) | (colour)) ^ apply.c:611:14: warning: case value not in enumerated type 'Piece' [-Wswitch] case B(QUEEN): ^ ./defs.h:117:18: note: expanded from macro 'B' #define B(piece) MAKE_COLOURED_PIECE(BLACK,piece) ^ ./defs.h:115:43: note: expanded from macro 'MAKE_COLOURED_PIECE' #define MAKE_COLOURED_PIECE(colour,piece) (((piece) << PIECE_SHIFT) | (colour)) ^ apply.c:605:14: warning: case value not in enumerated type 'Piece' [-Wswitch] case W(QUEEN): ^ ./defs.h:116:18: note: expanded from macro 'W' #define W(piece) MAKE_COLOURED_PIECE(WHITE,piece) ^ ./defs.h:115:43: note: expanded from macro 'MAKE_COLOURED_PIECE' #define MAKE_COLOURED_PIECE(colour,piece) (((piece) << PIECE_SHIFT) | (colour)) ^ apply.c:612:14: warning: case value not in enumerated type 'Piece' [-Wswitch] case B(KING): ^ ./defs.h:117:18: note: expanded from macro 'B' #define B(piece) MAKE_COLOURED_PIECE(BLACK,piece) ^ ./defs.h:115:43: note: expanded from macro 'MAKE_COLOURED_PIECE' #define MAKE_COLOURED_PIECE(colour,piece) (((piece) << PIECE_SHIFT) | (colour)) ^ apply.c:606:14: warning: case value not in enumerated type 'Piece' [-Wswitch] case W(KING): ^ ./defs.h:116:18: note: expanded from macro 'W' #define W(piece) MAKE_COLOURED_PIECE(WHITE,piece) ^ ./defs.h:115:43: note: expanded from macro 'MAKE_COLOURED_PIECE' #define MAKE_COLOURED_PIECE(colour,piece) (((piece) << PIECE_SHIFT) | (colour)) ^ apply.c:761:25: warning: implicit conversion from enumeration type 'Boolean' to different enumeration type 'CheckStatus' [-Wenum-conversion] king_is_in_check(board,OPPOSITE_COLOUR(colour)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c -pedantic -Wall -Wshadow -Wformat -Wpointer-arith -D__unix__ -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g end.c apply.c:1089:14: warning: comparison of unsigned enum expression >= 0 is always true [-Wtautological-compare] if(piece >= 0 && piece < NUM_PIECE_VALUES){ ~~~~~ ^ ~ gcc -c -pedantic -Wall -Wshadow -Wformat -Wpointer-arith -D__unix__ -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g main.c gcc -c -pedantic -Wall -Wshadow -Wformat -Wpointer-arith -D__unix__ -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g hashing.c 1 warning generated. gcc -c -pedantic -Wall -Wshadow -Wformat -Wpointer-arith -D__unix__ -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g argsfile.c eco.c:250:12: warning: unused function 'eco_match_quality' [-Wunused-function] static int eco_match_quality(EcoLog* entry, ^ 1 warning generated. gcc -c -pedantic -Wall -Wshadow -Wformat -Wpointer-arith -D__unix__ -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g mymalloc.c 15 warnings generated. end.c:548:64: warning: implicit conversion from enumeration type 'Colour' to different enumeration type 'Boolean' [-Wenum-conversion] game_matches = ending_match(details_to_find,num_pieces,WHITE) | ~~~~~~~~~~~~ ^~~~~ end.c:549:69: warning: implicit conversion from enumeration type 'Colour' to different enumeration type 'Boolean' [-Wenum-conversion] ending_match(details_to_find,num_pieces,BLACK); ~~~~~~~~~~~~ ^~~~~ 1 warning generated. 2 warnings generated. gcc -g grammar.o lex.o map.o decode.o moves.o lists.o apply.o output.o eco.o lines.o end.o main.o hashing.o argsfile.o mymalloc.o -o pgn-extract /bin/rm -rf /sw/build.build/root-pgn-extract-16.7-1 /bin/mkdir -p /sw/build.build/root-pgn-extract-16.7-1/sw /bin/mkdir -p /sw/build.build/root-pgn-extract-16.7-1/DEBIAN /usr/sbin/chown -R fink-bld:fink-bld /sw/build.build/root-pgn-extract-16.7-1 sudo -u fink-bld [ENV] sh -c /tmp/fink.lKwhh mkdir -p /sw/build.build/root-pgn-extract-16.7-1/sw/bin /usr/bin/install pgn-extract /sw/build.build/root-pgn-extract-16.7-1/sw/bin/pgn-extract sudo -u fink-bld [ENV] sh -c /tmp/fink.WEHiW /usr/bin/install -d -m 700 /sw/build.build/root-pgn-extract-16.7-1/sw/share/doc/pgn-extract /bin/cp -r help.html /sw/build.build/root-pgn-extract-16.7-1/sw/share/doc/pgn-extract/ /bin/cp -r COPYING /sw/build.build/root-pgn-extract-16.7-1/sw/share/doc/pgn-extract/ /bin/chmod -R go=u-w /sw/build.build/root-pgn-extract-16.7-1/sw/share/doc/pgn-extract /bin/rm -f /sw/build.build/root-pgn-extract-16.7-1/sw/info/dir /sw/build.build/root-pgn-extract-16.7-1/sw/info/dir.old /sw/build.build/root-pgn-extract-16.7-1/sw/share/info/dir /sw/build.build/root-pgn-extract-16.7-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-pgn-extract-16.7-1 /sw/fink/10.9/stable/main/binary-darwin-x86_64/games dpkg-deb: building package `pgn-extract' in `/sw/fink/10.9/stable/main/binary-darwin-x86_64/games/pgn-extract_16.7-1_darwin-x86_64.deb'. Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-pgn-extract-16.7-1 (Reading database ... 4741 files and directories currently installed.) Removing fink-buildlock-pgn-extract-16.7-1 ...