Skip Menu |

This queue is for tickets about the Pixie CPAN distribution.

Report information
The Basics
Id: 1922
Status: new
Priority: 0/
Queue: Pixie

People
Owner: Nobody in particular
Requestors: mark [...] twoshortplanks.com
Cc:
AdminCc:

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



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.
To: bug-Pixie [...] rt.cpan.org
Subject: Re: [cpan #1922] BerkleyDB required? Tests failing anyway...
From: Piers Cawley <pdcawley [...] bofh.org.uk>
Date: Wed, 08 Jan 2003 15:06:31 +0000
RT-Send-Cc:
" via RT" <bug-Pixie@rt.cpan.org> writes: Show quoted text
> This message about Pixie was sent to you by MARKF <MARKF@cpan.org> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=1922 > > > 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)
Okay, 15 and 16 in CVS should be working now (but without a meaningful error message; I'll look into fixing that up soon.