Mark H Weaver <m...@netris.org> writes: > On the 'security-updates' branch, perl-io-socket-ssl gets stuck during > its test suite, apparently caused by the openssl-1.0.2f update. It gets > stuck at the same place on x86_64, i686, and armhf: > > http://hydra.gnu.org/build/978260 > http://hydra.gnu.org/build/977242 > http://hydra.gnu.org/build/974468 > > Is anyone willing to look into this? > > Mark
I found this: https://bugs.debian.org/813189 Apparently the upstream 2.023 works around this issue for now. However, now I'm hitting a different problem with 2.023 on my i686 system: --8<---------------cut here---------------start------------->8--- starting phase `check' PERL_DL_NONLAZY=1 "/gnu/store/0ggl6h4nd0d0av4nn0yd6s7ynz6id8y1-perl-5.22.1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/external/*.t # openssl version=0x1000206f # Net::SSLeay version=1.68 # parent IO::Socket::IP version=0.37 t/01loadmodule.t .................. ok t/acceptSSL-timeout.t ............. Dubious, test returned 1 (wstat 256, 0x100) Failed 11/15 subtests --8<---------------cut here---------------end--------------->8--- *grump* Maybe we should just disable tests for now :-( Does anyone else want to pick this up? I need to do other things for the next few hours. Mark