printf ' ' | fink --no-use-binary-dist --yes --build-as-nobody rebuild crypt-blowfish-pm5123 2>&1 The package 'crypt-blowfish-pm5123' will be built without being installed. Reading build dependency for crypt-blowfish-pm5123-2.14-1... Reading dependency for crypt-blowfish-pm5123-2.14-1... Reading build conflict for crypt-blowfish-pm5123-2.14-1... The package 'crypt-cbc-pm' will be installed. Reading dependency for crypt-cbc-pm-2.33-1... Reading runtime dependency for crypt-cbc-pm-2.33-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: crypt-blowfish-pm5123 The following 2 additional packages will be installed: crypt-cbc-pm 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/debs/crypt-cbc-pm_2.33-1_darwin-x86_64.deb Selecting previously deselected package crypt-cbc-pm. (Reading database ... 4296 files and directories currently installed.) Unpacking crypt-cbc-pm (from .../crypt-cbc-pm_2.33-1_darwin-x86_64.deb) ... Setting up crypt-cbc-pm (2.33-1) ... 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 ... 4308 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-crypt-blowfish-pm5123-2.14-1 /sw/build.build dpkg-deb: building package `fink-buildlock-crypt-blowfish-pm5123-2.14-1' in `/sw/build.build/fink-buildlock-crypt-blowfish-pm5123-2.14-1_2014.07.29-17.43.53_darwin-x86_64.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/build.build/fink-buildlock-crypt-blowfish-pm5123-2.14-1_2014.07.29-17.43.53_darwin-x86_64.deb Selecting previously deselected package fink-buildlock-crypt-blowfish-pm5123-2.14-1. (Reading database ... 7311 files and directories currently installed.) Unpacking fink-buildlock-crypt-blowfish-pm5123-2.14-1 (from .../fink-buildlock-crypt-blowfish-pm5123-2.14-1_2014.07.29-17.43.53_darwin-x86_64.deb) ... Setting up fink-buildlock-crypt-blowfish-pm5123-2.14-1 (2014.07.29-17.43.53) ... sudo -u fink-bld [ENV] sh -c /tmp/fink.YGOLw env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xvf /sw/src/Crypt-Blowfish-2.14.tar.gz Crypt-Blowfish-2.14/ Crypt-Blowfish-2.14/MANIFEST Crypt-Blowfish-2.14/Changes Crypt-Blowfish-2.14/README Crypt-Blowfish-2.14/test.pl Crypt-Blowfish-2.14/blowfish.h Crypt-Blowfish-2.14/Makefile.PL Crypt-Blowfish-2.14/_blowfish.c Crypt-Blowfish-2.14/Blowfish.pm Crypt-Blowfish-2.14/COPYRIGHT Crypt-Blowfish-2.14/Blowfish.xs Crypt-Blowfish-2.14/META.yml Crypt-Blowfish-2.14/typemap sudo -u fink-bld [ENV] sh -c /tmp/fink.exNXS 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 Crypt::Blowfish 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 Blowfish.xs > Blowfish.xsc && mv Blowfish.xsc Blowfish.c gcc -c -I/sw/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"2.14\" -DXS_VERSION=\"2.14\" "-I/sw/lib/perl5-core/5.12.3/darwin-thread-multi-2level/CORE" _blowfish.c Running Mkbootstrap for Crypt::Blowfish () chmod 644 Blowfish.bs cp Blowfish.bs blib/arch/auto/Crypt/Blowfish/Blowfish.bs chmod 644 blib/arch/auto/Crypt/Blowfish/Blowfish.bs cp Blowfish.pm blib/lib/Crypt/Blowfish.pm gcc -c -I/sw/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"2.14\" -DXS_VERSION=\"2.14\" "-I/sw/lib/perl5-core/5.12.3/darwin-thread-multi-2level/CORE" Blowfish.c Blowfish.xs:39:27: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (blowfish_make_bfkey(key, key_len, ks)) ^~~ ./blowfish.h:5:32: note: passing argument to parameter 'key_string' here int blowfish_make_bfkey(char * key_string, int keylength, char * bfkey); ^ 1 warning generated. rm -f blib/arch/auto/Crypt/Blowfish/Blowfish.bundle env MACOSX_DEPLOYMENT_TARGET=10.3 cc -L/sw/lib -bundle -undefined dynamic_lookup -fstack-protector Blowfish.o _blowfish.o -o blib/arch/auto/Crypt/Blowfish/Blowfish.bundle \ \ chmod 755 blib/arch/auto/Crypt/Blowfish/Blowfish.bundle Manifying blib/man3/Crypt::Blowfish.3pm /bin/rm -rf /sw/build.build/root-crypt-blowfish-pm5123-2.14-1 /bin/mkdir -p /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw /bin/mkdir -p /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/DEBIAN /usr/sbin/chown -R fink-bld:fink-bld /sw/build.build/root-crypt-blowfish-pm5123-2.14-1 sudo -u fink-bld [ENV] sh -c /tmp/fink.jbtDE 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-crypt-blowfish-pm5123-2.14-1 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/auto/Crypt/Blowfish/Blowfish.bs Installing /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/auto/Crypt/Blowfish/Blowfish.bundle Installing /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/Crypt/Blowfish.pm Installing /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw/share/man/man3/Crypt::Blowfish.3pm Appending installation info to /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/perllocal.pod mkdir -p /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw/lib/perl5/5.12.3 mv /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw/share/man /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw/lib/perl5/5.12.3 sudo -u fink-bld [ENV] sh -c /tmp/fink.RNjiz /bin/mkdir -p /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw/share/podfiles/5.12.3 for i in `find /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw -name perllocal.pod`; do /bin/cat $i | sed -e s,/sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw/lib/perl5,/sw/lib/perl5, >> /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw/share/podfiles/5.12.3/perllocal.crypt-blowfish-pm5123.pod; /bin/rm -rf $i; done; /usr/bin/install -d -m 700 /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw/share/doc/crypt-blowfish-pm5123 /bin/cp -r Changes /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw/share/doc/crypt-blowfish-pm5123/ /bin/cp -r COPYRIGHT /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw/share/doc/crypt-blowfish-pm5123/ /bin/cp -r README /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw/share/doc/crypt-blowfish-pm5123/ /bin/chmod -R go=u-w /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw/share/doc/crypt-blowfish-pm5123 /bin/rm -f /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw/info/dir /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw/info/dir.old /sw/build.build/root-crypt-blowfish-pm5123-2.14-1/sw/share/info/dir /sw/build.build/root-crypt-blowfish-pm5123-2.14-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-crypt-blowfish-pm5123-2.14-1 /sw/fink/10.9/stable/main/binary-darwin-x86_64/crypto dpkg-deb: building package `crypt-blowfish-pm5123' in `/sw/fink/10.9/stable/main/binary-darwin-x86_64/crypto/crypt-blowfish-pm5123_2.14-1_darwin-x86_64.deb'. Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-crypt-blowfish-pm5123-2.14-1 (Reading database ... 7312 files and directories currently installed.) Removing fink-buildlock-crypt-blowfish-pm5123-2.14-1 ...