printf ' ' | fink --no-use-binary-dist --yes --build-as-nobody rebuild compface 2>&1 The package 'compface' will be built without being installed. Reading build dependency for compface-1.5.2-1... Reading dependency for compface-1.5.2-1... Reading dependency for compface-shlibs-1.5.2-1... Reading dependency for compface-dev-1.5.2-1... Reading build conflict for compface-1.5.2-1... The following package will be rebuilt: compface curl --connect-timeout 30 -f -L -A 'fink/0.37.0' -O http://distfiles.master.finkmirrors.net/distfiles/compface-1.5.2.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 100 46970 100 46970 0 0 100k 0 --:--:-- --:--:-- --:--:-- 100k Setting runtime build-lock... dpkg-deb -b /sw/build.build/root-fink-buildlock-compface-1.5.2-1 /sw/build.build dpkg-deb: building package `fink-buildlock-compface-1.5.2-1' in `/sw/build.build/fink-buildlock-compface-1.5.2-1_2014.07.25-15.13.55_darwin-x86_64.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/build.build/fink-buildlock-compface-1.5.2-1_2014.07.25-15.13.55_darwin-x86_64.deb Selecting previously deselected package fink-buildlock-compface-1.5.2-1. (Reading database ... 4296 files and directories currently installed.) Unpacking fink-buildlock-compface-1.5.2-1 (from .../fink-buildlock-compface-1.5.2-1_2014.07.25-15.13.55_darwin-x86_64.deb) ... Setting up fink-buildlock-compface-1.5.2-1 (2014.07.25-15.13.55) ... sudo -u fink-bld [ENV] sh -c /tmp/fink.HWCHm env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xvf /sw/src/compface-1.5.2.tar.gz compface-1.5.2/ compface-1.5.2/arith.c compface-1.5.2/ChangeLog compface-1.5.2/cmain.c compface-1.5.2/compface.1 compface-1.5.2/compface.3 compface-1.5.2/compface.c compface-1.5.2/compface.h compface-1.5.2/compface_private.h compface-1.5.2/compress.c compface-1.5.2/config.h compface-1.5.2/configure compface-1.5.2/configure.ac compface-1.5.2/data.h compface-1.5.2/file.c compface-1.5.2/gen.c compface-1.5.2/install-sh compface-1.5.2/libcompface.def compface-1.5.2/Makefile.Ashton compface-1.5.2/Makefile.in compface-1.5.2/makefile.vc compface-1.5.2/mkinstalldirs compface-1.5.2/README compface-1.5.2/uncmain.c compface-1.5.2/uncompface.c compface-1.5.2/version.c compface-1.5.2/xbm2xface.pl sudo -u fink-bld [ENV] sh -c /tmp/fink.IJmTJ [ -r /sw/fink/dists/stable/main/finkinfo/graphics/compface.patch ] sudo -u fink-bld [ENV] sh -c /tmp/fink.0kMhU patch -p1 < /sw/fink/dists/stable/main/finkinfo/graphics/compface.patch patching file Makefile.in sudo -u fink-bld [ENV] sh -c /tmp/fink.YgkFv ./configure --prefix=/sw --mandir='${prefix}/share/man' checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for ranlib... ranlib checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for strings.h... (cached) yes checking for strerror... yes configure: creating ./config.status config.status: creating Makefile make gcc -c -I/sw/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -Os -fno-common cmain.c cmain.c:78:7: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] ERROR ^ cmain.c:56:11: note: expanded from macro 'ERROR' (void)write(2, fbuf, strlen(fbuf)); exit(1);} ^ cmain.c:155:15: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] while (len = read(infile, t, FACEBUFLEN - count)) ^ cmain.c:155:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (len = read(infile, t, FACEBUFLEN - count)) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cmain.c:155:13: note: place parentheses around the assignment to silence this warning while (len = read(infile, t, FACEBUFLEN - count)) ^ ( ) cmain.c:155:13: note: use '==' to turn this assignment into an equality comparison while (len = read(infile, t, FACEBUFLEN - count)) ^ == 3 warnings generated. gcc -c -I/sw/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -Os -fno-common compface.c gcc -c -I/sw/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -Os -fno-common arith.c arith.c:95:15: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter] register WORD a, *r; ^ ./compface.h:154:29: note: previous declaration is here void BigDiv P((unsigned char, unsigned char *)) ; ^ ./compface.h:24:18: note: expanded from macro 'P' #define P(args) args ^ arith.c:139:15: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter] register WORD a; ^ ./compface.h:155:29: note: previous declaration is here void BigMul P((unsigned char)) ; ^ ./compface.h:24:18: note: expanded from macro 'P' #define P(args) args ^ arith.c:213:6: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'unsigned char' declared in a previous prototype [-Wknr-promoted-parameter] WORD a; ^ ./compface.h:152:29: note: previous declaration is here void BigAdd P((unsigned char)) ; ^ ./compface.h:24:18: note: expanded from macro 'P' #define P(args) args ^ 3 warnings generated. gcc -c -I/sw/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -Os -fno-common file.c gcc -c -I/sw/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -Os -fno-common compress.c gcc -c -I/sw/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -Os -fno-common gen.c gcc -c -I/sw/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -Os -fno-common uncompface.c gcc -dynamiclib -Os -fno-common -L/sw/lib -install_name /sw/lib/libcompface.0.dylib -current_version 0.1.4 -compatibility_version 0.1.4 -o libcompface.0.dylib arith.o file.o compress.o gen.o uncompface.o gcc -L/sw/lib -o compface cmain.o compface.o libcompface.0.dylib gcc -c -I/sw/include -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRERROR=1 -DHAVE_CONFIG_H -Os -fno-common uncmain.c uncmain.c:81:7: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] ERROR ^ uncmain.c:52:11: note: expanded from macro 'ERROR' (void)write(2, fbuf, strlen(fbuf)); exit(1);} ^ uncmain.c:158:15: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] while (len = read(infile, t, FACEBUFLEN - count)) ^ uncmain.c:158:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (len = read(infile, t, FACEBUFLEN - count)) ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ uncmain.c:158:13: note: place parentheses around the assignment to silence this warning while (len = read(infile, t, FACEBUFLEN - count)) ^ ( ) uncmain.c:158:13: note: use '==' to turn this assignment into an equality comparison while (len = read(infile, t, FACEBUFLEN - count)) ^ == 3 warnings generated. ar rc libcompface.a arith.o file.o compress.o gen.o uncompface.o ranlib libcompface.a gcc -L/sw/lib -o uncompface uncmain.o libcompface.0.dylib /bin/rm -rf /sw/build.build/root-compface-1.5.2-1 /bin/mkdir -p /sw/build.build/root-compface-1.5.2-1/sw /bin/mkdir -p /sw/build.build/root-compface-1.5.2-1/DEBIAN /usr/sbin/chown -R fink-bld:fink-bld /sw/build.build/root-compface-1.5.2-1 sudo -u fink-bld [ENV] sh -c /tmp/fink.dROR7 make install prefix=/sw/build.build/root-compface-1.5.2-1/sw /usr/bin/install -c -d /sw/build.build/root-compface-1.5.2-1/sw/bin /sw/build.build/root-compface-1.5.2-1/sw/lib /sw/build.build/root-compface-1.5.2-1/sw/share/man/man1 /sw/build.build/root-compface-1.5.2-1/sw/share/man/man3 /sw/build.build/root-compface-1.5.2-1/sw/include /usr/bin/install -c ./compface /sw/build.build/root-compface-1.5.2-1/sw/bin/compface chmod 0755 /sw/build.build/root-compface-1.5.2-1/sw/bin/compface strip /sw/build.build/root-compface-1.5.2-1/sw/bin/compface /usr/bin/install -c ./uncompface /sw/build.build/root-compface-1.5.2-1/sw/bin/uncompface chmod 0755 /sw/build.build/root-compface-1.5.2-1/sw/bin/uncompface strip /sw/build.build/root-compface-1.5.2-1/sw/bin/uncompface /usr/bin/install -c -m 644 ./compface.1 /sw/build.build/root-compface-1.5.2-1/sw/share/man/man1/compface.1 cd /sw/build.build/root-compface-1.5.2-1/sw/share/man/man1 && rm -f ./uncompface.1 && ln -s compface.1 uncompface.1 /usr/bin/install -c -m 644 ./compface.3 /sw/build.build/root-compface-1.5.2-1/sw/share/man/man3/compface.3 cd /sw/build.build/root-compface-1.5.2-1/sw/share/man/man3 && rm -f ./uncompface.3 && ln -s compface.3 uncompface.3 for hdr in compface.h; do /usr/bin/install -c -m 644 ./${hdr} /sw/build.build/root-compface-1.5.2-1/sw/include/${hdr}; done /usr/bin/install -c -m 644 ./libcompface.a /sw/build.build/root-compface-1.5.2-1/sw/lib/libcompface.a /usr/bin/install -c -m 644 ./libcompface.0.dylib /sw/build.build/root-compface-1.5.2-1/sw/lib ln -s libcompface.0.dylib /sw/build.build/root-compface-1.5.2-1/sw/lib/libcompface.dylib install -m0755 xbm2xface.pl /sw/build.build/root-compface-1.5.2-1/sw/bin sudo -u fink-bld [ENV] sh -c /tmp/fink.tOj7D /usr/bin/install -d -m 700 /sw/build.build/root-compface-1.5.2-1/sw/share/doc/compface /bin/cp -r ChangeLog /sw/build.build/root-compface-1.5.2-1/sw/share/doc/compface/ /bin/cp -r README /sw/build.build/root-compface-1.5.2-1/sw/share/doc/compface/ /bin/chmod -R go=u-w /sw/build.build/root-compface-1.5.2-1/sw/share/doc/compface /bin/rm -f /sw/build.build/root-compface-1.5.2-1/sw/info/dir /sw/build.build/root-compface-1.5.2-1/sw/info/dir.old /sw/build.build/root-compface-1.5.2-1/sw/share/info/dir /sw/build.build/root-compface-1.5.2-1/sw/share/info/dir.old /bin/rm -rf /sw/build.build/root-compface-shlibs-1.5.2-1 /bin/mkdir -p /sw/build.build/root-compface-shlibs-1.5.2-1/sw /bin/mkdir -p /sw/build.build/root-compface-shlibs-1.5.2-1/DEBIAN /usr/sbin/chown -R fink-bld:fink-bld /sw/build.build/root-compface-shlibs-1.5.2-1 sudo -u fink-bld [ENV] sh -c /tmp/fink.rifRf /usr/bin/install -d -m 755 /sw/build.build/root-compface-shlibs-1.5.2-1/sw/lib /bin/mv /sw/build.build/root-compface-1.5.2-1/sw/lib/libcompface.*.dylib /sw/build.build/root-compface-shlibs-1.5.2-1/sw/lib/ /usr/bin/install -d -m 700 /sw/build.build/root-compface-shlibs-1.5.2-1/sw/share/doc/compface-shlibs /bin/cp -r ChangeLog /sw/build.build/root-compface-shlibs-1.5.2-1/sw/share/doc/compface-shlibs/ /bin/cp -r README /sw/build.build/root-compface-shlibs-1.5.2-1/sw/share/doc/compface-shlibs/ /bin/chmod -R go=u-w /sw/build.build/root-compface-shlibs-1.5.2-1/sw/share/doc/compface-shlibs /bin/rm -f /sw/build.build/root-compface-shlibs-1.5.2-1/sw/info/dir /sw/build.build/root-compface-shlibs-1.5.2-1/sw/info/dir.old /sw/build.build/root-compface-shlibs-1.5.2-1/sw/share/info/dir /sw/build.build/root-compface-shlibs-1.5.2-1/sw/share/info/dir.old /bin/rm -rf /sw/build.build/root-compface-dev-1.5.2-1 /bin/mkdir -p /sw/build.build/root-compface-dev-1.5.2-1/sw /bin/mkdir -p /sw/build.build/root-compface-dev-1.5.2-1/DEBIAN /usr/sbin/chown -R fink-bld:fink-bld /sw/build.build/root-compface-dev-1.5.2-1 sudo -u fink-bld [ENV] sh -c /tmp/fink.tNgvs /usr/bin/install -d -m 755 /sw/build.build/root-compface-dev-1.5.2-1/sw /bin/mv /sw/build.build/root-compface-1.5.2-1/sw/include /sw/build.build/root-compface-dev-1.5.2-1/sw/ /bin/mv /sw/build.build/root-compface-1.5.2-1/sw/lib /sw/build.build/root-compface-dev-1.5.2-1/sw/ /usr/bin/install -d -m 755 /sw/build.build/root-compface-dev-1.5.2-1/sw/share/man /bin/mv /sw/build.build/root-compface-1.5.2-1/sw/share/man/man3 /sw/build.build/root-compface-dev-1.5.2-1/sw/share/man/ /usr/bin/install -d -m 700 /sw/build.build/root-compface-dev-1.5.2-1/sw/share/doc/compface-dev /bin/cp -r ChangeLog /sw/build.build/root-compface-dev-1.5.2-1/sw/share/doc/compface-dev/ /bin/cp -r README /sw/build.build/root-compface-dev-1.5.2-1/sw/share/doc/compface-dev/ /bin/chmod -R go=u-w /sw/build.build/root-compface-dev-1.5.2-1/sw/share/doc/compface-dev /bin/rm -f /sw/build.build/root-compface-dev-1.5.2-1/sw/info/dir /sw/build.build/root-compface-dev-1.5.2-1/sw/info/dir.old /sw/build.build/root-compface-dev-1.5.2-1/sw/share/info/dir /sw/build.build/root-compface-dev-1.5.2-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-compface-1.5.2-1 /sw/fink/10.9/stable/main/binary-darwin-x86_64/graphics dpkg-deb: building package `compface' in `/sw/fink/10.9/stable/main/binary-darwin-x86_64/graphics/compface_1.5.2-1_darwin-x86_64.deb'. Reverting ownership of install dir to root Writing control file... Creating shlibs files... Writing md5sums file... env LANG=C LC_ALL=C dpkg-deb -b root-compface-shlibs-1.5.2-1 /sw/fink/10.9/stable/main/binary-darwin-x86_64/graphics dpkg-deb: building package `compface-shlibs' in `/sw/fink/10.9/stable/main/binary-darwin-x86_64/graphics/compface-shlibs_1.5.2-1_darwin-x86_64.deb'. Reverting ownership of install dir to root Writing control file... Writing md5sums file... env LANG=C LC_ALL=C dpkg-deb -b root-compface-dev-1.5.2-1 /sw/fink/10.9/stable/main/binary-darwin-x86_64/graphics dpkg-deb: building package `compface-dev' in `/sw/fink/10.9/stable/main/binary-darwin-x86_64/graphics/compface-dev_1.5.2-1_darwin-x86_64.deb'. Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-compface-1.5.2-1 (Reading database ... 4297 files and directories currently installed.) Removing fink-buildlock-compface-1.5.2-1 ...