Subject: | tests require File::Temp 0.19 |
t/metafile_data.t failed because File::Temp was too old (Debian 5 ships
Perl 5.10 with File::Temp 0.18).
The failure in t/basic.t might be because of my partly broken Perl
installation caused by a perl-modules debian package upgrade that
effectively downgraded the core modules.
Installing ExtUtils::MM_NW5 (6.58)
Running [/usr/bin/make test]...
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/arch" "-Iblib/lib"
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib',
'blib/arch')" t/*.t
t/00compile.t ............. ok
t/arch_check.t ............ ok
t/backwards.t ............. ok
# Failed test 'distdir'
# at t/basic.t line 351.
# got: '512'
# expected: '0'
# make[1]: Entering directory
`/home/ahartmai/.cpanplus/5.10.0/build/ExtUtils-MakeMaker-6.58/t/Big-Dummy'
# rm -rf Big-Dummy-0.01
# /usr/bin/perl "-MExtUtils::Manifest=manicopy,maniread" \
# -e "manicopy(maniread(),'Big-Dummy-0.01', 'best');"
# -e: MYMETA.json not found at -e line 1
# Can't read MYMETA.json: No such file or directory
# mkdir Big-Dummy-0.01
# mkdir Big-Dummy-0.01/bin
# mkdir Big-Dummy-0.01/lib
# mkdir Big-Dummy-0.01/lib/Big
# make[1]: *** [create_distdir] Error 2
# make[1]: Leaving directory
`/home/ahartmai/.cpanplus/5.10.0/build/ExtUtils-MakeMaker-6.58/t/Big-Dummy'
# Failed test 'META.yml generation not suppressed by NO_MYMETA'
# at t/basic.t line 354.
# Failed test 'META.json generation not suppressed by NO_MYMETA'
# at t/basic.t line 355.
# Failed test 'MYMETA.yml not yet generated in distdir'
# at t/basic.t line 367.
# Failed test 'MYMETA.json generated in distdir'
# at t/basic.t line 368.
# Looks like you failed 5 tests of 171.
t/basic.t .................
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/171 subtests
t/build_man.t ............. ok
t/cd.t .................... ok
t/config.t ................ ok
t/dir_target.t ............ ok
t/FIRST_MAKEFILE.t ........ ok
t/fix_libs.t .............. ok
t/fixin.t ................. ok
t/hints.t ................. ok
t/INST.t .................. ok
t/INST_PREFIX.t ........... ok
t/INSTALL_BASE.t .......... ok
t/installed_file.t ........ ok
t/is_of_type.t ............ ok
t/Liblist.t ............... ok
t/Liblist_Kid.t ........... ok
t/make.t .................. ok
t/MakeMaker_Parameters.t .. ok
t/maketext_filter.t ....... ok
t/meta_convert.t .......... ok
Can't locate object method "newdir" via package "File::Temp" at
t/metafile_data.t line 17.
# Looks like you planned 19 tests but ran 13.
# Looks like your test exited with 9 just after 13.
t/metafile_data.t .........
Dubious, test returned 9 (wstat 2304, 0x900)
Failed 6/19 subtests
t/metafile_file.t ......... ok
t/min_perl_version.t ...... ok
t/miniperl.t .............. skipped: miniperl test only necessary for
the perl core
t/Mkbootstrap.t ........... ok
t/MM_Any.t ................ ok
t/MM_BeOS.t ............... skipped: This is not BeOS
t/MM_Cygwin.t ............. skipped: This is not cygwin
t/MM_NW5.t ................ skipped: This is not NW5
t/MM_OS2.t ................ skipped: This is not OS/2
t/MM_Unix.t ............... ok
t/MM_VMS.t ................ skipped: This is not VMS
t/MM_Win32.t .............. skipped: This is not Win32
t/oneliner.t .............. ok
t/parse_abstract.t ........ ok
t/parse_version.t ......... ok
t/PL_FILES.t .............. ok
t/pm.t .................... ok
t/pm_to_blib.t ............ ok
t/pod2man.t ............... ok
t/postamble.t ............. ok
t/prefixify.t ............. ok
t/prereq.t ................ ok
t/prereq_print.t .......... ok
t/problems.t .............. ok
t/prompt.t ................ ok
t/recurs.t ................ ok
t/revision.t .............. ok
t/several_authors.t ....... ok
t/split_command.t ......... ok
t/test_boilerplate.t ...... ok
t/testlib.t ............... ok
t/VERSION_FROM.t .......... ok
t/WriteEmptyMakefile.t .... ok
t/writemakefile_args.t .... ok
t/xs.t .................... ok
Test Summary Report
-------------------
t/basic.t (Wstat: 1280 Tests: 171 Failed: 5)
Failed tests: 144, 147-148, 153-154
Non-zero exit status: 5
t/metafile_data.t (Wstat: 2304 Tests: 13 Failed: 0)
Non-zero exit status: 9
Parse errors: Bad plan. You planned 19 tests but ran 13.
Files=59, Tests=934, 34 wallclock secs ( 0.43 usr 0.43 sys + 20.57 cusr
9.72 csys = 31.15 CPU)
Result: FAIL
Failed 2/59 test programs. 5/934 subtests failed.
make: *** [test_dynamic] Error 255