Cannot determine perl version info from lib/Net/SSLeay.pm Cannot determine license info from lib/Net/SSLeay.pm *** Found OpenSSL-0.9.7l installed in /usr *** Be sure to use the same compiler and options to compile your OpenSSL, perl, and Net::SSLeay. Mixing and matching compilers is not supported. Do you want to run external tests? These tests *will* *fail* if you do not have network connectivity. [y] y *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Sub::Uplevel ...loaded. (0.18) - Test::Exception ...loaded. (0.25) - Array::Compare ...loaded. (1.14) - Tree::DAG_Node ...loaded. (1.05) - Test::Warn ...loaded. (0.10) - MIME::Base64 ...loaded. (3.07_01) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for Net::SSLeay cp lib/Net/SSLeay.pm blib/lib/Net/SSLeay.pm AutoSplitting blib/lib/Net/SSLeay.pm (blib/lib/auto/Net/SSLeay) blib/lib/Net/SSLeay.pm: some names are not unique when truncated to 8 characters: directory blib/lib/auto/Net/SSLeay: do_https3.al, do_https2.al, do_https4.al, do_https.al truncate to do_https do_httpx3.al, do_httpx2.al, do_httpx4.al truncate to do_httpx get_https.al, get_https3.al, get_https4.al, get_http.al, get_http3.al, get_http4.al, get_httpx.al, get_httpx3.al, get_httpx4.al truncate to get_http head_https.al, head_https3.al, head_https4.al, head_http.al, head_http3.al, head_http4.al, head_httpx.al, head_httpx3.al, head_httpx4.al truncate to head_htt post_https.al, post_https3.al, post_https4.al, post_http.al, post_http3.al, post_http4.al, post_httpx.al, post_httpx3.al, post_httpx4.al truncate to post_htt put_https.al, put_https3.al, put_https4.al, put_http.al, put_http3.al, put_http4.al, put_httpx.al, put_httpx3.al, put_httpx4.al truncate to put_http ssl_read_all.al, ssl_read_until.al, ssl_read_CRLF.al truncate to ssl_read ssl_write_all.al, ssl_write_CRLF.al truncate to ssl_writ tcp_read_all.al, tcp_read_until.al, tcp_read_CRLF.al truncate to tcp_read tcp_write_all.al, tcp_write_CRLF.al truncate to tcp_writ cp lib/Net/SSLeay/Handle.pm blib/lib/Net/SSLeay/Handle.pm /Users/cpanrun/build/5.10.0/bin/perl "-Iinc" /Users/cpanrun/build/5.10.0/lib/ExtUtils/xsubpp -typemap /Users/cpanrun/build/5.10.0/lib/ExtUtils/typemap -typemap typemap SSLeay.xs > SSLeay.xsc && mv SSLeay.xsc SSLeay.c gcc -c -I/usr/include -I/usr/inc32 -Iusr/kerberos/include -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DPRIVLIB_LAST_IN_INC -fno-strict-aliasing -pipe -O2 -g -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" "-I/Users/cpanrun/build/5.10.0/lib/CORE" SSLeay.c Running Mkbootstrap for Net::SSLeay () chmod 644 SSLeay.bs rm -f blib/arch/auto/Net/SSLeay/SSLeay.bundle LD_RUN_PATH="/usr/lib" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch ppc -arch i386 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3 SSLeay.o -o blib/arch/auto/Net/SSLeay/SSLeay.bundle \ -L/usr -L/usr/lib -lssl -lcrypto -lz \ chmod 755 blib/arch/auto/Net/SSLeay/SSLeay.bundle cp SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs chmod 644 blib/arch/auto/Net/SSLeay/SSLeay.bs Manifying blib/man3/Net::SSLeay.3 Manifying blib/man3/Net::SSLeay::Handle.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*/*.t t/*/*/*.t t/external/08_external...........1..8 ok 1 - connection ok 2 - correct response ok 3 - connection ok 4 - correct response ok 5 - connection ok 6 - correct response ok 7 - connection ok 8 - correct response ok t/handle/external/10_destroy.....1..6 ok 1 - correct response ok 2 - handle gets destroyed when it goes out of scope connect: Connection refused at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-SSLeay/blib/lib/Net/SSLeay/Handle.pm line 229. # Looks like you planned 6 tests but only ran 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3-6 Failed 4/6 tests, 33.33% okay t/handle/external/50_external....1..24 ok 1 - connection ok 2 - response ok 3 - connection ok 4 - response ok 5 - connection ok 6 - response ok 7 - connection ok 8 - response ok 9 - connection ok 10 - got handle ok 11 - connection ok 12 - got handle ok 13 - connection ok 14 - got handle ok 15 - connection ok 16 - got handle ok 17 - connected ok 18 - response ok 19 - connected ok 20 - response ok 21 - connected ok 22 - response ok 23 - connected ok 24 - response ok t/handle/local/05_use............1..1 ok 1 - use Net::SSLeay::Handle; ok t/local/00_ptr_cast..............1..5 # compiling test program with: gcc -o t/local/ptr_cast_test t/local/ptr_cast_test.c ok 1 - compiling ptr_cast_test.c ok 2 - STDERR empty after compiling ok 3 - ./ptr_cast_test exited with 0 ok 4 - casting pointer integer and back worked ok 5 - STDERR empty after running ok t/local/01_pod...................1..2 ok 1 - blib/lib/Net/SSLeay.pm ok 2 - blib/lib/Net/SSLeay/Handle.pm ok t/local/02_pod_coverage..........1..0 # Skip currently disabled skipped all skipped: currently disabled t/local/03_use...................1..1 ok 1 - use Net::SSLeay; ok t/local/04_basic.................1..4 ok 1 - randomizing ok 2 - loading error strings ok 3 - adding ssl algorithms ok 4 - hello world ok t/local/05_passwd_cb.............1..13 ok 1 - CTX_new ok 2 - CTX_new ok 3 - CTX_new ok 4 - recieved userdata properly ok 5 - CTX_use_PrivateKey_file works with right passphrase and userdata ok 6 - recieved userdata properly ok 7 - CTX_use_PrivateKey_file works with right passphrase and userdata ok 8 - recieved no userdata ok 9 - CTX_use_PrivateKey_file works with right passphrase and without userdata ok 10 - different cbs per ctx work ok 11 - recieved userdata properly ok 12 - CTX_use_PrivateKey_file doesn't work with wrong passphrase ok 13 - callback called 2 times ok t/local/06_tcpecho...............1..4 ok 1 - tcp_read_all ok 2 - tcp_write_all ok 3 - sent and recieved correctly ok 4 - server exited with 0 ok t/local/07_sslecho...............1..69 ok 1 - CTX_new ok 2 - CTX_set_cipher_list ok 3 - set_cert_and_key ok 4 - new ok 5 - set_fd using fileno ok 6 - accept ok 7 - get_cipher ok 8 - ssl_read_all ok 9 - ssl_write_all ok 10 - new ok 11 - set_fd using fileno ok 12 - accept ok 13 - get_cipher ok 14 - ssl_read_all ok 15 - ssl_write_all ok 16 - new ok 17 - set_fd using fileno ok 18 - accept ok 19 - get_cipher ok 20 - ssl_read_all ok 21 - ssl_write_all ok 22 - new ok 23 - set_fd using fileno ok 24 - accept ok 25 - get_cipher ok 26 - ssl_read_all ok 27 - ssl_write_all ok 28 - new ok 29 - set_fd using fileno ok 30 - accept ok 31 - get_cipher ok 32 - ssl_read_all ok 33 - ssl_write_all ok 34 - new ok 35 - set_fd using fileno ok 36 - accept ok 37 - get_cipher ok 38 - ssl_read_all ok 39 - ssl_write_all ok 40 - new ok 41 - set_fd using fileno ok 42 - accept ok 43 - get_cipher ok 44 - ssl_write_all ok 45 - send and recieved correctly ok 46 - CTX_new ok 47 - new ok 48 - set_fd using glob ref ok 49 - connect ok 50 - get_cipher ok 51 - write ok 52 - read ok 53 - CTX_load_verify_locations ok 54 - verify cb ok 55 - verify cb cert ok 56 - cert issuer ok 57 - cert subject ok 58 - verify cb 1 called once ok 59 - verify cb 2 wasn't called yet ok 60 - verify cb 3 wasn't called yet ok 61 - CTX_set_cert_verify_callback ok 62 - verify cb 1 wasn't called again ok 63 - verify cb 2 called once ok 64 - verify cb 3 wasn't called yet ok 65 - get_peer_certificate subject ok 66 - get_peer_certificate issuer ok 67 - ssl_write_all ok 68 - ssl_read_all ok 69 - server exited wiht 0 ok t/local/08_pipe..................1..11 ok 1 - set_rfd using fileno ok 2 - set_wfd using fileno ok 3 - accept ok 4 - ssl_read_all ok 5 - ssl_write_all ok 6 - set_rfd using an io handle ok 7 - set_wfd using an io handle ok 8 - connect ok 9 - ssl_write_all ok 10 - ssl_read_all ok 11 - server exited with 0 ok t/local/15_bio...................1..7 ok 1 - BIO_new ok 2 - BIO_write ok 3 - BIO_pending ok 4 - BIO_read part ok 5 - BIO_pending ok 6 - BIO_read rest ok 7 - BIO_free ok t/local/20_autoload..............1..6 ok 1 - some random constant exists ok 2 - and has a defined value ok 3 - some random function gets autoloaded ok 4 - disabled constant doesn't exist ok 5 - invalid constant doesn't exist ok 6 - raises an appropriate error when an openssl macro isn't defined ok t/local/30_error.................1..11 ok 1 - die_now dies without errors ok 2 - die_if_ssl_error lives without errors ok 3 - die_now dies with errors ok 4 - die_if_ssl_error dies with errors ok 5 - die_now dies without arrors and with trace ok 6 - die_if_ssl_error lives without errors and with trace ok 7 - die_now dies with errors and trace ok 8 - die_now raises warnings about the occured error when tracing ok 9 - die_if_ssl_error dies with errors and trace ok 10 - die_if_ssl_error raises warnings about the occured error when tracing ok 11 - no warnings ok t/local/31_rsa_generate_key......1..14 ok 1 - RSA_generate_key with valid callback ok 2 - RSA_generate_key with invalid callback ok 3 - RSA_generate_key callback is executed in void context ok 4 - userdata will be undef if no userdata was given ok 5 - first argument is defined ok 6 - second argument is defined ok 7 - RSA_generate_key with valid callback ok 8 - callback has been called ok 9 - RSA_generate_key callback is executed in void context ok 10 - first argument is defined ok 11 - second argument is defined ok 12 - third argument is the userdata we passed in ok 13 - RSA_generate_key with valid callback and userdata ok 14 - callback has been called ok t/local/35_ephemeral.............1..3 ok 1 - CTX_new ok 2 - RSA_generate_key ok 3 - CTX_set_tmp_rsa ok t/local/50_digest................1..24 ok 1 - MD2 hash for '' ok 2 - MD4 hash for '' ok 3 - MD5 hash for '' ok 4 - MD2 hash for '12345678901234567890123456789012345678901234567890123456789012345678901234567890' ok 5 - MD4 hash for '12345678901234567890123456789012345678901234567890123456789012345678901234567890' ok 6 - MD5 hash for '12345678901234567890123456789012345678901234567890123456789012345678901234567890' ok 7 - MD2 hash for '38' ok 8 - MD4 hash for '38' ok 9 - MD5 hash for '38' ok 10 - MD2 hash for 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789' ok 11 - MD4 hash for 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789' ok 12 - MD5 hash for 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789' ok 13 - MD2 hash for 'a' ok 14 - MD4 hash for 'a' ok 15 - MD5 hash for 'a' ok 16 - MD2 hash for 'abc' ok 17 - MD4 hash for 'abc' ok 18 - MD5 hash for 'abc' ok 19 - MD2 hash for 'abcdefghijklmnopqrstuvwxyz' ok 20 - MD4 hash for 'abcdefghijklmnopqrstuvwxyz' ok 21 - MD5 hash for 'abcdefghijklmnopqrstuvwxyz' ok 22 - MD2 hash for 'message digest' ok 23 - MD4 hash for 'message digest' ok 24 - MD5 hash for 'message digest' ok t/local/kwalitee.................1..0 # Skip Needs Test::Kwalitee skipped all skipped: Needs Test::Kwalitee Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/handle/external/10_destroy.t 255 65280 6 8 3-6 2 tests skipped. Failed 1/20 test scripts. 4/213 subtests failed. Files=20, Tests=213, 17 wallclock secs ( 3.57 cusr + 0.99 csys = 4.56 CPU) Failed 1/20 test programs. 4/213 subtests failed. make: *** [test_dynamic] Error 255