Subject: | undefined symbol: S_perl_hash_sdbm |
The testsuite started to fail with perl 5.25.8:
...
"/bbbike/perl-5.25.8/bin/perl5.25.8" -MExtUtils::Command::MM -e 'cp_nonempty' -- CoreHashes.bs blib/arch/auto/Benchmark/Perl/CoreHashes/CoreHashes.bs 644
PERL_DL_NONLAZY=1 "/bbbike/perl-5.25.8/bin/perl5.25.8" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Failed test 'use Benchmark::Perl::CoreHashes;'
# at t/Benchmark-Perl-CoreHashes.t line 7.
# Tried to use 'Benchmark::Perl::CoreHashes'.
# Error: Can't load '/tmpfs/.cpan-build-cpansand/2016122900/Benchmark-Perl-CoreHashes-0.02-0/blib/arch/auto/Benchmark/Perl/CoreHashes/CoreHashes.so' for module Benchmark::Perl::CoreHashes: /tmpfs/.cpan-build-cpansand/2016122900/Benchmark-Perl-CoreHashes-0.02-0/blib/arch/auto/Benchmark/Perl/CoreHashes/CoreHashes.so: undefined symbol: S_perl_hash_sdbm at /opt/perl-5.25.8/lib/5.25.8/x86_64-linux/DynaLoader.pm line 193.
# # Compilation failed in require at t/Benchmark-Perl-CoreHashes.t line 7.
# BEGIN failed--compilation aborted at t/Benchmark-Perl-CoreHashes.t line 7.
Undefined subroutine &main::run_PERL_HASH_FUNC_SIPHASH called at t/Benchmark-Perl-CoreHashes.t line 29.
# Looks like your test exited with 255 just after 1.
t/Benchmark-Perl-CoreHashes.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
...