Hi,
trying to build the package
perl-IO-Socket-SSL (version 1.955 and also 2.015) fails on my Raspberry Pi with Slackware ARM 14.1, throwing the following error message:
Code:
[...]
t/01loadmodule.t ........... ok
t/02settings.t ............. ok
t/acceptSSL-timeout.t ...... ok
t/auto_verify_hostname.t ... ok
t/cert_no_file.t ........... ok
t/compatibility.t .......... ok
t/connectSSL-timeout.t ..... ok
t/core.t ................... ok
t/dhe.t .................... ok
t/ecdhe.t .................. skipped: no support for ecdh with this openssl/Net::SSLeay
t/io-socket-inet6.t ........ ok
t/io-socket-ip.t ........... skipped: no IO::Socket::IP 0.20 available
t/memleak_bad_handshake.t .. ok
t/mitm.t ................... ok
t/nonblock.t ...............
Failed 2/27 subtests
t/npn.t .................... ok
t/readline.t ............... ok
t/sessions.t ............... ok
t/signal-readline.t ........ ok
t/sni.t .................... ok
t/start-stopssl.t .......... ok
t/startssl-failed.t ........ ok
t/startssl.t ............... ok
t/sysread_write.t .......... ok
t/verify_hostname.t ........ ok
Test Summary Report
-------------------
t/nonblock.t (Wstat: 0 Tests: 27 Failed: 2)
Failed tests: 13, 26
Files=25, Tests=349, 98 wallclock secs ( 2.53 usr 0.22 sys + 53.97 cusr 3.29 csys = 60.01 CPU)
Result: FAIL
Failed 1/25 test programs. 2/349 subtests failed.
make: *** [test_dynamic] Error 255
(whole output in the attachment)
This only happens on my RasPi. On my x86 machines it builds fine.
Has anybody a solution for this issue or knows what I could do?
Edit:
Forgot to mention that the dependency packages "Net-SSLeay" and "perl-Net-LibIDN" are installed.