Subject: | .47 install via CPAN fails on Fedora |
Running Fedora updated nightly via yum.
# perl -v
This is perl, v5.8.3 built for i386-linux-thread-multi
running CPAN shell, noticed first run failed, mentioned missing Test::Pod, installed Test::Pod but no change in # of failed tests in retry for install Net::DNS.
Show quoted text
cpan> install Net::DNS
Running install for module Net::DNS
Running make for C/CR/CREIN/Net-DNS-0.47.tar.gz
Is already unwrapped into directory /root/.cpan/build/Net-DNS-0.47
Has already been processed within this session
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load..................ok
t/00-pod...................ok
t/00-version...............ok
t/01-resolver-env..........ok
t/01-resolver-file.........ok
7/8 skipped: Could not read configuration file
t/01-resolver-opt..........ok
t/01-resolver..............ok 40/42# Failed test (t/01-resolver.t at line 68)
# got: undef
# expected: '10.0.1.128'
t/01-resolver..............NOK 41# Failed test (t/01-resolver.t at line 72)
# got: undef
# expected: '10.0.1.128'
# Looks like you failed 2 tests of 42.
t/01-resolver..............dubious
Test returned status 2 (wstat 512, 0x200)
Scalar found where operator expected at (eval 153) line 1, near "'int' $__val"
(Missing operator before $__val?)
DIED. FAILED tests 41-42
Failed 2/42 tests, 95.24% okay
t/02-header................ok
t/03-question..............ok
t/04-packet-unique-push....ok
t/04-packet................ok
t/05-rr-txt................ok
t/05-rr-unknown............ok
t/05-rr....................ok
t/06-update................ok
t/07-misc..................ok
t/08-online................NOK 4# Failed test (t/08-online.t at line 50)
# got: '0'
# expected: '1'
t/08-online................NOK 9# Failed test (t/08-online.t at line 60)
Can't call method "class" on an undefined value at t/08-online.t line 61.
# Looks like you planned 72 tests but only ran 9.
# Looks like your test died just after 9.
t/08-online................dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 4, 9-72
Failed 65/72 tests, 9.72% okay
t/09-tkey..................ok
t/10-recurse...............ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/01-resolver.t 2 512 42 2 4.76% 41-42
t/08-online.t 255 65280 72 128 177.78% 4 9-72
7 subtests skipped.
Failed 2/19 test scripts, 89.47% okay. 67/862 subtests failed, 92.23% okay.
make: *** [test_dynamic] Error 255
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
Show quoted textcpan>
gracias.