Subject: | Trouble with Test::Inline |
Date: | Mon, 13 Aug 2007 22:31:53 +0200 |
To: | bug-test-inline [...] rt.cpan.org |
From: | Olle Jonsson <olle [...] olleolleolle.dk> |
Hi unknown benefactors,
I am just a passer-by getting help in the #jifty IRC channel. And
obra told me to post the Test::Inline make test errors I were getting.
Mac, using MacPorts some stuff, but this is failure came from me
trying to get Jifty into the machine (I'm a CPAN beginner).
With the deft help of obra, I was able to "make" and "make test" the
offending package.
Does this help you, or would you like to know more about the situation?
best regards,
Olle Jonsson,
Malmö, Sweden
c-f96be555:/Users/olle/.cpan/build/Test-Inline-2.205-P9AcSk root# make
cp script/inline2test blib/script/inline2test
/opt/local/bin/perl "-Iinc" "-MExtUtils::MY" -e "MY->fixin(shift)"
blib/script/inline2test
Manifying blib/man1/inline2test.1
Manifying blib/man3/Test::Inline::Content.3
Manifying blib/man3/Test::Inline::Content::Default.3
Manifying blib/man3/Test::Inline::Section.3
Manifying blib/man3/Test::Inline::Extract.3
Manifying blib/man3/Test::Inline::IO::File.3
Manifying blib/man3/Test::Inline::Script.3
Manifying blib/man3/Test::Inline::Content::Simple.3
Manifying blib/man3/Test::Inline.3
Manifying blib/man3/Test::Inline::Content::Legacy.3
c-f96be555:/Users/olle/.cpan/build/Test-Inline-2.205-P9AcSk root#
make test
PERL_DL_NONLAZY=1 /opt/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/01_compile............ok
t/02_main...............ok
t/03_bad_dependency.....ok
t/04_file_handler.......ok
t/05_check_count........ok
t/06_multifile..........ok 1/23
# Failed test 'Found test_one.t'
# at t/06_multifile.t line 54.
# Failed test 'Found test_three.t'
# at t/06_multifile.t line 57.
t/06_multifile..........NOK 15/23
# Failed test 'Found test_four.t'
# at t/06_multifile.t line 60.
t/06_multifile..........NOK 18/23
# Failed test 'Found manifest file'
# at t/06_multifile.t line 63.
t/06_multifile..........NOK 21/23# Looks like you failed 4 tests of 23.
t/06_multifile..........dubious
Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 12, 15, 18, 21
Failed 4/23 tests, 82.61% okay
t/07_add_directory......ok
t/08_add_all............ok
t/09_regression.........ok
t/10_legacy_extract.....ok
t/11_legacy_script......ok
t/12_content_handler....ok
t/13_api................ok
t/99_author.............skipped
all skipped: Author tests not required for installation
Failed Test Stat Wstat Total Fail List of Failed
------------------------------------------------------------------------
-------
t/06_multifile.t 4 1024 23 4 12 15 18 21
1 test skipped.
Failed 1/14 test scripts. 4/328 subtests failed.
Files=14, Tests=328, 1 wallclock secs ( 1.19 cusr + 0.28 csys =
1.47 CPU)
Failed 1/14 test programs. 4/328 subtests failed.
make: *** [test_dynamic] Error 255