Subject: | Make test fail |
Works on Linux but get "make test" failure on Solaris (2.6 and 8)
$ make test
/sbcimp/run/pd/perl/5.8.3/bin/perl -Iinc Makefile.PL --config= --installdeps=POE::API::Peek,0.02
PERL_DL_NONLAZY=1 /sbcimp/run/pd/perl/5.8.3/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00_compile.t
t/00_compile....# Failed test (t/00_compile.t at line 7)
# Tried to use 'POE::Component::DebugShell'.
t/00_compile....NOK 1# Error: POE::Wheel::ReadLine requires a termcap that supports LE or le at /sbcimp/run/pd/cpan/5.8.3-2004.03/lib/POE/Wheel/ReadLine.pm line 116.
# Compilation failed in require at /home/sca/.cpan/build_5.8.3-2004.05.sol26/POE-Component-DebugShell-1.18/blib/lib/POE/Component/DebugShell.pm line 12.
# BEGIN failed--compilation aborted at /home/sca/.cpan/build_5.8.3-2004.05.sol26/POE-Component-DebugShell-1.18/blib/lib/POE/Component/DebugShell.pm line 12.
# Compilation failed in require at (eval 1) line 2.
# Looks like you failed 1 tests of 1.
t/00_compile....dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/00_compile.t 1 256 1 1 100.00% 1
Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay.
*** Error code 2
make: Fatal error: Command failed for target `test_dynamic'