printf ' ' | fink --no-use-binary-dist --yes --build-as-nobody rebuild compress-lzf-pm5124 2>&1 The package 'compress-lzf-pm5124' will be built without being installed. Reading build dependency for compress-lzf-pm5124-3.70-1... Reading dependency for compress-lzf-pm5124-3.70-1... Reading build conflict for compress-lzf-pm5124-3.70-1... The package 'perl5124-core' will be installed. Reading dependency for perl5124-core-5.12.4-103... Reading runtime dependency for perl5124-core-5.12.4-103... The following package will be rebuilt: compress-lzf-pm5124 The following additional package will be installed: perl5124-core Do you want to continue? [Y/n] (assuming default) Reading buildlock packages... All buildlocks accounted for. /sw/bin/dpkg-lockwait -i /sw/fink/dists/stable/main/binary-darwin-x86_64/languages/perl5124-core_5.12.4-103_darwin-x86_64.deb Selecting previously deselected package perl5124-core. (Reading database ... 4296 files and directories currently installed.) Unpacking perl5124-core (from .../perl5124-core_5.12.4-103_darwin-x86_64.deb) ... Setting up perl5124-core (5.12.4-103) ... Setting runtime build-lock... dpkg-deb -b /sw/build.build/root-fink-buildlock-compress-lzf-pm5124-3.70-1 /sw/build.build dpkg-deb: building package `fink-buildlock-compress-lzf-pm5124-3.70-1' in `/sw/build.build/fink-buildlock-compress-lzf-pm5124-3.70-1_2014.07.27-18.52.31_darwin-x86_64.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/build.build/fink-buildlock-compress-lzf-pm5124-3.70-1_2014.07.27-18.52.31_darwin-x86_64.deb Selecting previously deselected package fink-buildlock-compress-lzf-pm5124-3.70-1. (Reading database ... 7300 files and directories currently installed.) Unpacking fink-buildlock-compress-lzf-pm5124-3.70-1 (from .../fink-buildlock-compress-lzf-pm5124-3.70-1_2014.07.27-18.52.31_darwin-x86_64.deb) ... Setting up fink-buildlock-compress-lzf-pm5124-3.70-1 (2014.07.27-18.52.31) ... sudo -u fink-bld [ENV] sh -c /tmp/fink.eIKBA env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xvf /sw/src/Compress-LZF-3.7.tar.gz Compress-LZF-3.7/ Compress-LZF-3.7/lzf_c_best.c Compress-LZF-3.7/debian/ Compress-LZF-3.7/debian/rules Compress-LZF-3.7/debian/changelog Compress-LZF-3.7/debian/control Compress-LZF-3.7/lzf_d.c Compress-LZF-3.7/Makefile.PL Compress-LZF-3.7/META.yml Compress-LZF-3.7/Changes Compress-LZF-3.7/COPYING.Artistic Compress-LZF-3.7/META.json Compress-LZF-3.7/COPYING Compress-LZF-3.7/README Compress-LZF-3.7/LZF.xs Compress-LZF-3.7/t/ Compress-LZF-3.7/t/00_load.t Compress-LZF-3.7/t/02_freeze.t Compress-LZF-3.7/t/01_run.t Compress-LZF-3.7/t/03_freeze_best.t Compress-LZF-3.7/LZF.pm Compress-LZF-3.7/COPYING.GNU Compress-LZF-3.7/lzfP.h Compress-LZF-3.7/lzf_c.c Compress-LZF-3.7/MANIFEST sudo -u fink-bld [ENV] sh -c /tmp/fink.U5Hf0 ARCHFLAGS="" /usr/bin/arch -x86_64 perl5.12.4 Makefile.PL PERL="/usr/bin/arch -x86_64 perl5.12.4" PREFIX=/sw INSTALLPRIVLIB=/sw/lib/perl5/5.12.4 INSTALLARCHLIB=/sw/lib/perl5/5.12.4/darwin-thread-multi-2level INSTALLSITELIB=/sw/lib/perl5/5.12.4 INSTALLSITEARCH=/sw/lib/perl5/5.12.4/darwin-thread-multi-2level INSTALLMAN1DIR=/sw/share/man/man1 INSTALLMAN3DIR=/sw/share/man/man3 INSTALLSITEMAN1DIR=/sw/share/man/man1 INSTALLSITEMAN3DIR=/sw/share/man/man3 INSTALLBIN=/sw/bin INSTALLSITEBIN=/sw/bin INSTALLSCRIPT=/sw/bin Checking if your kit is complete... Looks good Writing Makefile for Compress::LZF make CC=gcc CXX=g++ /usr/bin/arch -x86_64 perl5.12.4 /sw/lib/perl5-core/5.12.4/ExtUtils/xsubpp -typemap /sw/lib/perl5-core/5.12.4/ExtUtils/typemap LZF.xs > LZF.xsc && mv LZF.xsc LZF.c Running Mkbootstrap for Compress::LZF () chmod 644 LZF.bs cp LZF.bs blib/arch/auto/Compress/LZF/LZF.bs chmod 644 blib/arch/auto/Compress/LZF/LZF.bs cp LZF.pm blib/lib/Compress/LZF.pm gcc -c -I/sw/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"3.7\" -DXS_VERSION=\"3.7\" "-I/sw/lib/perl5-core/5.12.4/darwin-thread-multi-2level/CORE" LZF.c In file included from LZF.xs:8: ./lzf_c.c:139:27: warning: sizeof on array function parameter will return size of 'LZF_HSLOT *' (aka 'unsigned int *') instead of 'LZF_STATE' (aka 'LZF_HSLOT [65536]') [-Wsizeof-array-argument] memset (htab, 0, sizeof (htab)); ^ /usr/include/secure/_string.h:77:38: note: expanded from macro 'memset' __builtin___memset_chk (dest, val, len, __darwin_obsz0 (dest)) ^ ./lzf_c.c:102:27: note: declared here , LZF_STATE htab ^ ./lzf_c.c:139:28: warning: 'memset' call operates on objects of type 'LZF_HSLOT' (aka 'unsigned int') while the size is based on a different type 'LZF_HSLOT *' (aka 'unsigned int *') [-Wsizeof-pointer-memaccess] memset (htab, 0, sizeof (htab)); ~~~~ ^~~~ ./lzf_c.c:139:28: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)? memset (htab, 0, sizeof (htab)); ^~~~ LZF.xs:204:67: warning: data argument not used by format string [-Wformat-extra-args] croak ("compressed data corrupted (size mismatch)", csize, skip, usize); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ 3 warnings generated. rm -f blib/arch/auto/Compress/LZF/LZF.bundle env MACOSX_DEPLOYMENT_TARGET=10.3 cc -L/sw/lib -bundle -undefined dynamic_lookup -fstack-protector LZF.o -o blib/arch/auto/Compress/LZF/LZF.bundle \ \ chmod 755 blib/arch/auto/Compress/LZF/LZF.bundle Manifying blib/man3/Compress::LZF.3pm /bin/rm -rf /sw/build.build/root-compress-lzf-pm5124-3.70-1 /bin/mkdir -p /sw/build.build/root-compress-lzf-pm5124-3.70-1/sw /bin/mkdir -p /sw/build.build/root-compress-lzf-pm5124-3.70-1/DEBIAN /usr/sbin/chown -R fink-bld:fink-bld /sw/build.build/root-compress-lzf-pm5124-3.70-1 sudo -u fink-bld [ENV] sh -c /tmp/fink.Zs5Sa make -j1 install PREFIX=/sw INSTALLPRIVLIB=/sw/lib/perl5/5.12.4 INSTALLARCHLIB=/sw/lib/perl5/5.12.4/darwin-thread-multi-2level INSTALLSITELIB=/sw/lib/perl5/5.12.4 INSTALLSITEARCH=/sw/lib/perl5/5.12.4/darwin-thread-multi-2level INSTALLMAN1DIR=/sw/share/man/man1 INSTALLMAN3DIR=/sw/share/man/man3 INSTALLSITEMAN1DIR=/sw/share/man/man1 INSTALLSITEMAN3DIR=/sw/share/man/man3 INSTALLBIN=/sw/bin INSTALLSITEBIN=/sw/bin INSTALLSCRIPT=/sw/bin DESTDIR=/sw/build.build/root-compress-lzf-pm5124-3.70-1 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /sw/build.build/root-compress-lzf-pm5124-3.70-1/sw/lib/perl5/5.12.4/darwin-thread-multi-2level/auto/Compress/LZF/LZF.bs Installing /sw/build.build/root-compress-lzf-pm5124-3.70-1/sw/lib/perl5/5.12.4/darwin-thread-multi-2level/auto/Compress/LZF/LZF.bundle Installing /sw/build.build/root-compress-lzf-pm5124-3.70-1/sw/lib/perl5/5.12.4/darwin-thread-multi-2level/Compress/LZF.pm Installing /sw/build.build/root-compress-lzf-pm5124-3.70-1/sw/share/man/man3/Compress::LZF.3pm Appending installation info to /sw/build.build/root-compress-lzf-pm5124-3.70-1/sw/lib/perl5/5.12.4/darwin-thread-multi-2level/perllocal.pod mv /sw/build.build/root-compress-lzf-pm5124-3.70-1/sw/share/man /sw/build.build/root-compress-lzf-pm5124-3.70-1/sw/lib/perl5/5.12.4 sudo -u fink-bld [ENV] sh -c /tmp/fink.Q2170 /bin/mkdir -p /sw/build.build/root-compress-lzf-pm5124-3.70-1/sw/share/podfiles/5.12.4 for i in `find /sw/build.build/root-compress-lzf-pm5124-3.70-1/sw -name perllocal.pod`; do /bin/cat $i | sed -e s,/sw/build.build/root-compress-lzf-pm5124-3.70-1/sw/lib/perl5,/sw/lib/perl5, >> /sw/build.build/root-compress-lzf-pm5124-3.70-1/sw/share/podfiles/5.12.4/perllocal.compress-lzf-pm5124.pod; /bin/rm -rf $i; done; /usr/bin/install -d -m 700 /sw/build.build/root-compress-lzf-pm5124-3.70-1/sw/share/doc/compress-lzf-pm5124 /bin/cp -r Changes /sw/build.build/root-compress-lzf-pm5124-3.70-1/sw/share/doc/compress-lzf-pm5124/ /bin/cp -r README /sw/build.build/root-compress-lzf-pm5124-3.70-1/sw/share/doc/compress-lzf-pm5124/ /bin/chmod -R go=u-w /sw/build.build/root-compress-lzf-pm5124-3.70-1/sw/share/doc/compress-lzf-pm5124 /bin/rm -f /sw/build.build/root-compress-lzf-pm5124-3.70-1/sw/info/dir /sw/build.build/root-compress-lzf-pm5124-3.70-1/sw/info/dir.old /sw/build.build/root-compress-lzf-pm5124-3.70-1/sw/share/info/dir /sw/build.build/root-compress-lzf-pm5124-3.70-1/sw/share/info/dir.old Reverting ownership of install dir to root Writing control file... Writing package script postinst... Writing package script postrm... Writing md5sums file... env LANG=C LC_ALL=C dpkg-deb -b root-compress-lzf-pm5124-3.70-1 /sw/fink/10.9/stable/main/binary-darwin-x86_64/libs/perlmods dpkg-deb: building package `compress-lzf-pm5124' in `/sw/fink/10.9/stable/main/binary-darwin-x86_64/libs/perlmods/compress-lzf-pm5124_3.70-1_darwin-x86_64.deb'. Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-compress-lzf-pm5124-3.70-1 (Reading database ... 7301 files and directories currently installed.) Removing fink-buildlock-compress-lzf-pm5124-3.70-1 ...