Subject: | Installation failure on 5.21.8 |
This is darwin (OSX version 10.8).
build.log below...
Searching Net::SSLeay on cpanmetadb ...
--> Working on Net::SSLeay
Fetching http://www.cpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.67.tar.gz
-> OK
Unpacking Net-SSLeay-1.67.tar.gz
Entering Net-SSLeay-1.67
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 6.36 ... Yes (7.04)
Configuring Net-SSLeay-1.67
Running Makefile.PL
*** Found OpenSSL-0.9.8z 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. [n] n
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Net::SSLeay
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have MIME::Base64 0 ... Yes (3.15)
Checking if you have ExtUtils::MakeMaker 6.36 ... Yes (7.04)
Checking if you have Test::More 0.60_01 ... Yes (1.301001_097)
Building and testing Net-SSLeay-1.67
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
Running Mkbootstrap for Net::SSLeay ()
chmod 644 "SSLeay.bs"
"/Users/ether/perl5/perlbrew/perls/21.8/bin/perl5.21.8" "-Iinc" "/Users/ether/perl5/perlbrew/perls/21.8/lib/5.21.8/ExtUtils/xsubpp" -typemap "/Users/ether/perl5/perlbrew/perls/21.8/lib/5.21.8/ExtUtils/typemap" -typemap "typemap" SSLeay.xs > SSLeay.xsc && mv SSLeay.xsc SSLeay.c
cc -c -I/usr/include -fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector -I/opt/local/include -O3 -DVERSION=\"1.67\" -DXS_VERSION=\"1.67\" "-I/Users/ether/perl5/perlbrew/perls/21.8/lib/5.21.8/darwin-2level/CORE" SSLeay.c
SSLeay.xs:490:9: warning: expression result unused [-Wunused-value]
hv_store(MY_CXT.global_cb_data, key_name, strlen(key_name), newRV_noinc((SV*)L2HV), 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/21.8/lib/5.21.8/darwin-2level/CORE/hv.h:473:6: note: expanded from macro 'hv_store'
((SV**) hv_common_key_len((hv), (key), (klen), \
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SSLeay.xs:505:13: warning: expression result unused [-Wunused-value]
hv_store(L2HV, data_name, strlen(data_name), data, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/21.8/lib/5.21.8/darwin-2level/CORE/hv.h:473:6: note: expanded from macro 'hv_store'
((SV**) hv_common_key_len((hv), (key), (klen), \
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SSLeay.xs:502:5: warning: expression result unused [-Wunused-value]
hv_delete(L2HV, data_name, strlen(data_name), G_DISCARD);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/21.8/lib/5.21.8/darwin-2level/CORE/hv.h:487:6: note: expanded from macro 'hv_delete'
(MUTABLE_SV(hv_common_key_len((hv), (key), (klen), \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/21.8/lib/5.21.8/darwin-2level/CORE/handy.h:74:24: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^ ~~~~~~~~~~~~~~
SSLeay.xs:549:5: warning: expression result unused [-Wunused-value]
hv_delete(MY_CXT.global_cb_data, key_name, strlen(key_name), G_DISCARD);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/21.8/lib/5.21.8/darwin-2level/CORE/hv.h:487:6: note: expanded from macro 'hv_delete'
(MUTABLE_SV(hv_common_key_len((hv), (key), (klen), \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/21.8/lib/5.21.8/darwin-2level/CORE/handy.h:74:24: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^ ~~~~~~~~~~~~~~
SSLeay.xs:5741:28: warning: expression result unused [-Wunused-value]
if (sir->nextUpdate) hv_store(details,"nextUpdate",10,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/21.8/lib/5.21.8/darwin-2level/CORE/hv.h:473:6: note: expanded from macro 'hv_store'
((SV**) hv_common_key_len((hv), (key), (klen), \
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SSLeay.xs:5743:28: warning: expression result unused [-Wunused-value]
if (sir->thisUpdate) hv_store(details,"thisUpdate",10,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/21.8/lib/5.21.8/darwin-2level/CORE/hv.h:473:6: note: expanded from macro 'hv_store'
((SV**) hv_common_key_len((hv), (key), (klen), \
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SSLeay.xs:5747:4: warning: expression result unused [-Wunused-value]
hv_store(details,"revocationTime",14,newSViv(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/21.8/lib/5.21.8/darwin-2level/CORE/hv.h:473:6: note: expanded from macro 'hv_store'
((SV**) hv_common_key_len((hv), (key), (klen), \
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SSLeay.xs:5749:4: warning: expression result unused [-Wunused-value]
hv_store(details,"revocationReason",16,newSViv(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/21.8/lib/5.21.8/darwin-2level/CORE/hv.h:473:6: note: expanded from macro 'hv_store'
((SV**) hv_common_key_len((hv), (key), (klen), \
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SSLeay.xs:5751:4: warning: expression result unused [-Wunused-value]
hv_store(details,"revocationReason_str",20,newSVpv(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/21.8/lib/5.21.8/darwin-2level/CORE/hv.h:473:6: note: expanded from macro 'hv_store'
((SV**) hv_common_key_len((hv), (key), (klen), \
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SSLeay.xs:5739:7: warning: expression result unused [-Wunused-value]
hv_store(details,"statusType",10,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/21.8/lib/5.21.8/darwin-2level/CORE/hv.h:473:6: note: expanded from macro 'hv_store'
((SV**) hv_common_key_len((hv), (key), (klen), \
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10 warnings generated.
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 -L/usr -L/usr/lib -L/opt/local/lib -fstack-protector 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
"/Users/ether/perl5/perlbrew/perls/21.8/bin/perl5.21.8" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644
Manifying 2 pod documents
Running Mkbootstrap for Net::SSLeay ()
chmod 644 "SSLeay.bs"
PERL_DL_NONLAZY=1 "/Users/ether/perl5/perlbrew/perls/21.8/bin/perl5.21.8" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/local/*.t t/handle/local/*.t
t/local/01_pod.t ....................... skipped: Test::Pod 1.00 required for testing POD
t/local/02_pod_coverage.t .............. skipped: these tests are for only for release candidate testing. Enable with RELEASE_TESTING=1
# Failed test 'use Net::SSLeay::Handle;'
# at t/handle/local/05_use.t line 8.
# Tried to use 'Net::SSLeay::Handle'.
# Error: Can't load '/Users/ether/.cpanm/work/1421863826.72120/Net-SSLeay-1.67/blib/arch/auto/Net/SSLeay/SSLeay.bundle' for module Net::SSLeay: dlopen(/Users/ether/.cpanm/work/1421863826.72120/Net-SSLeay-1.67/blib/arch/auto/Net/SSLeay/SSLeay.bundle, 2): Symbol not found: _EVP_MD_do_all_sorted
# Referenced from: /Users/ether/.cpanm/work/1421863826.72120/Net-SSLeay-1.67/blib/arch/auto/Net/SSLeay/SSLeay.bundle
# Expected in: dynamic lookup
#