Subject: | test suite failures - missing prereqs |
I got these failures trying to install the module.
All tests then passed ok after I had installed
Catalyst-Plugin-Session-State-Cookie
[ERROR] [Tue Feb 5 13:42:39 2008] MAKE TEST failed: Illegal seek
PERL_DL_NONLAZY=1 /opt/perl-5.8.8/bin/perl "-MExtUtils::Command::MM"
"-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t
t/01-pod.t t/02-pod-coverage.t t/03-authtest.t t/04-authsessions.t
t/05-auth-roles-relationship.t t/06-auth-roles-column.t
t/00-load.........................# Testing
Catalyst::Authentication::Store::DBIx::Class 0.101, Perl 5.008008,
/opt/perl-5.8.8/bin/perl
ok
t/01-pod..........................ok
t/02-pod-coverage.................skipped: Test::Pod::Coverage 1.04
required for testing POD coverage
t/03-authtest.....................ok
t/04-authsessions.................Can't locate
Catalyst/Plugin/Session/State/Cookie.pm in @INC (@INC contains:
/home/perl/.cpanplus/5.8.8/build/Catalyst-Authentication-Store-DBIx-Class-0.101/t/lib
/home/perl/.cpanplus/5.8.8/build/Catalyst-Authentication-Store-DBIx-Class-0.101/inc
/home/perl/.cpanplus/5.8.8/build/Catalyst-Authentication-Store-DBIx-Class-0.101/blib/lib
/home/perl/.cpanplus/5.8.8/build/Catalyst-Authentication-Store-DBIx-Class-0.101/blib/arch
/home/perl/.cpanplus/5.8.8/build/Catalyst-Authentication-Store-DBIx-Class-0.101/blib
/opt/perl-5.8.8/lib/5.8.8/i686-linux /opt/perl-5.8.8/lib/5.8.8
/opt/perl-5.8.8/lib/site_perl/5.8.8/i686-linux
/opt/perl-5.8.8/lib/site_perl/5.8.8 /opt/perl-5.8.8/lib/site_perl .) at
(eval 42) line 1.
Compilation failed in require at
/opt/perl-5.8.8/lib/site_perl/5.8.8/Catalyst/Test.pm line 90.
BEGIN failed--compilation aborted at (eval 31) line 2.
Undefined subroutine &Test::WWW::Mechanize::Catalyst::Aux::request
called at
/opt/perl-5.8.8/lib/site_perl/5.8.8/Test/WWW/Mechanize/Catalyst.pm line 40.
# Looks like your test died before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 8/8 subtests
t/05-auth-roles-relationship......skipped:
Catalyst::Plugin::Authorization::Roles is required for this test
t/06-auth-roles-column............skipped:
Catalyst::Plugin::Authorization::Roles is required for this test
Test Summary Report
-------------------
t/04-authsessions.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 8 tests but ran 0.
Files=7, Tests=17, 2 wallclock secs ( 0.04 usr 0.02 sys + 1.26 cusr
0.20 csys = 1.52 CPU)
Result: FAIL
Failed 1/7 test programs. 0/17 subtests failed.
make: *** [test_dynamic] Error 255