Skip Menu |

This queue is for tickets about the Apache-Session CPAN distribution.

Report information
The Basics
Id: 3887
Status: resolved
Priority: 0/
Queue: Apache-Session

People
Owner: Nobody in particular
Requestors: parasew [...] gmx.net
Cc:
AdminCc:

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



Subject: Apache::Session would not install without force, if DB_File not installed
Apache::Session would not install via cpan, if DB::File is not installed, since a test seems to depend on it. anyway DB::File is not in the use or require ... -- BEGIN failed--compilation aborted at /root/.cpan/build/Apache-Session-1.54/blib/lib/Apache/Session/Store/DB_File.pm line 14. Compilation failed in require at t/99dbfilestore.t line 7. BEGIN failed--compilation aborted at t/99dbfilestore.t line 7. t/99dbfilestore....dubious Test returned status 2 (wstat 512, 0x200) t/99file...........ok t/99filelock.......ok t/99filestore......ok t/99flex...........skipped all skipped: no reason given t/99md5gen.........ok t/99moduniqgen.....ok t/99mysql..........skipped all skipped: no reason given t/99mysqllock......skipped all skipped: no reason given t/99mysqlstore.....skipped all skipped: no reason given t/99nulllock.......ok t/99oracle.........skipped all skipped: no reason given t/99postgres.......skipped all skipped: no reason given t/99semaphore......ok t/99storable.......ok t/99uue............ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/99dbfile.t 2 512 ?? ?? % ?? t/99dbfilestore.t 2 512 ?? ?? % ?? 6 tests skipped. Failed 2/18 test scripts, 88.89% okay. 0/89 subtests failed, 100.00% okay. make: *** [test_dynamic] Error 29 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force
Solved in 1.80. -- Alexandr Ciornii, http://chorny.net