printf ' ' | fink --no-use-binary-dist --yes --build-as-nobody rebuild clone-pm5123 2>&1 The package 'clone-pm5123' will be built without being installed. Reading build dependency for clone-pm5123-0.36-1... Reading dependency for clone-pm5123-0.36-1... Reading build conflict for clone-pm5123-0.36-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: clone-pm5123 The following additional package will be installed: perl5123-core Do you want to continue? [Y/n] (assuming default) curl --connect-timeout 30 -f -L -A 'fink/0.37.0' -O http://distfiles.master.finkmirrors.net/distfiles/Clone-0.36.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13132 100 13132 0 0 62944 0 --:--:-- --:--:-- --:--:-- 63134 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 ... 7347 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-clone-pm5123-0.36-1 /sw/build.build dpkg-deb: building package `fink-buildlock-clone-pm5123-0.36-1' in `/sw/build.build/fink-buildlock-clone-pm5123-0.36-1_2014.07.25-02.01.07_darwin-x86_64.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/build.build/fink-buildlock-clone-pm5123-0.36-1_2014.07.25-02.01.07_darwin-x86_64.deb Selecting previously deselected package fink-buildlock-clone-pm5123-0.36-1. (Reading database ... 10350 files and directories currently installed.) Unpacking fink-buildlock-clone-pm5123-0.36-1 (from .../fink-buildlock-clone-pm5123-0.36-1_2014.07.25-02.01.07_darwin-x86_64.deb) ... Setting up fink-buildlock-clone-pm5123-0.36-1 (2014.07.25-02.01.07) ... sudo -u fink-bld [ENV] sh -c /tmp/fink.05Im2 env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xvf /sw/src/Clone-0.36.tar.gz Clone-0.36/ Clone-0.36/MANIFEST Clone-0.36/META.json Clone-0.36/t/ Clone-0.36/t/08fieldhash.t Clone-0.36/t/06refcnt.t Clone-0.36/t/02hash.t Clone-0.36/t/tied.pl Clone-0.36/t/dump.pl Clone-0.36/t/01array.t Clone-0.36/t/07magic.t Clone-0.36/t/dclone.t Clone-0.36/t/04tie.t Clone-0.36/t/05dtype.t Clone-0.36/t/03scalar.t Clone-0.36/Clone.xs Clone-0.36/META.yml Clone-0.36/Changes Clone-0.36/Clone.pm Clone-0.36/Makefile.PL sudo -u fink-bld [ENV] sh -c /tmp/fink.RoxDn perl -0 -pe's/^.*=head\d\s+(COPYRIGHT.*)$/$1/is;s/=head1 .*//is' Clone.pm > COPYRIGHT sudo -u fink-bld [ENV] sh -c /tmp/fink.RDxDc 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 Clone 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 Clone.xs > Clone.xsc && mv Clone.xsc Clone.c Running Mkbootstrap for Clone () chmod 644 Clone.bs cp Clone.bs blib/arch/auto/Clone/Clone.bs chmod 644 blib/arch/auto/Clone/Clone.bs cp Clone.pm blib/lib/Clone.pm AutoSplitting blib/lib/Clone.pm (blib/lib/auto/Clone) gcc -c -I/sw/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"0.36\" -DXS_VERSION=\"0.36\" "-I/sw/lib/perl5-core/5.12.3/darwin-thread-multi-2level/CORE" Clone.c Clone.xs:48:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (next = hv_iternext (self)) ~~~~~^~~~~~~~~~~~~~~~~~~~ Clone.xs:48:15: note: place parentheses around the assignment to silence this warning while (next = hv_iternext (self)) ^ ( ) Clone.xs:48:15: note: use '==' to turn this assignment into an equality comparison while (next = hv_iternext (self)) ^ == Clone.xs:281:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if ( mg = mg_find(clone, 'r') ) ~~~^~~~~~~~~~~~~~~~~~~~~ Clone.xs:281:15: note: place parentheses around the assignment to silence this warning if ( mg = mg_find(clone, 'r') ) ^ ( ) Clone.xs:281:15: note: use '==' to turn this assignment into an equality comparison if ( mg = mg_find(clone, 'r') ) ^ == 2 warnings generated. rm -f blib/arch/auto/Clone/Clone.bundle env MACOSX_DEPLOYMENT_TARGET=10.3 cc -L/sw/lib -bundle -undefined dynamic_lookup -fstack-protector Clone.o -o blib/arch/auto/Clone/Clone.bundle \ \ chmod 755 blib/arch/auto/Clone/Clone.bundle Manifying blib/man3/Clone.3pm /bin/rm -rf /sw/build.build/root-clone-pm5123-0.36-1 /bin/mkdir -p /sw/build.build/root-clone-pm5123-0.36-1/sw /bin/mkdir -p /sw/build.build/root-clone-pm5123-0.36-1/DEBIAN /usr/sbin/chown -R fink-bld:fink-bld /sw/build.build/root-clone-pm5123-0.36-1 sudo -u fink-bld [ENV] sh -c /tmp/fink.bc5uS 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-clone-pm5123-0.36-1 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /sw/build.build/root-clone-pm5123-0.36-1/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/auto/Clone/Clone.bs Installing /sw/build.build/root-clone-pm5123-0.36-1/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/auto/Clone/Clone.bundle Installing /sw/build.build/root-clone-pm5123-0.36-1/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/Clone.pm Installing /sw/build.build/root-clone-pm5123-0.36-1/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/auto/Clone/autosplit.ix Installing /sw/build.build/root-clone-pm5123-0.36-1/sw/share/man/man3/Clone.3pm Appending installation info to /sw/build.build/root-clone-pm5123-0.36-1/sw/lib/perl5/5.12.3/darwin-thread-multi-2level/perllocal.pod mv /sw/build.build/root-clone-pm5123-0.36-1/sw/share/man /sw/build.build/root-clone-pm5123-0.36-1/sw/lib/perl5/5.12.3 sudo -u fink-bld [ENV] sh -c /tmp/fink.x68oH /bin/mkdir -p /sw/build.build/root-clone-pm5123-0.36-1/sw/share/podfiles/5.12.3 for i in `find /sw/build.build/root-clone-pm5123-0.36-1/sw -name perllocal.pod`; do /bin/cat $i | sed -e s,/sw/build.build/root-clone-pm5123-0.36-1/sw/lib/perl5,/sw/lib/perl5, >> /sw/build.build/root-clone-pm5123-0.36-1/sw/share/podfiles/5.12.3/perllocal.clone-pm5123.pod; /bin/rm -rf $i; done; /usr/bin/install -d -m 700 /sw/build.build/root-clone-pm5123-0.36-1/sw/share/doc/clone-pm5123 /bin/cp -r COPYRIGHT /sw/build.build/root-clone-pm5123-0.36-1/sw/share/doc/clone-pm5123/ /bin/cp -r Changes /sw/build.build/root-clone-pm5123-0.36-1/sw/share/doc/clone-pm5123/ /bin/chmod -R go=u-w /sw/build.build/root-clone-pm5123-0.36-1/sw/share/doc/clone-pm5123 /bin/rm -f /sw/build.build/root-clone-pm5123-0.36-1/sw/info/dir /sw/build.build/root-clone-pm5123-0.36-1/sw/info/dir.old /sw/build.build/root-clone-pm5123-0.36-1/sw/share/info/dir /sw/build.build/root-clone-pm5123-0.36-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-clone-pm5123-0.36-1 /sw/fink/10.9/stable/main/binary-darwin-x86_64/libs/perlmods dpkg-deb: building package `clone-pm5123' in `/sw/fink/10.9/stable/main/binary-darwin-x86_64/libs/perlmods/clone-pm5123_0.36-1_darwin-x86_64.deb'. Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-clone-pm5123-0.36-1 (Reading database ... 10351 files and directories currently installed.) Removing fink-buildlock-clone-pm5123-0.36-1 ...