Subject: | make test fails under Perl 5.8, Freebsd 5.4 |
I'm trying to add Parse::Flex to the FreeBSD ports tree but I'm getting
the following error when running 'make test.' Where is this Flex7.pm?
I'm running under FreeBSD 5.4-RELEASE, Perl 5.8.8. Thanks!
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_load.........ok
t/01a_pod.........ok
t/01b_pod.........ok
t/01c_coverage....ok
t/02_xs...........ok
t/03a_generate....ok
t/03b_generate....ok
t/04_sub..........ok
t/05_default......"(stdin)", line 6: Need an operator
"(stdin)", line 8: Need an operator
make: fatal errors encountered -- cannot continue
t/05_default......NOK 1
# Failed test in t/05_default.t at line 17.
# got: '1'
# expected: undef
t/05_default......NOK 2
# Failed test in t/05_default.t at line 18.
# got: '1'
# expected: undef
Can't locate Flex7.pm in @INC (@INC contains:
/home/aaron/BSD/p5-Parse-Flex/work/Parse-Flex-0.11/blib/lib
/home/aaron/BSD/p5-Parse-Flex/work/Parse-Flex-0.11/blib/arch
/usr/local/lib/perl5/5.8.8/BSDPAN
/usr/local/lib/perl5/site_perl/5.8.8/mach
/usr/local/lib/perl5/site_perl/5.8.8
/usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl
/usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .
/usr/local/lib/perl5/5.8.8/BSDPAN
/usr/local/lib/perl5/site_perl/5.8.8/mach
/usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl
/usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at
t/05_default.t line 20.
# Looks like you failed 2 tests of 2.
# Looks like your test died just after 2.
t/05_default......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/05_default.t 255 65280 2 2 1-2
Failed 1/9 test scripts. 2/63 subtests failed.
Files=9, Tests=63, 3 wallclock secs ( 2.42 cusr + 0.34 csys = 2.77 CPU)