printf ' ' | fink --no-use-binary-dist --yes --build-as-nobody rebuild sort-packed-pm5124 2>&1 The package 'sort-packed-pm5124' will be built without being installed. Reading build dependency for sort-packed-pm5124-0.07-1... Reading dependency for sort-packed-pm5124-0.07-1... Reading build conflict for sort-packed-pm5124-0.07-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: sort-packed-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 ... 4740 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-sort-packed-pm5124-0.07-1 /sw/build.build dpkg-deb: building package `fink-buildlock-sort-packed-pm5124-0.07-1' in `/sw/build.build/fink-buildlock-sort-packed-pm5124-0.07-1_2014.08.06-05.30.04_darwin-x86_64.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/build.build/fink-buildlock-sort-packed-pm5124-0.07-1_2014.08.06-05.30.04_darwin-x86_64.deb Selecting previously deselected package fink-buildlock-sort-packed-pm5124-0.07-1. (Reading database ... 7744 files and directories currently installed.) Unpacking fink-buildlock-sort-packed-pm5124-0.07-1 (from .../fink-buildlock-sort-packed-pm5124-0.07-1_2014.08.06-05.30.04_darwin-x86_64.deb) ... Setting up fink-buildlock-sort-packed-pm5124-0.07-1 (2014.08.06-05.30.04) ... sudo -u fink-bld [ENV] sh -c /tmp/fink.Kxrv_ env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xvf /sw/src/Sort-Packed-0.07.tar.gz Sort-Packed-0.07/ Sort-Packed-0.07/Changes Sort-Packed-0.07/META.yml Sort-Packed-0.07/Packed.xs Sort-Packed-0.07/sample/ Sort-Packed-0.07/sample/benchmark.pl Sort-Packed-0.07/README Sort-Packed-0.07/Makefile.PL Sort-Packed-0.07/MANIFEST Sort-Packed-0.07/merge.h Sort-Packed-0.07/lib/ Sort-Packed-0.07/lib/Sort/ Sort-Packed-0.07/lib/Sort/Packed.pm Sort-Packed-0.07/t/ Sort-Packed-0.07/t/pods.t Sort-Packed-0.07/t/Sort-Packed.t Sort-Packed-0.07/ppport.h sudo -u fink-bld [ENV] sh -c /tmp/fink.ROrTq [ -r /sw/fink/dists/stable/main/finkinfo/libs/perlmods/sort-packed-pm.patch ] sudo -u fink-bld [ENV] sh -c /tmp/fink.kcNet patch -p1 < /sw/fink/dists/stable/main/finkinfo/libs/perlmods/sort-packed-pm.patch patching file t/pods.t sudo -u fink-bld [ENV] sh -c /tmp/fink.GfloH 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 Sort::Packed 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 Packed.xs > Packed.xsc && mv Packed.xsc Packed.c Running Mkbootstrap for Sort::Packed () chmod 644 Packed.bs cp Packed.bs blib/arch/auto/Sort/Packed/Packed.bs chmod 644 blib/arch/auto/Sort/Packed/Packed.bs Please specify prototyping behavior for Packed.xs (see perlxs manual) gcc -c -I. -I/sw/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"0.07\" -DXS_VERSION=\"0.07\" "-I/sw/lib/perl5-core/5.12.4/darwin-thread-multi-2level/CORE" Packed.c cp lib/Sort/Packed.pm blib/lib/Sort/Packed.pm In file included from Packed.xs:11: ./merge.h:101:20: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] size, PSIZE / 2); ^~~~ ./merge.h:101:26: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] size, PSIZE / 2); ^~~~~~~~~ ./merge.h:55:15: note: expanded from macro 'PSIZE' #define PSIZE sizeof(unsigned char *) ^ Packed.xs:414:82: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] Perl_croak(aTHX_ "vector length %d is not a multiple of record size %d", len, record_size); ~~ ^~~ %zu Packed.xs:414:87: warning: format specifies type 'int' but the argument has type 'UV' (aka 'unsigned long') [-Wformat] Perl_croak(aTHX_ "vector length %d is not a multiple of record size %d", len, record_size); ~~ ^~~~~~~~~~~ %lu Packed.xs:445:82: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] Perl_croak(aTHX_ "vector length %d is not a multiple of record size %d", len, record_size); ~~ ^~~ %zu Packed.xs:445:87: warning: format specifies type 'int' but the argument has type 'UV' (aka 'unsigned long') [-Wformat] Perl_croak(aTHX_ "vector length %d is not a multiple of record size %d", len, record_size); ~~ ^~~~~~~~~~~ %lu Packed.xs:510:48: warning: format specifies type 'int' but the argument has type 'IV' (aka 'long') [-Wformat] Perl_croak(aTHX_ "bad record size %d", record_size); ~~ ^~~~~~~~~~~ %ld Packed.xs:512:84: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] Perl_croak(aTHX_ "vector length %d is not a multiple of record nelems %d", len, record_size); ~~ ^~~ %zu Packed.xs:512:89: warning: format specifies type 'int' but the argument has type 'IV' (aka 'long') [-Wformat] Perl_croak(aTHX_ "vector length %d is not a multiple of record nelems %d", len, record_size); ~~ ^~~~~~~~~~~ %ld Packed.xs:525:49: warning: format specifies type 'int' but the argument has type 'IV' (aka 'long') [-Wformat] Perl_croak(aTHX_ "bad record size %d", record_size); ~~ ^~~~~~~~~~~ %ld Packed.xs:527:85: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] Perl_croak(aTHX_ "vector length %d is not a multiple of record nelems %d", len, record_size); ~~ ^~~ %zu Packed.xs:527:90: warning: format specifies type 'int' but the argument has type 'IV' (aka 'long') [-Wformat] Perl_croak(aTHX_ "vector length %d is not a multiple of record nelems %d", len, record_size); ~~ ^~~~~~~~~~~ %ld 12 warnings generated. rm -f blib/arch/auto/Sort/Packed/Packed.bundle env MACOSX_DEPLOYMENT_TARGET=10.3 cc -L/sw/lib -bundle -undefined dynamic_lookup -fstack-protector Packed.o -o blib/arch/auto/Sort/Packed/Packed.bundle \ \ chmod 755 blib/arch/auto/Sort/Packed/Packed.bundle Manifying blib/man3/Sort::Packed.3pm /bin/rm -rf /sw/build.build/root-sort-packed-pm5124-0.07-1 /bin/mkdir -p /sw/build.build/root-sort-packed-pm5124-0.07-1/sw /bin/mkdir -p /sw/build.build/root-sort-packed-pm5124-0.07-1/DEBIAN /usr/sbin/chown -R fink-bld:fink-bld /sw/build.build/root-sort-packed-pm5124-0.07-1 sudo -u fink-bld [ENV] sh -c /tmp/fink.Z40Zy 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-sort-packed-pm5124-0.07-1 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /sw/build.build/root-sort-packed-pm5124-0.07-1/sw/lib/perl5/5.12.4/darwin-thread-multi-2level/auto/Sort/Packed/Packed.bs Installing /sw/build.build/root-sort-packed-pm5124-0.07-1/sw/lib/perl5/5.12.4/darwin-thread-multi-2level/auto/Sort/Packed/Packed.bundle Installing /sw/build.build/root-sort-packed-pm5124-0.07-1/sw/lib/perl5/5.12.4/darwin-thread-multi-2level/Sort/Packed.pm Installing /sw/build.build/root-sort-packed-pm5124-0.07-1/sw/share/man/man3/Sort::Packed.3pm Appending installation info to /sw/build.build/root-sort-packed-pm5124-0.07-1/sw/lib/perl5/5.12.4/darwin-thread-multi-2level/perllocal.pod mv /sw/build.build/root-sort-packed-pm5124-0.07-1/sw/share/man /sw/build.build/root-sort-packed-pm5124-0.07-1/sw/lib/perl5/5.12.4 sudo -u fink-bld [ENV] sh -c /tmp/fink.bPECr /bin/mkdir -p /sw/build.build/root-sort-packed-pm5124-0.07-1/sw/share/podfiles/5.12.4 for i in `find /sw/build.build/root-sort-packed-pm5124-0.07-1/sw -name perllocal.pod`; do /bin/cat $i | sed -e s,/sw/build.build/root-sort-packed-pm5124-0.07-1/sw/lib/perl5,/sw/lib/perl5, >> /sw/build.build/root-sort-packed-pm5124-0.07-1/sw/share/podfiles/5.12.4/perllocal.sort-packed-pm5124.pod; /bin/rm -rf $i; done; /usr/bin/install -d -m 700 /sw/build.build/root-sort-packed-pm5124-0.07-1/sw/share/doc/sort-packed-pm5124 /bin/cp -r Changes /sw/build.build/root-sort-packed-pm5124-0.07-1/sw/share/doc/sort-packed-pm5124/ /bin/cp -r README /sw/build.build/root-sort-packed-pm5124-0.07-1/sw/share/doc/sort-packed-pm5124/ /bin/chmod -R go=u-w /sw/build.build/root-sort-packed-pm5124-0.07-1/sw/share/doc/sort-packed-pm5124 /bin/rm -f /sw/build.build/root-sort-packed-pm5124-0.07-1/sw/info/dir /sw/build.build/root-sort-packed-pm5124-0.07-1/sw/info/dir.old /sw/build.build/root-sort-packed-pm5124-0.07-1/sw/share/info/dir /sw/build.build/root-sort-packed-pm5124-0.07-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-sort-packed-pm5124-0.07-1 /sw/fink/10.9/stable/main/binary-darwin-x86_64/libs/perlmods dpkg-deb: building package `sort-packed-pm5124' in `/sw/fink/10.9/stable/main/binary-darwin-x86_64/libs/perlmods/sort-packed-pm5124_0.07-1_darwin-x86_64.deb'. Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-sort-packed-pm5124-0.07-1 (Reading database ... 7745 files and directories currently installed.) Removing fink-buildlock-sort-packed-pm5124-0.07-1 ...