PATH=/usr/bin:/bin:/Users/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-02-27T01:25:23 ActivePerl-2200 CPAN-2.10 Reading '/Users/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Sun, 26 Feb 2017 06:41:03 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/M/MO/MONS/Crypt-OpenSSL-Blowfish-CFB64-0.01.tar.gz Checksum for /Users/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/M/MO/MONS/Crypt-OpenSSL-Blowfish-CFB64-0.01.tar.gz ok Crypt-OpenSSL-Blowfish-CFB64-0.01/ Crypt-OpenSSL-Blowfish-CFB64-0.01/t/ Crypt-OpenSSL-Blowfish-CFB64-0.01/ppport.h Crypt-OpenSSL-Blowfish-CFB64-0.01/Changes Crypt-OpenSSL-Blowfish-CFB64-0.01/MYMETA.json Crypt-OpenSSL-Blowfish-CFB64-0.01/lib/ Crypt-OpenSSL-Blowfish-CFB64-0.01/MYMETA.yml Crypt-OpenSSL-Blowfish-CFB64-0.01/MANIFEST Crypt-OpenSSL-Blowfish-CFB64-0.01/CFB64.xs Crypt-OpenSSL-Blowfish-CFB64-0.01/MANIFEST.SKIP Crypt-OpenSSL-Blowfish-CFB64-0.01/README Crypt-OpenSSL-Blowfish-CFB64-0.01/Makefile.PL Crypt-OpenSSL-Blowfish-CFB64-0.01/META.yml Crypt-OpenSSL-Blowfish-CFB64-0.01/META.json Crypt-OpenSSL-Blowfish-CFB64-0.01/lib/Crypt/ Crypt-OpenSSL-Blowfish-CFB64-0.01/lib/Crypt/OpenSSL/ Crypt-OpenSSL-Blowfish-CFB64-0.01/lib/Crypt/OpenSSL/Blowfish/ Crypt-OpenSSL-Blowfish-CFB64-0.01/lib/Crypt/OpenSSL/Blowfish/CFB64.pm Crypt-OpenSSL-Blowfish-CFB64-0.01/t/Crypt-OpenSSL-Blowfish-CFB64.t Configuring M/MO/MONS/Crypt-OpenSSL-Blowfish-CFB64-0.01.tar.gz with Makefile.PL >>> /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2200/cpanfly-5.22/var/megalib Want /Users/fly2200/ap2200-299195/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for Crypt::OpenSSL::Blowfish::CFB64 Writing MYMETA.yml and MYMETA.json MONS/Crypt-OpenSSL-Blowfish-CFB64-0.01.tar.gz /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL -- OK Running make for M/MO/MONS/Crypt-OpenSSL-Blowfish-CFB64-0.01.tar.gz >>> make cp lib/Crypt/OpenSSL/Blowfish/CFB64.pm blib/lib/Crypt/OpenSSL/Blowfish/CFB64.pm Running Mkbootstrap for Crypt::OpenSSL::Blowfish::CFB64 () chmod 644 "CFB64.bs" "/Users/fly2200/ap2200-299195/bin/perl-dynamic" "/Users/fly2200/cpanfly-5.22/var/megalib/ExtUtils/xsubpp" -typemap "/Users/fly2200/ap2200-299195/lib/ExtUtils/typemap" CFB64.xs > CFB64.xsc && mv CFB64.xsc CFB64.c Please specify prototyping behavior for CFB64.xs (see perlxs manual) gcc -c -I. -fno-common -DPERL_DARWIN -no-cpp-precomp -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" "-I/Users/fly2200/ap2200-299195/lib/CORE" CFB64.c CFB64.xs:30:48: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] croak("Invalid ivec length: %d. Must be 8", ivec_len); ~~ ^~~~~~~~ %zu CFB64.xs:39:2: warning: 'BF_set_key' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations] BF_set_key(bf->key, key_len, key); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/openssl/blowfish.h:112:6: note: 'BF_set_key' declared here void BF_set_key(BF_KEY *key, int len, const unsigned char *data) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; ^ CFB64.xs:39:31: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] BF_set_key(bf->key, key_len, key); ^~~ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/openssl/blowfish.h:112:60: note: passing argument to parameter 'data' here void BF_set_key(BF_KEY *key, int len, const unsigned char *data) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; ^ CFB64.xs:68:2: warning: 'BF_cfb64_encrypt' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations] BF_cfb64_encrypt( data, out, data_len, bf->key, ivec, &num, BF_ENCRYPT ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/openssl/blowfish.h:121:6: note: 'BF_cfb64_encrypt' declared here void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, ^ CFB64.xs:68:20: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] BF_cfb64_encrypt( data, out, data_len, bf->key, ivec, &num, BF_ENCRYPT ); ^~~~ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/openssl/blowfish.h:121:44: note: passing argument to parameter 'in' here void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, ^ CFB64.xs:86:2: warning: 'BF_cfb64_encrypt' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations] BF_cfb64_encrypt( data, out, data_len, bf->key, ivec, &num, BF_DECRYPT ); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/openssl/blowfish.h:121:6: note: 'BF_cfb64_encrypt' declared here void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, ^ CFB64.xs:86:20: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] BF_cfb64_encrypt( data, out, data_len, bf->key, ivec, &num, BF_DECRYPT ); ^~~~ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/openssl/blowfish.h:121:44: note: passing argument to parameter 'in' here void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, ^ 7 warnings generated. rm -f blib/arch/auto/Crypt/OpenSSL/Blowfish/CFB64/CFB64.bundle LD_RUN_PATH="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib" gcc -mmacosx-version-min=10.9 -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch x86_64 -fstack-protector CFB64.o -o blib/arch/auto/Crypt/OpenSSL/Blowfish/CFB64/CFB64.bundle \ -lcrypto \ chmod 755 blib/arch/auto/Crypt/OpenSSL/Blowfish/CFB64/CFB64.bundle "/Users/fly2200/ap2200-299195/bin/perl-dynamic" -MExtUtils::Command::MM -e 'cp_nonempty' -- CFB64.bs blib/arch/auto/Crypt/OpenSSL/Blowfish/CFB64/CFB64.bs 644 Manifying 1 pod document MONS/Crypt-OpenSSL-Blowfish-CFB64-0.01.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 Running Mkbootstrap for Crypt::OpenSSL::Blowfish::CFB64 () chmod 644 "CFB64.bs" PERL_DL_NONLAZY=1 "/Users/fly2200/ap2200-299195/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/Crypt-OpenSSL-Blowfish-CFB64.t .. 1..16 ok 1 - use Crypt::OpenSSL::Blowfish::CFB64; ok 2 - crypt with key ok 3 - crypt with key and zero ok 4 - crypt with key and 1..8 ok 5 - encrypt key (test) ok 6 - encrypt key+zero (test) ok 7 - encrypt key+1..8 (test) ok 8 - decrypt key (test) ok 9 - decrypt_hex key (test) ok 10 - decrypt key+zero (test) ok 11 - decrypt_hex key+zero (test) ok 12 - decrypt key+1..8 (test) ok 13 - decrypt_hex key+1..8 (test) ok 14 - dec1/enc2 ok 15 - dec2/enc1 ok 16 - dec3/enc3 ok All tests successful. Files=1, Tests=16, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.03 cusr 0.01 csys = 0.07 CPU) Result: PASS MONS/Crypt-OpenSSL-Blowfish-CFB64-0.01.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/M/MO/MONS/CHECKSUMS Mons Anderson <mons@cpan.org> Blowfish CFB64 Algorithm using OpenSSL >>> (cd /Users/fly2200/cpanfly-5.22/var/tmp/cpan_build/Crypt-OpenSSL-Blowfish-CFB64-0.01-Yt0sWz && tar cvf - Crypt-OpenSSL-Blowfish-CFB64-0.01.ppd blib) | gzip -c >/Users/fly2200/cpanfly-5.22/var/REPO/M/MO/MONS/Crypt-OpenSSL-Blowfish-CFB64-0.01.tar.gz Crypt-OpenSSL-Blowfish-CFB64-0.01.ppd blib/ blib/arch/ blib/arch/auto/ blib/arch/auto/Crypt/ blib/arch/auto/Crypt/OpenSSL/ blib/arch/auto/Crypt/OpenSSL/Blowfish/ blib/arch/auto/Crypt/OpenSSL/Blowfish/CFB64/ blib/arch/auto/Crypt/OpenSSL/Blowfish/CFB64/CFB64.bundle blib/lib/ blib/lib/Crypt/ blib/lib/Crypt/OpenSSL/ blib/lib/Crypt/OpenSSL/Blowfish/ blib/lib/Crypt/OpenSSL/Blowfish/CFB64.pm blib/man3/ blib/man3/Crypt::OpenSSL::Blowfish::CFB64.3 Finished 2017-02-27T01:25:34