Subject: | Can't install module on ubuntu |
Ubuntu 11.04, Perl 5.10.1
----
Checking if your kit is complete...
Looks good
Writing Makefile for Devel::PrettyTrace
cp lib/Devel/PrettyTrace.pm blib/lib/Devel/PrettyTrace.pm
cp lib/Devel/PrettyTrace.pod blib/lib/Devel/PrettyTrace.pod
Manifying blib/man3/Devel::PrettyTrace.3pm
RANDIR/Devel-PrettyTrace-0.01.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/01_use.t ..... ok
t/02_colors.t .. 1/1
# Failed test at t/02_colors.t line 9.
# got: ' main::f(
# [0] 1
# ) called at t/02_colors.t line 9
# '
# expected: ' main::f(
# [0] 1
# ) called at t/02_colors.t line 9
# '
# Looks like you failed 1 test of 1.
t/02_colors.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/03_traces.t .. 1/4
# Failed test at t/03_traces.t line 19.
# got: ' main::z(
# [0] 1,
# [1] 2,
# [2] "t"
# ) called at t/03_traces.t line 13
# Z::__ANON__() called at t/03_traces.t line 14
# main::f() called at t/03_traces.t line 17
# main::__ANON__() called at t/03_traces.t line 19
# '
# expected: ' main::z(
# [0] 1,
# [1] 2,
# [2] "t"
# ) called at t/03_traces.t line 13
# Z::__ANON__() called at t/03_traces.t line 14
# main::f() called at t/03_traces.t line 17
# main::__ANON__() called at t/03_traces.t line 19
# '
# Failed test at t/03_traces.t line 32.
# got: ' main::z(
# [0] 1,
# [1] 2,
# [2] "t"
# ) called at t/03_traces.t line 13
# Z::__ANON__() called at t/03_traces.t line 14
# '
# expected: ' main::z(
# [0] 1,
# [1] 2,
# [2] "t"
# ) called at t/03_traces.t line 13
# Z::__ANON__() called at t/03_traces.t line 14
# '
# Failed test at t/03_traces.t line 53.
# got: ' main::z(
# [0] 1,
# [1] 2,
# [2] "t"
# ) called at t/03_traces.t line 13
# main::f() called at t/03_traces.t line 17
# main::__ANON__() called at t/03_traces.t line 53
# '
# expected: ' main::z(
# [0] 1,
# [1] 2,
# [2] "t"
# ) called at t/03_traces.t line 13
# main::f() called at t/03_traces.t line 17
# main::__ANON__() called at t/03_traces.t line 53
# '
# Looks like you failed 3 tests of 4.
t/03_traces.t .. Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/4 subtests
t/04_begin.t ... 1/1
# Failed test at t/04_begin.t line 13.
# got: ' main::z() called at t/inc/Foo.pm line 4
# Foo::import(
# [0] "Foo"
# ) called at (eval 33) line 2
# main::BEGIN() called at t/inc/Foo.pm line 2
# eval {...} called at t/inc/Foo.pm line 2
# eval 'use Foo;' called at t/04_begin.t line 12
# '
# expected: ' main::z() called at t/inc/Foo.pm line 4
# Foo::import(
# [0] "Foo"
# ) called at (eval 57) line 2
# main::BEGIN() called at t/inc/Foo.pm line 2
# eval {...} called at t/inc/Foo.pm line 2
# eval 'use Foo;' called at t/04_begin.t line 12
# '
# Looks like you failed 1 test of 1.
t/04_begin.t ... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
Test Summary Report
-------------------
t/02_colors.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/03_traces.t (Wstat: 768 Tests: 4 Failed: 3)
Failed tests: 1-2, 4
Non-zero exit status: 3
t/04_begin.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=4, Tests=7, 1 wallclock secs ( 0.01 usr 0.06 sys + 0.57 cusr
0.10 csys = 0.74 CPU)
Result: FAIL
Failed 3/4 test programs. 5/7 subtests failed.
make: *** [test_dynamic] Error 1
RANDIR/Devel-PrettyTrace-0.01.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module,
try:
reports RANDIR/Devel-PrettyTrace-0.01.tar.gz
Running make install
make test had returned bad status, won't install without force
Failed during this command:
RANDIR/Devel-PrettyTrace-0.01.tar.gz : make_test NO