[Catalyst] Catalyst-5.6900 install problem

Scott Karns scott at karnstech.com
Wed May 3 19:08:37 CEST 2006


When I attempt to install the latest Catalyst release as downloaded from
CPAN, I encounter the following error:

t/live_component_controller_action_auto...........NOK 17
#   Failed test 'Executed actions'
#   in t/live_component_controller_action_auto.t at line 132.
#          got: 'TestApp::Controller::Action::Auto->begin,
TestApp::Controller::Action::Auto->auto,
TestApp::Controller::Action::Auto->default, TestApp->end'
#     expected: 'TestApp::Controller::Action::Auto::Default->begin,
TestApp::Controller::Action::Auto->auto,
TestApp::Controller::Action::Auto::Default->auto,
TestApp::Controller::Action::Auto::Default->default,
TestApp::Controller::Action::Auto::Default->end'
t/live_component_controller_action_auto...........NOK 18
#   Failed test 'Content OK'
#   in t/live_component_controller_action_auto.t at line 134.
#          got: 'default'
#     expected: 'default (auto: 1)'
t/live_component_controller_action_auto...........NOK 35
#   Failed test 'Executed actions'
#   in t/live_component_controller_action_auto.t at line 132.
#          got: 'TestApp::Controller::Action::Auto->begin,
TestApp::Controller::Action::Auto->auto,
TestApp::Controller::Action::Auto->default, TestApp->end'
#     expected: 'TestApp::Controller::Action::Auto::Default->begin,
TestApp::Controller::Action::Auto->auto,
TestApp::Controller::Action::Auto::Default->auto,
TestApp::Controller::Action::Auto::Default->default,
TestApp::Controller::Action::Auto::Default->end'
t/live_component_controller_action_auto...........NOK 36
#   Failed test 'Content OK'
#   in t/live_component_controller_action_auto.t at line 134.
#          got: 'default'
#     expected: 'default (auto: 1)'
# Looks like you failed 4 tests of 36.
t/live_component_controller_action_auto...........dubious
        Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 17-18, 35-36
        Failed 4/36 tests, 88.89% okay

Installed perl is 5.8.7 and, from the dependency check:

*** Checking for Perl dependencies...
[Core Features]
- UNIVERSAL::require                ...loaded. (0.10 >= 0.10)
- Carp                              ...loaded. (1.04)
- Class::Accessor::Fast             ...loaded. (0.22)
- Class::Data::Inheritable          ...loaded. (0.04)
- Class::Inspector                  ...loaded. (1.12)
- CGI::Cookie                       ...loaded. (1.27)
- File::Modified                    ...loaded. (0.07)
- HTML::Entities                    ...loaded. (1.29)
- HTTP::Body                        ...loaded. (0.5 >= 0.5)
- HTTP::Headers                     ...loaded. (1.64 >= 1.64)
- HTTP::Request                     ...loaded. (1.40)
- HTTP::Response                    ...loaded. (1.53)
- HTTP::Request::AsCGI              ...loaded. (0.5 >= 0.5)
- LWP::UserAgent                    ...loaded. (2.033)
- MIME::Types                       ...loaded. (1.15)
- Module::Pluggable::Fast           ...loaded. (0.16 >= 0.16)
- NEXT                              ...loaded. (0.60)
- Path::Class                       ...loaded. (0.13 >= 0.09)
- Scalar::Util                      ...loaded. (1.14)
- Template                          ...loaded. (2.14)
- Text::SimpleTable                 ...loaded. (0.03 >= 0.03)
- Test::MockObject                  ...loaded. (1.06)
- Test::NoWarnings                  ...loaded. (0.082 >= 0.082)
- Time::HiRes                       ...loaded. (1.66)
- Tree::Simple                      ...loaded. (1.15 >= 1.15)
- Tree::Simple::Visitor::FindByPath ...loaded. (0.02)
- URI                               ...loaded. (1.35 >= 1.35)
- File::Copy::Recursive             ...loaded. (0.16)
- Module::Install::Admin            ...loaded. (0.54 >= 0.54)
- Module::Install                   ...loaded. (0.61 >= 0.54)
- YAML                              ...loaded. (0.58 >= 0.55)
- Data::Visitor                     ...loaded. (0.02 >= 0.02)
[Apache/mod_perl Support]
- Catalyst::Engine::Apache          ...loaded. (1.07 >= 1.05)
[FastCGI Support]
- FCGI                              ...missing.
- FCGI::ProcManager                 ...missing.
==> Auto-install the 2 optional module(s) from CPAN? [y/N] n
[Test::WWW::Mechanize::Catalyst Support]
- Test::WWW::Mechanize::Catalyst    ...missing.
==> Auto-install the 1 optional module(s) from CPAN? [y/N] n
[PAR Support]
- PAR                               ...loaded. (0.90)
[CPANPLUS (for easier installations)]
- CPANPLUS                          ...missing.
==> Auto-install the 1 optional module(s) from CPAN? [y/N] n
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good

Am I missing something?

TIA for any ideas/help.

-- 
Scott Karns





More information about the Catalyst mailing list