Josts Smokehouse wrote:
This distribution has been tested as part of the cpan-testers
[snip]
Thank you for uploading your work to CPAN. However, it appears that
there were some problems testing your distribution.
[snip]
[CP_ERROR] [Tue Sep 6 09:28:05 2005] MAKE TEST failed: No such file or directory PERL_DL_NONLAZY=1
/usr/local/perl-5.8.5/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/01_ini..........................ok
t/02_bad_constructor..............IO object version 1.21 does not match
bootstrap parameter 1.22 at
/usr/local/perl-5.8.5/lib/5.8.5/sun4-solaris-thread-multi/DynaLoader.pm line
253.
Compilation failed in require at
/net/sunu991/disc1/home/.cpanplus/5.8.5/build/IO-1.22/blib/lib/IO/Handle.pm
line 262.
BEGIN failed--compilation aborted at
/net/sunu991/disc1/home/.cpanplus/5.8.5/build/IO-1.22/blib/lib/IO/Handle.pm
line 262.
Compilation failed in require at (eval 6) line 3.
...propagated at /usr/local/perl-5.8.5/lib/5.8.5/base.pm line 85.
BEGIN failed--compilation aborted at
/usr/local/perl-5.8.5/lib/5.8.5/File/Temp.pm line 145.
Compilation failed in require at t/testlib/Auxiliary.pm line 29.
BEGIN failed--compilation aborted at t/testlib/Auxiliary.pm line 29.
Compilation failed in require at t/02_bad_constructor.t line 10.
BEGIN failed--compilation aborted at t/02_bad_constructor.t line 12.
# Looks like your test died before it could output anything.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-112
Failed 112/112 tests, 0.00% okay
I'm rather puzzled by this test failure (which was replicated in many of
the other tests). I don't call IO::Handle in either the code or the
test suite, so I don't know why that's generating an error. Do you know
the significance of 'bootstrap parameter' in this context?
DIED. FAILED tests 3, 6-32
Failed 28/32 tests, 12.50% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/02_bad_constructor.t 255 65280 112 224 200.00% 1-112
t/03_quick.t 255 65280 37 65 175.68% 4 6-37
t/04_compact.t 255 65280 26 43 165.38% 4 6-26
t/05_abstract.t 255 65280 36 72 200.00% 1-36
t/06_build.t 255 65280 24 48 200.00% 1-24
t/07_proxy.t 255 65280 58 116 200.00% 1-58
t/08_mmkr.t 255 65280 171 342 200.00% 1-171
t/09_miscargs.t 255 65280 225 450 200.00% 1-225
t/10_standard_text.t 255 65280 44 88 200.00% 1-44
t/11_license.t 255 65280 561 1122 200.00% 1-561
t/12_make_selections_defaults.t 255 65280 106 212 200.00% 1-106
t/13_alt_block_new_method.t 255 65280 34 59 173.53% 3 6-34
t/14_alt_no_Todo.t 255 65280 33 57 172.73% 3 6-33
t/15_mmkr_alt_block_new_method.t 255 65280 33 57 172.73% 3 6-33
t/16_mmkr_alt_no_Todo.t 255 65280 32 55 171.88% 3 6-32
Failed 15/16 test scripts, 6.25% okay. 1508/1543 subtests failed, 2.27% okay.
make: *** [test_dynamic] Error 255
While I have gotten some failures in t/13 thru t/16 (largely due to the
mechanics of the test suite rather than EU::MM itself). This is the
only report I've gotten where almost everything has failed. Is it
possible that there is something hanging around on your system from
testing v0.36, 0.37 and 0.38?
Thank you very much.
Jim ("Puzzled") Keenan