printf ' ' | fink --no-use-binary-dist --yes --build-as-nobody rebuild crypt-openssl-random-pm5162 2>&1 The package 'crypt-openssl-random-pm5162' will be built without being installed. Reading build dependency for crypt-openssl-random-pm5162-0.04-1... Reading dependency for crypt-openssl-random-pm5162-0.04-1... Reading build conflict for crypt-openssl-random-pm5162-0.04-1... The package 'system-openssl-dev' will be installed. Reading dependency for system-openssl-dev-0.9.8-6... Reading runtime dependency for system-openssl-dev-0.9.8-6... The following package will be rebuilt: crypt-openssl-random-pm5162 The following additional package will be installed: system-openssl-dev Do you want to continue? [Y/n] (assuming default) Reading buildlock packages... All buildlocks accounted for. /sw/bin/dpkg-lockwait -i /sw/fink/debs/system-openssl-dev_0.9.8-6_darwin-x86_64.deb Selecting previously deselected package system-openssl-dev. (Reading database ... 4296 files and directories currently installed.) Unpacking system-openssl-dev (from .../system-openssl-dev_0.9.8-6_darwin-x86_64.deb) ... Setting up system-openssl-dev (0.9.8-6) ... Setting runtime build-lock... dpkg-deb -b /sw/build.build/root-fink-buildlock-crypt-openssl-random-pm5162-0.04-1 /sw/build.build dpkg-deb: building package `fink-buildlock-crypt-openssl-random-pm5162-0.04-1' in `/sw/build.build/fink-buildlock-crypt-openssl-random-pm5162-0.04-1_2014.07.30-07.32.25_darwin-x86_64.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/build.build/fink-buildlock-crypt-openssl-random-pm5162-0.04-1_2014.07.30-07.32.25_darwin-x86_64.deb Selecting previously deselected package fink-buildlock-crypt-openssl-random-pm5162-0.04-1. (Reading database ... 4304 files and directories currently installed.) Unpacking fink-buildlock-crypt-openssl-random-pm5162-0.04-1 (from .../fink-buildlock-crypt-openssl-random-pm5162-0.04-1_2014.07.30-07.32.25_darwin-x86_64.deb) ... Setting up fink-buildlock-crypt-openssl-random-pm5162-0.04-1 (2014.07.30-07.32.25) ... sudo -u fink-bld [ENV] sh -c /tmp/fink.X6voX env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xvf /sw/src/Crypt-OpenSSL-Random-0.04.tar.gz Crypt-OpenSSL-Random-0.04/ Crypt-OpenSSL-Random-0.04/Random.pm Crypt-OpenSSL-Random-0.04/Random.xs Crypt-OpenSSL-Random-0.04/LICENSE Crypt-OpenSSL-Random-0.04/Changes Crypt-OpenSSL-Random-0.04/test.pl Crypt-OpenSSL-Random-0.04/Makefile.PL Crypt-OpenSSL-Random-0.04/META.yml Crypt-OpenSSL-Random-0.04/MANIFEST sudo -u fink-bld [ENV] sh -c /tmp/fink.2mUSN [ -r /sw/fink/dists/stable/main/finkinfo/libs/perlmods/crypt-openssl-random-pm.patch ] sudo -u fink-bld [ENV] sh -c /tmp/fink.7l5D4 sed 's|@PREFIX@|/sw|g' < /sw/fink/dists/stable/main/finkinfo/libs/perlmods/crypt-openssl-random-pm.patch | patch patching file Makefile.PL sudo -u fink-bld [ENV] sh -c /tmp/fink.c77Pf ARCHFLAGS="" /usr/bin/arch -x86_64 perl5.16 Makefile.PL PERL="/usr/bin/arch -x86_64 perl5.16" PREFIX=/sw INSTALLPRIVLIB=/sw/lib/perl5/5.16.2 INSTALLARCHLIB=/sw/lib/perl5/5.16.2/darwin-thread-multi-2level INSTALLSITELIB=/sw/lib/perl5/5.16.2 INSTALLSITEARCH=/sw/lib/perl5/5.16.2/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::OpenSSL::Random Writing MYMETA.yml and MYMETA.json make CC=gcc CXX=g++ LDDLFLAGS='-bundle -undefined dynamic_lookup' /usr/bin/arch -x86_64 perl5.16 /System/Library/Perl/5.16/ExtUtils/xsubpp -typemap /System/Library/Perl/5.16/ExtUtils/typemap Random.xs > Random.xsc && mv Random.xsc Random.c Running Mkbootstrap for Crypt::OpenSSL::Random () chmod 644 Random.bs cp Random.bs blib/arch/auto/Crypt/OpenSSL/Random/Random.bs chmod 644 blib/arch/auto/Crypt/OpenSSL/Random/Random.bs cp Random.pm blib/lib/Crypt/OpenSSL/Random.pm AutoSplitting blib/lib/Crypt/OpenSSL/Random.pm (blib/lib/auto/Crypt/OpenSSL/Random) Please specify prototyping behavior for Random.xs (see perlxs manual) gcc -c -I/sw/lib/system-openssl/include -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -I/usr/local/include -Os -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" "-I/System/Library/Perl/5.16/darwin-thread-multi-2level/CORE" Random.c Random.xs:23:8: warning: 'RAND_bytes' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations] if(RAND_bytes(rand_bytes, num_bytes)) ^ /sw/lib/system-openssl/include/openssl/rand.h:104:6: note: 'RAND_bytes' declared here int RAND_bytes(unsigned char *buf,int num) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; ^ Random.xs:25:35: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] XPUSHs(sv_2mortal(newSVpv(rand_bytes, num_bytes))); ^~~~~~~~~~ /System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/embed.h:363:42: note: expanded from macro 'newSVpv' #define newSVpv(a,b) Perl_newSVpv(aTHX_ a,b) ^ /System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/embed.h:536:46: note: expanded from macro 'sv_2mortal' #define sv_2mortal(a) Perl_sv_2mortal(aTHX_ a) ^ /System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/pp.h:298:56: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END ^ /System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/proto.h:2755:56: note: passing argument to parameter 's' here PERL_CALLCONV SV* Perl_newSVpv(pTHX_ const char *const s, const STRLEN len) ^ Random.xs:48:8: warning: 'RAND_bytes' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations] if(RAND_bytes(rand_bytes, num_bytes)) ^ /sw/lib/system-openssl/include/openssl/rand.h:104:6: note: 'RAND_bytes' declared here int RAND_bytes(unsigned char *buf,int num) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; ^ Random.xs:50:35: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] XPUSHs(sv_2mortal(newSVpv(rand_bytes, num_bytes))); ^~~~~~~~~~ /System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/embed.h:363:42: note: expanded from macro 'newSVpv' #define newSVpv(a,b) Perl_newSVpv(aTHX_ a,b) ^ /System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/embed.h:536:46: note: expanded from macro 'sv_2mortal' #define sv_2mortal(a) Perl_sv_2mortal(aTHX_ a) ^ /System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/pp.h:298:56: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END ^ /System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/proto.h:2755:56: note: passing argument to parameter 's' here PERL_CALLCONV SV* Perl_newSVpv(pTHX_ const char *const s, const STRLEN len) ^ Random.xs:71:5: warning: 'RAND_seed' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations] RAND_seed(random_bytes, random_bytes_length); ^ /sw/lib/system-openssl/include/openssl/rand.h:106:6: note: 'RAND_seed' declared here void RAND_seed(const void *buf,int num) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; ^ Random.xs:72:34: warning: 'RAND_status' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations] XPUSHs( sv_2mortal( newSViv( RAND_status() ) ) ); ^ /System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/embed.h:361:40: note: expanded from macro 'newSViv' #define newSViv(a) Perl_newSViv(aTHX_ a) ^ /System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/embed.h:536:46: note: expanded from macro 'sv_2mortal' #define sv_2mortal(a) Perl_sv_2mortal(aTHX_ a) ^ /System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/pp.h:298:56: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END ^ /sw/lib/system-openssl/include/openssl/rand.h:111:5: note: 'RAND_status' declared here int RAND_status(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; ^ Random.xs:87:14: warning: 'RAND_egd' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations] status = RAND_egd(egd); ^ /sw/lib/system-openssl/include/openssl/rand.h:113:5: note: 'RAND_egd' declared here int RAND_egd(const char *path) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; ^ Random.xs:97:34: warning: 'RAND_status' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations] XPUSHs( sv_2mortal( newSViv( RAND_status() ) ) ); ^ /System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/embed.h:361:40: note: expanded from macro 'newSViv' #define newSViv(a) Perl_newSViv(aTHX_ a) ^ /System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/embed.h:536:46: note: expanded from macro 'sv_2mortal' #define sv_2mortal(a) Perl_sv_2mortal(aTHX_ a) ^ /System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/pp.h:298:56: note: expanded from macro 'XPUSHs' #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END ^ /sw/lib/system-openssl/include/openssl/rand.h:111:5: note: 'RAND_status' declared here int RAND_status(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; ^ 8 warnings generated. rm -f blib/arch/auto/Crypt/OpenSSL/Random/Random.bundle LD_RUN_PATH="/sw/lib/system-openssl/lib" cc -mmacosx-version-min=10.9 -bundle -undefined dynamic_lookup Random.o -o blib/arch/auto/Crypt/OpenSSL/Random/Random.bundle \ -L/sw/lib/system-openssl/lib -lssl -lcrypto \ chmod 755 blib/arch/auto/Crypt/OpenSSL/Random/Random.bundle Manifying blib/man3/Crypt::OpenSSL::Random.3pm /bin/rm -rf /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1 /bin/mkdir -p /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw /bin/mkdir -p /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/DEBIAN /usr/sbin/chown -R fink-bld:fink-bld /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1 sudo -u fink-bld [ENV] sh -c /tmp/fink.Wk4gC make -j1 install PREFIX=/sw INSTALLPRIVLIB=/sw/lib/perl5/5.16.2 INSTALLARCHLIB=/sw/lib/perl5/5.16.2/darwin-thread-multi-2level INSTALLSITELIB=/sw/lib/perl5/5.16.2 INSTALLSITEARCH=/sw/lib/perl5/5.16.2/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-openssl-random-pm5162-0.04-1 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw/lib/perl5/5.16.2/darwin-thread-multi-2level/auto/Crypt/OpenSSL/Random/Random.bs Installing /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw/lib/perl5/5.16.2/darwin-thread-multi-2level/auto/Crypt/OpenSSL/Random/Random.bundle Installing /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw/lib/perl5/5.16.2/darwin-thread-multi-2level/auto/Crypt/OpenSSL/Random/autosplit.ix Installing /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw/lib/perl5/5.16.2/darwin-thread-multi-2level/Crypt/OpenSSL/Random.pm Installing /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw/share/man/man3/Crypt::OpenSSL::Random.3pm Appending installation info to /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw/lib/perl5/5.16.2/darwin-thread-multi-2level/perllocal.pod mv /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw/share/man /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw/lib/perl5/5.16.2 sudo -u fink-bld [ENV] sh -c /tmp/fink.Bauv8 /bin/mkdir -p /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw/share/podfiles/5.16.2 for i in `find /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw -name perllocal.pod`; do /bin/cat $i | sed -e s,/sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw/lib/perl5,/sw/lib/perl5, >> /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw/share/podfiles/5.16.2/perllocal.crypt-openssl-random-pm5162.pod; /bin/rm -rf $i; done; /usr/bin/install -d -m 700 /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw/share/doc/crypt-openssl-random-pm5162 /bin/cp -r LICENSE /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw/share/doc/crypt-openssl-random-pm5162/ /bin/cp -r MANIFEST /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw/share/doc/crypt-openssl-random-pm5162/ /bin/cp -r Changes /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw/share/doc/crypt-openssl-random-pm5162/ /bin/chmod -R go=u-w /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw/share/doc/crypt-openssl-random-pm5162 /bin/rm -f /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw/info/dir /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw/info/dir.old /sw/build.build/root-crypt-openssl-random-pm5162-0.04-1/sw/share/info/dir /sw/build.build/root-crypt-openssl-random-pm5162-0.04-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-openssl-random-pm5162-0.04-1 /sw/fink/10.9/stable/main/binary-darwin-x86_64/libs/perlmods dpkg-deb: building package `crypt-openssl-random-pm5162' in `/sw/fink/10.9/stable/main/binary-darwin-x86_64/libs/perlmods/crypt-openssl-random-pm5162_0.04-1_darwin-x86_64.deb'. Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-crypt-openssl-random-pm5162-0.04-1 (Reading database ... 4305 files and directories currently installed.) Removing fink-buildlock-crypt-openssl-random-pm5162-0.04-1 ...