Troubles with Perl6::Rules

From: Martin Streicher (mstreicher-nospam-_at_linux-mag.com)
Date: 04/24/04


Date: Sat, 24 Apr 2004 08:36:18 GMT


I built a brand-new Perl 5.8.3 on Mac OS X Panther Server in an attempt
to eradicate glitches in testing Perl6::Rules. My transcript is below.
The same errors occurred on Red Hat 9 under 5.8.3, too.

Damian says his builds on Panther are AOK. I am wondering if anyone
else has seen these problems and has fixed them?

Checking if your kit is complete...
Looks good
Writing Makefile for Perl6::Rules
cp Rules.pm blib/lib/Perl6/Rules.pm
Manifying blib/man3/Perl6::Rules.3
  /usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/anchors........................ok
t/array_cap......................ok
t/assert.........................ok
t/capture........................ok
t/charset........................ok
t/codeblock......................ok
t/codevars.......................ok
t/combchar.......................ok
t/context........................ok
t/continue.......................Invalid quantifier:
/:globally:cont:globally:cont:globally:cont:globally:cont:globally:cont:globally:cont:globally:cont
<--HERE .../
Fatal error in one or more Perl 6 rules
t/continue.......................dubious
        Test returned status 1 (wstat 256, 0x100)
t/counted........................dubious
        Test returned status 0 (wstat 10, 0xa)
t/der_grammar....................dubious
        Test returned status 0 (wstat 10, 0xa)
t/error..........................dubious
        Test returned status 255 (wstat 65280, 0xff00)
        after all the subtests completed successfully
t/exhaustive.....................ok
t/grammar........................dubious
        Test returned status 0 (wstat 11, 0xb)
t/hash_cap.......................ok
t/hashkv.........................ok
t/inline.........................ok
t/litvar.........................ok
t/lookaround.....................ok
t/named_cap......................dubious
        Test returned status 0 (wstat 10, 0xa)
t/named_chars....................ok
t/newline........................ok
t/noncap.........................ok
t/null...........................dubious
        Test returned status 0 (wstat 10, 0xa)
t/overlapping....................ok
t/patvar.........................ok
t/pos............................ok
t/prior..........................dubious
        Test returned status 0 (wstat 11, 0xb)
t/prior_interp...................ok
t/propcharset_slow_to_compile....ok
t/properties_slow_to_compile.....ok
t/qinterp........................ok
t/repeat.........................ok
t/rulecode.......................ok
t/self...........................ok
t/stdrules.......................dubious
        Test returned status 0 (wstat 10, 0xa)
t/subrule........................ok
t/subst..........................ok
t/unimplemented..................dubious
        Test returned status 2 (wstat 512, 0x200)
        after all the subtests completed successfully
t/word...........................ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/continue.t 1 256 ?? ?? % ??
t/counted.t 0 10 ?? ?? % ??
t/der_grammar.t 0 10 ?? ?? % ??
t/error.t 255 65280 16 0 0.00% ??
t/grammar.t 0 11 ?? ?? % ??
t/named_cap.t 0 10 ?? ?? % ??
t/null.t 0 10 ?? ?? % ??
t/prior.t 0 11 ?? ?? % ??
t/stdrules.t 0 10 ?? ?? % ??
t/unimplemented.t 2 512 10 0 0.00% ??
Failed 10/41 test scripts, 75.61% okay. -139/5290 subtests failed,
102.63% okay.
make: *** [test_dynamic] Error 2
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force