Subject: | fails "make test" on FreeBSD 4.5 with screen |
Hello,
Version .01 fails "make test" on FreeBSD 4.5 with Perl 5.8 using the "screen" program as the terminal. Below is some output from the install process. I'm not sure if this related the failures reported by the CPAN testers.
####
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01require....ok 1/2resize: not found
Unable to get Terminal Size. The TIOCGWINSZ ioctl didn't work. The COLUMNS and LINES environment variables didn't work. The resize program didn't work. at /usr/local/lib/perl5/site_perl/5.8.0/mach/Term/ReadKey.pm line 343.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.8.0/Term/ReadLine/Perl.pm line 58.
t/01require....dubious
Test returned status 127 (wstat 32512, 0x7f00)
DIED. FAILED test 2
Failed 1/2 tests, 50.00% okay
t/02default....resize: not found
Unable to get Terminal Size. The TIOCGWINSZ ioctl didn't work. The COLUMNS and LINES environment variables didn't work. The resize program didn't work. at /usr/local/lib/perl5/site_perl/5.8.0/mach/Term/ReadKey.pm line 343.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.8.0/Term/ReadLine/Perl.pm line 58.
t/02default....dubious
Test returned status 127 (wstat 32512, 0x7f00)
DIED. FAILED tests 1-12
Failed 12/12 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/01require.t 127 32512 2 1 50.00% 2
t/02default.t 127 32512 12 12 100.00% 1-12
Failed 2/2 test scripts, 0.00% okay. 13/14 subtests failed, 7.14% okay.
*** Error code 2