Subject: | Cannot build from CPAN (test failures) |
Hey,
On Debian stable, I get the following:
*** Installing Catalyst::Plugin::Unicode::Encoding...
Running [/usr/bin/perl /usr/bin/cpanp-run-perl
/home/ollie/.cpanplus/5.10.0/build/Catalyst-Plugin-Unicode-Encoding-0.8/Makefile.PL
]...
Subroutine author_requires redefined at
inc/Module/Install/AuthorRequires.pm line 15.
Cannot determine perl version info from
lib/Catalyst/Plugin/Unicode/Encoding.pm
*** Module::AutoInstall version 1.03
*** Checking for Perl dependencies...
*** Since we're running under CPAN, I'll just let it take care
of the dependency's installation later.
[Core Features]
- Test::More ...loaded. (0.94 >= 0.88)
- IO::Scalar ...loaded. (2.110)
- Encode ...loaded. (2.23 >= 2.21)
- Catalyst ...loaded. (5.80021 >= 5.80)
- LWP ...loaded. (5.834 >= 5.828)
- URI ...loaded. (1.52 >= 1.36)
*** Module::AutoInstall configuration finished.
Writing Makefile for Catalyst::Plugin::Unicode::Encoding
Running [/usr/bin/make test ]...
make[1]: Entering directory
`/home/ollie/.cpanplus/5.10.0/build/Catalyst-Plugin-Unicode-Encoding-0.8'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01use.t t/02pod.t
t/03podcoverage.t t/04live.t t/05config.t t/06request_decode.t
t/01use.t ............. ok
t/02pod.t ............. skipped: Test::Pod 1.14 required
t/03podcoverage.t ..... skipped: Test::Pod::Coverage 1.04 required
HTTP::Message content must be bytes at
/usr/share/perl5/Test/WWW/Mechanize/Catalyst.pm line 92
# Tests were run but no plan was declared and done_testing() was not seen.
t/04live.t ............
Dubious, test returned 255 (wstat 65280, 0xff00)
All 4 subtests passed
HTTP::Message content must be bytes at
/usr/share/perl5/Test/WWW/Mechanize/Catalyst.pm line 92
# Tests were run but no plan was declared and done_testing() was not seen.
t/05config.t ..........
Dubious, test returned 255 (wstat 65280, 0xff00)
All 1 subtests passed
t/06request_decode.t .. ok
Test Summary Report
-------------------
t/04live.t (Wstat: 65280 Tests: 4 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/05config.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=6, Tests=21, 3 wallclock secs ( 0.03 usr 0.11 sys + 2.09 cusr
1.09 csys = 3.32 CPU)
Result: FAIL
Failed 2/6 test programs. 0/21 subtests failed.
make[1]: Leaving directory
`/home/ollie/.cpanplus/5.10.0/build/Catalyst-Plugin-Unicode-Encoding-0.8'
make[1]: *** [test_dynamic] Error 255
Please let me know how I can provide you more debug information!