Mark H Weaver <m...@netris.org> writes: > Mark H Weaver <m...@netris.org> writes: > >> 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: >> >> 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
For now, I pushed commit f6d49e2d4dc24660b86a6deb06ecf283534a853e which leaves perl-io-socket-ssl at version 2.002 but cherry-picks the OpenSSL 1.0.2f workaround from the upstream repository. Mark