Subject: | hints test fail on make |
When running make test through cpan v1.7601 on a NCR/MP-RAS UNIX box, the hints.t test fails with the following output:
t/hints.................# Failed test (t/hints.t at line 36)
# got: undef
# expected: 'basset hounds got long ears'
t/hints.................NOK 1# Failed test (t/hints.t at line 37)
# got: ''
# expected: 'Processing hints file hints/svr4.0.pl
# '
t/hints.................NOK 2# Failed test (t/hints.t at line 46)
# got: 'Use of uninitialized value in length at t/lib//TieOut.pm line 20.
t/hints.................NOK 3# '
# expected: 'Processing hints file hints/svr4.0.pl
# Argh!
# '
# Looks like you failed 3 tests of 3.
t/hints.................dubious
Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 1-3
Failed 3/3 tests, 0.00% okay
It then continues fine through the rest of the tests:
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/hints.t 3 768 3 3 100.00% 1-3
6 tests and 10 subtests skipped.
Failed 1/35 test scripts, 97.14% okay. 3/668 subtests failed, 99.55% okay.
*** Error code 255 (bu21)
make: fatal error.
/usr/bin/make test -- NOT OK
Here's some info about my box:
uname -a
name name 4.0 3.0 3516 Pentium IV(TM)-ISA/PCI
perl -v
v5.8.3 built for 3516-svr4.0
Current ExtUtils::Command version 1.05
Let me know what other information you need.
Kevin