Subject: | make test failures with perl 5.8.3 and BDB 4.{0,1,2} |
Perl 5.8.3 is out and I'm recompiling everything for it on RedHat 9.
With Perl 5.8.2 I can pass make test just fine with Berkeley DB 4.0.14,
4.1.25 or 4.2.42.
PERL_DL_NONLAZY=1 /opt/i386-linux/installed/perl-5.8.3/bin/perl5.8.3 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/db-btree....ok
t/db-hash.....FAILED test 75
Failed 1/143 tests, 99.30% okay
t/db-recno....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/db-hash.t 143 1 0.70% 75
Failed 1/3 test scripts, 66.67% okay. 1/501 subtests failed, 99.80% okay.
make: *** [test_dynamic] Error 255
Best,
Blair