printf ' ' | fink --no-use-binary-dist --yes --build-as-nobody rebuild sort-key-pm5123 2>&1 The package 'sort-key-pm5123' will be built without being installed. Reading build dependency for sort-key-pm5123-1.32-1... Reading dependency for sort-key-pm5123-1.32-1... Reading build conflict for sort-key-pm5123-1.32-1... The package 'perl5123-core' will be installed. Reading dependency for perl5123-core-5.12.3-102... Reading runtime dependency for perl5123-core-5.12.3-102... The following package will be rebuilt: sort-key-pm5123 The following additional package will be installed: perl5123-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/perl5123-core_5.12.3-102_darwin-x86_64.deb Selecting previously deselected package perl5123-core. (Reading database ... 4296 files and directories currently installed.) Unpacking perl5123-core (from .../perl5123-core_5.12.3-102_darwin-x86_64.deb) ... Setting up perl5123-core (5.12.3-102) ... Setting runtime build-lock... dpkg-deb -b /sw/build.build/root-fink-buildlock-sort-key-pm5123-1.32-1 /sw/build.build dpkg-deb: building package `fink-buildlock-sort-key-pm5123-1.32-1' in `/sw/build.build/fink-buildlock-sort-key-pm5123-1.32-1_2014.07.30-11.26.13_darwin-x86_64.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/build.build/fink-buildlock-sort-key-pm5123-1.32-1_2014.07.30-11.26.13_darwin-x86_64.deb Selecting previously deselected package fink-buildlock-sort-key-pm5123-1.32-1. (Reading database ... 7299 files and directories currently installed.) Unpacking fink-buildlock-sort-key-pm5123-1.32-1 (from .../fink-buildlock-sort-key-pm5123-1.32-1_2014.07.30-11.26.13_darwin-x86_64.deb) ... Setting up fink-buildlock-sort-key-pm5123-1.32-1 (2014.07.30-11.26.13) ... sudo -u fink-bld [ENV] sh -c /tmp/fink.tdYnm env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xvf /sw/src/Sort-Key-1.32.tar.gz Sort-Key-1.32/ Sort-Key-1.32/ppport.h Sort-Key-1.32/META.yml Sort-Key-1.32/Key.xs Sort-Key-1.32/META.json Sort-Key-1.32/Changes Sort-Key-1.32/MANIFEST Sort-Key-1.32/sort.h Sort-Key-1.32/t/ Sort-Key-1.32/t/multi.t Sort-Key-1.32/t/natural.t Sort-Key-1.32/t/strings.t Sort-Key-1.32/t/pods.t Sort-Key-1.32/t/ints.t Sort-Key-1.32/t/floats.t Sort-Key-1.32/typemap Sort-Key-1.32/Makefile.PL Sort-Key-1.32/README Sort-Key-1.32/lib/ Sort-Key-1.32/lib/Sort/ Sort-Key-1.32/lib/Sort/Key.pm Sort-Key-1.32/lib/Sort/Key/ Sort-Key-1.32/lib/Sort/Key/Register.pm Sort-Key-1.32/lib/Sort/Key/Multi.pm Sort-Key-1.32/lib/Sort/Key/Types.pm Sort-Key-1.32/lib/Sort/Key/Maker.pm Sort-Key-1.32/lib/Sort/Key/Natural.pm sudo -u fink-bld [ENV] sh -c /tmp/fink.CGGwc ARCHFLAGS="" /usr/bin/arch -x86_64 perl5.12.3 Makefile.PL PERL="/usr/bin/arch -x86_64 perl5.12.3" PREFIX=/sw INSTALLPRIVLIB=/sw/lib/perl5/5.12.3 INSTALLARCHLIB=/sw/lib/perl5/5.12.3/darwin-thread-multi-2level INSTALLSITELIB=/sw/lib/perl5/5.12.3 INSTALLSITEARCH=/sw/lib/perl5/5.12.3/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::Key make CC=gcc CXX=g++ /usr/bin/arch -x86_64 perl5.12.3 /sw/lib/perl5-core/5.12.3/ExtUtils/xsubpp -typemap /sw/lib/perl5-core/5.12.3/ExtUtils/typemap -typemap typemap -typemap typemap Key.xs > Key.xsc && mv Key.xsc Key.c Running Mkbootstrap for Sort::Key () chmod 644 Key.bs cp Key.bs blib/arch/auto/Sort/Key/Key.bs chmod 644 blib/arch/auto/Sort/Key/Key.bs cp lib/Sort/Key/Multi.pm blib/lib/Sort/Key/Multi.pm cp lib/Sort/Key.pm blib/lib/Sort/Key.pm cp lib/Sort/Key/Register.pm blib/lib/Sort/Key/Register.pm cp lib/Sort/Key/Maker.pm blib/lib/Sort/Key/Maker.pm cp lib/Sort/Key/Types.pm blib/lib/Sort/Key/Types.pm cp lib/Sort/Key/Natural.pm blib/lib/Sort/Key/Natural.pm gcc -c -I. -I/sw/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" "-I/sw/lib/perl5-core/5.12.3/darwin-thread-multi-2level/CORE" Key.c Key.xs:237:40: warning: format specifies type 'int' but the argument has type 'IV' (aka 'long') [-Wformat] croak("unsupported sort type %d", type); ~~ ^~~~ %ld Key.xs:550:9: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] nkeys, count); ^~~~~ Key.xs:550:16: warning: format specifies type 'int' but the argument has type 'IV' (aka 'long') [-Wformat] nkeys, count); ^~~~~ 3 warnings generated. rm -f blib/arch/auto/Sort/Key/Key.bundle env MACOSX_DEPLOYMENT_TARGET=10.3 cc -L/sw/lib -bundle -undefined dynamic_lookup -fstack-protector Key.o -o blib/arch/auto/Sort/Key/Key.bundle \ \ chmod 755 blib/arch/auto/Sort/Key/Key.bundle Manifying blib/man3/Sort::Key::Multi.3pm Manifying blib/man3/Sort::Key::Register.3pm Manifying blib/man3/Sort::Key.3pm Manifying blib/man3/Sort::Key::Maker.3pm Manifying blib/man3/Sort::Key::Types.3pm Manifying blib/man3/Sort::Key::Natural.3pm /bin/rm -rf /sw/build.build/root-sort-key-pm5123-1.32-1 /bin/mkdir -p /sw/build.build/root-sort-key-pm5123-1.32-1/sw /bin/mkdir -p /sw/build.build/root-sort-key-pm5123-1.32-1/DEBIAN /usr/sbin/chown -R fink-bld:fink-bld /sw/build.build/root-sort-key-pm5123-1.32-1 sudo -u fink-bld [ENV] sh -c /tmp/fink.Ghwfw make -j1 install PREFIX=/sw INSTALLPRIVLIB=/sw/lib/perl5/5.12.3 INSTALLARCHLIB=/sw/lib/perl5/5.12.3/darwin-thread-multi-2level INSTALLSITELIB=/sw/lib/perl5/5.12.3 INSTALLSITEARCH=/sw/lib/perl5/5.12.3/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-key-pm5123-1.32-1 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /sw/build.build/root-sort-key-pm5123-1.32-1/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/auto/Sort/Key/Key.bs Installing /sw/build.build/root-sort-key-pm5123-1.32-1/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/auto/Sort/Key/Key.bundle Installing /sw/build.build/root-sort-key-pm5123-1.32-1/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/Sort/Key.pm Installing /sw/build.build/root-sort-key-pm5123-1.32-1/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/Sort/Key/Maker.pm Installing /sw/build.build/root-sort-key-pm5123-1.32-1/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/Sort/Key/Multi.pm Installing /sw/build.build/root-sort-key-pm5123-1.32-1/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/Sort/Key/Natural.pm Installing /sw/build.build/root-sort-key-pm5123-1.32-1/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/Sort/Key/Register.pm Installing /sw/build.build/root-sort-key-pm5123-1.32-1/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/Sort/Key/Types.pm Installing /sw/build.build/root-sort-key-pm5123-1.32-1/sw/share/man/man3/Sort::Key.3pm Installing /sw/build.build/root-sort-key-pm5123-1.32-1/sw/share/man/man3/Sort::Key::Maker.3pm Installing /sw/build.build/root-sort-key-pm5123-1.32-1/sw/share/man/man3/Sort::Key::Multi.3pm Installing /sw/build.build/root-sort-key-pm5123-1.32-1/sw/share/man/man3/Sort::Key::Natural.3pm Installing /sw/build.build/root-sort-key-pm5123-1.32-1/sw/share/man/man3/Sort::Key::Register.3pm Installing /sw/build.build/root-sort-key-pm5123-1.32-1/sw/share/man/man3/Sort::Key::Types.3pm Appending installation info to /sw/build.build/root-sort-key-pm5123-1.32-1/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/perllocal.pod /bin/mv /sw/build.build/root-sort-key-pm5123-1.32-1/sw/share/man /sw/build.build/root-sort-key-pm5123-1.32-1/sw/lib/perl5/5.12.3 sudo -u fink-bld [ENV] sh -c /tmp/fink._tGO3 /bin/mkdir -p /sw/build.build/root-sort-key-pm5123-1.32-1/sw/share/podfiles/5.12.3 for i in `find /sw/build.build/root-sort-key-pm5123-1.32-1/sw -name perllocal.pod`; do /bin/cat $i | sed -e s,/sw/build.build/root-sort-key-pm5123-1.32-1/sw/lib/perl5,/sw/lib/perl5, >> /sw/build.build/root-sort-key-pm5123-1.32-1/sw/share/podfiles/5.12.3/perllocal.sort-key-pm5123.pod; /bin/rm -rf $i; done; /usr/bin/install -d -m 700 /sw/build.build/root-sort-key-pm5123-1.32-1/sw/share/doc/sort-key-pm5123 /bin/cp -r Changes /sw/build.build/root-sort-key-pm5123-1.32-1/sw/share/doc/sort-key-pm5123/ /bin/cp -r README /sw/build.build/root-sort-key-pm5123-1.32-1/sw/share/doc/sort-key-pm5123/ /bin/chmod -R go=u-w /sw/build.build/root-sort-key-pm5123-1.32-1/sw/share/doc/sort-key-pm5123 /bin/rm -f /sw/build.build/root-sort-key-pm5123-1.32-1/sw/info/dir /sw/build.build/root-sort-key-pm5123-1.32-1/sw/info/dir.old /sw/build.build/root-sort-key-pm5123-1.32-1/sw/share/info/dir /sw/build.build/root-sort-key-pm5123-1.32-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-key-pm5123-1.32-1 /sw/fink/10.9/stable/main/binary-darwin-x86_64/libs/perlmods dpkg-deb: building package `sort-key-pm5123' in `/sw/fink/10.9/stable/main/binary-darwin-x86_64/libs/perlmods/sort-key-pm5123_1.32-1_darwin-x86_64.deb'. Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-sort-key-pm5123-1.32-1 (Reading database ... 7300 files and directories currently installed.) Removing fink-buildlock-sort-key-pm5123-1.32-1 ...