printf ' ' | fink --no-use-binary-dist --yes --build-as-nobody rebuild mime-base64-pm5123 2>&1 The package 'mime-base64-pm5123' will be built without being installed. Reading build dependency for mime-base64-pm5123-3.05-104... Reading dependency for mime-base64-pm5123-3.05-104... Reading dependency for mime-base64-pm5123-bin-3.05-104... Reading build conflict for mime-base64-pm5123-3.05-104... 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: mime-base64-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 ... 7240 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-mime-base64-pm5123-3.05-104 /sw/build.build dpkg-deb: building package `fink-buildlock-mime-base64-pm5123-3.05-104' in `/sw/build.build/fink-buildlock-mime-base64-pm5123-3.05-104_2014.08.04-23.01.12_darwin-x86_64.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/build.build/fink-buildlock-mime-base64-pm5123-3.05-104_2014.08.04-23.01.12_darwin-x86_64.deb Selecting previously deselected package fink-buildlock-mime-base64-pm5123-3.05-104. (Reading database ... 10243 files and directories currently installed.) Unpacking fink-buildlock-mime-base64-pm5123-3.05-104 (from .../fink-buildlock-mime-base64-pm5123-3.05-104_2014.08.04-23.01.12_darwin-x86_64.deb) ... Setting up fink-buildlock-mime-base64-pm5123-3.05-104 (2014.08.04-23.01.12) ... sudo -u fink-bld [ENV] sh -c /tmp/fink.Q5EFl env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xvf /sw/src/MIME-Base64-3.05.tar.gz MIME-Base64-3.05/ MIME-Base64-3.05/t/ MIME-Base64-3.05/t/warn.t MIME-Base64-3.05/t/bad-sv.t MIME-Base64-3.05/t/unicode.t MIME-Base64-3.05/t/quoted-print.t MIME-Base64-3.05/t/base64.t MIME-Base64-3.05/README MIME-Base64-3.05/QuotedPrint.pm MIME-Base64-3.05/MANIFEST MIME-Base64-3.05/decode-qp MIME-Base64-3.05/encode-base64 MIME-Base64-3.05/encode-qp MIME-Base64-3.05/Base64.pm MIME-Base64-3.05/Changes MIME-Base64-3.05/Makefile.PL MIME-Base64-3.05/decode-base64 MIME-Base64-3.05/Base64.xs sudo -u fink-bld [ENV] sh -c /tmp/fink.KhlvQ 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 MIME::Base64 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 Base64.xs > Base64.xsc && mv Base64.xsc Base64.c Running Mkbootstrap for MIME::Base64 () cp decode-qp blib/script/decode-qp cp encode-qp blib/script/encode-qp cp decode-base64 blib/script/decode-base64 /usr/bin/arch -x86_64 perl5.12.3 -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/decode-qp /usr/bin/arch -x86_64 perl5.12.3 -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/encode-qp cp encode-base64 blib/script/encode-base64 /usr/bin/arch -x86_64 perl5.12.3 -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/decode-base64 /usr/bin/arch -x86_64 perl5.12.3 -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/encode-base64 chmod 644 Base64.bs cp Base64.bs blib/arch/auto/MIME/Base64/Base64.bs chmod 644 blib/arch/auto/MIME/Base64/Base64.bs cp QuotedPrint.pm blib/lib/MIME/QuotedPrint.pm cp Base64.pm blib/lib/MIME/Base64.pm gcc -c -I/sw/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"3.05\" -DXS_VERSION=\"3.05\" "-I/sw/lib/perl5-core/5.12.3/darwin-thread-multi-2level/CORE" Base64.c rm -f blib/arch/auto/MIME/Base64/Base64.bundle env MACOSX_DEPLOYMENT_TARGET=10.3 cc -L/sw/lib -bundle -undefined dynamic_lookup -fstack-protector Base64.o -o blib/arch/auto/MIME/Base64/Base64.bundle \ \ chmod 755 blib/arch/auto/MIME/Base64/Base64.bundle Manifying blib/man3/MIME::QuotedPrint.3pm Manifying blib/man3/MIME::Base64.3pm /bin/rm -rf /sw/build.build/root-mime-base64-pm5123-3.05-104 /bin/mkdir -p /sw/build.build/root-mime-base64-pm5123-3.05-104/sw /bin/mkdir -p /sw/build.build/root-mime-base64-pm5123-3.05-104/DEBIAN /usr/sbin/chown -R fink-bld:fink-bld /sw/build.build/root-mime-base64-pm5123-3.05-104 sudo -u fink-bld [ENV] sh -c /tmp/fink.5Q0zj 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-mime-base64-pm5123-3.05-104 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/auto/MIME/Base64/Base64.bs Installing /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/auto/MIME/Base64/Base64.bundle Installing /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/MIME/Base64.pm Installing /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/MIME/QuotedPrint.pm Installing /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/share/man/man3/MIME::Base64.3pm Installing /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/share/man/man3/MIME::QuotedPrint.3pm Installing /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/bin/decode-base64 Installing /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/bin/decode-qp Installing /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/bin/encode-base64 Installing /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/bin/encode-qp Appending installation info to /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/perllocal.pod mv /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/share/man /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/lib/perl5/5.12.3 sudo -u fink-bld [ENV] sh -c /tmp/fink.dhj0i /bin/mkdir -p /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/share/podfiles/5.12.3 for i in `find /sw/build.build/root-mime-base64-pm5123-3.05-104/sw -name perllocal.pod`; do /bin/cat $i | sed -e s,/sw/build.build/root-mime-base64-pm5123-3.05-104/sw/lib/perl5,/sw/lib/perl5, >> /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/share/podfiles/5.12.3/perllocal.mime-base64-pm5123.pod; /bin/rm -rf $i; done; /usr/bin/install -d -m 700 /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/share/doc/mime-base64-pm5123 /bin/cp -r Changes /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/share/doc/mime-base64-pm5123/ /bin/cp -r README /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/share/doc/mime-base64-pm5123/ /bin/chmod -R go=u-w /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/share/doc/mime-base64-pm5123 /bin/rm -f /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/info/dir /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/info/dir.old /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/share/info/dir /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/share/info/dir.old /bin/rm -rf /sw/build.build/root-mime-base64-pm5123-bin-3.05-104 /bin/mkdir -p /sw/build.build/root-mime-base64-pm5123-bin-3.05-104/sw /bin/mkdir -p /sw/build.build/root-mime-base64-pm5123-bin-3.05-104/DEBIAN /usr/sbin/chown -R fink-bld:fink-bld /sw/build.build/root-mime-base64-pm5123-bin-3.05-104 sudo -u fink-bld [ENV] sh -c /tmp/fink.IZwmH /usr/bin/install -d -m 755 /sw/build.build/root-mime-base64-pm5123-bin-3.05-104/sw /bin/mv /sw/build.build/root-mime-base64-pm5123-3.05-104/sw/bin /sw/build.build/root-mime-base64-pm5123-bin-3.05-104/sw/ /usr/bin/install -d -m 700 /sw/build.build/root-mime-base64-pm5123-bin-3.05-104/sw/share/doc/mime-base64-pm5123-bin /bin/cp -r Changes /sw/build.build/root-mime-base64-pm5123-bin-3.05-104/sw/share/doc/mime-base64-pm5123-bin/ /bin/cp -r README /sw/build.build/root-mime-base64-pm5123-bin-3.05-104/sw/share/doc/mime-base64-pm5123-bin/ /bin/chmod -R go=u-w /sw/build.build/root-mime-base64-pm5123-bin-3.05-104/sw/share/doc/mime-base64-pm5123-bin /bin/rm -f /sw/build.build/root-mime-base64-pm5123-bin-3.05-104/sw/info/dir /sw/build.build/root-mime-base64-pm5123-bin-3.05-104/sw/info/dir.old /sw/build.build/root-mime-base64-pm5123-bin-3.05-104/sw/share/info/dir /sw/build.build/root-mime-base64-pm5123-bin-3.05-104/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-mime-base64-pm5123-3.05-104 /sw/fink/10.9/stable/main/binary-darwin-x86_64/libs/perlmods dpkg-deb: building package `mime-base64-pm5123' in `/sw/fink/10.9/stable/main/binary-darwin-x86_64/libs/perlmods/mime-base64-pm5123_3.05-104_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-mime-base64-pm5123-bin-3.05-104 /sw/fink/10.9/stable/main/binary-darwin-x86_64/libs/perlmods dpkg-deb: building package `mime-base64-pm5123-bin' in `/sw/fink/10.9/stable/main/binary-darwin-x86_64/libs/perlmods/mime-base64-pm5123-bin_3.05-104_darwin-x86_64.deb'. Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-mime-base64-pm5123-3.05-104 (Reading database ... 10244 files and directories currently installed.) Removing fink-buildlock-mime-base64-pm5123-3.05-104 ...