Skip Menu |

This queue is for tickets about the DB_File CPAN distribution.

Report information
The Basics
Id: 4949
Status: resolved
Priority: 0/
Queue: DB_File

People
Owner: pmqs [...] cpan.org
Requestors: blair [...] orcaware.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.807
Fixed in: 1.808



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
[BZAJAC - Thu Jan 15 13:54:07 2004]: Show quoted text
> 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 > ----------------------------------------------------------------------
--------- Show quoted text
> 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
Whoops - I added an updated version of DB_File to 5.8.3, but forgot to upload the standalone version to CPAN. DB_File 1.808 has just been uploaded to CPAN. cheers Paul