Subject: | BerkleyDB required? Tests failing anyway... |
The tests are blowing up on me without BerklyDB installed for the latest CPAN release. There's a simple problem in 99compile complaining that the module isn't installed (did you mean to ship this? I thought it was a on the CVS server only test)
not ok 15 - use Pixie::Store::BerkeleyDB;
# Failed test (t/98compile.t at line 38)
# Tried to use 'Pixie::Store::BerkeleyDB'.
# Error: Can't locate BerkeleyDB.pm in @INC (@INC contains: blib /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl .) at /usr/local/lib/perl/5.8.0/Pixie/Store/BerkeleyDB.pm line 4.
# BEGIN failed--compilation aborted at /usr/local/lib/perl/5.8.0/Pixie/Store/BerkeleyDB.pm line 4.
The bigger problem is with 16workingset.t
t/16workingset.....# set_up died after test(s) with: Can't locate BerkeleyDB.pm in @INC (@INC contains: /home/mark/Pixie-2.06/blib/arch /home/mark/Pixie-2.06/blib/lib t /home/mark/Pixie-2.06/blib/lib /home/mark/Pixie-2.06/blib/arch /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl .) at /home/mark/Pixie-2.06/blib/lib/Pixie/Store/BerkeleyDB.pm line 4.
# BEGIN failed--compilation aborted at /home/mark/Pixie-2.06/blib/lib/Pixie/Store/BerkeleyDB.pm line 4.
# Compilation failed in require at (eval 10) line 3.
t/16workingset.....NOK 1# Failed test (t/16workingset.t at line 161)
(etc, lots of more of that till...)
Test returned status 23 (wstat 5888, 0x1700)
Constant subroutine __need_size_t redefined at /usr/lib/perl/5.8.0/stddef.ph line 131.
DIED. FAILED tests 1-6, 8-11, 13-18, 20-26
As always, this is on Debian unstable stock perl, a threaded 5.8.0. I
didn't do anything but the normal perl Makefile.PL, make, make test dance.
Thanks for your help - let me know if there's anything more I can do to help.