Troubles with Perl6::Rules

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Troubles with Perl6::Rules


    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:globall y: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



    Martin Streicher Guest

  2. Similar Questions and Discussions

    1. ANNOUNCE: Perl6-Say-0.06
      I have been designated co-maintainer of Perl6-Say by Damian Conway and have released version 0.06 to CPAN. You may obtain it at...
    2. Transition of CPAN to Perl6 ?
      Greetings. What's intended to happene to all the Perl5 CPAN modules ? Will there be big push for authors to translate their stuff into Perl6 ? Can...
    3. Perl6::Rules character class Segmentation Fault
      When running 'make test' on Perl6::Rules version 0.03, I found that several tests died dubiously. The tests appear to have died when a character...
    4. [ANN] Perl6::Binding 0.0601 Uploaded to CPAN
      Version 0.0601 corrects a problem whereby the dependencies in Makefile.PL didn't get carried over when I switched from using RCS to using CVS. ...
    5. Perl6 internals Archives?
      I used to drop in occasionally at the perl6-internals archive at http://archive.develooper.com/ to see how development was going. The entries...
  3. #2

    Default Re: Troubles with Perl6::Rules

    On 2004-04-24 01:36:18 -0700, Martin Streicher
    <mstreicher-nospam-@linux-mag.com> said:
    >
    > 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?

    I was able to correct the problem. My error seemed to stem from using
    the older version of Perl instead of the new one (placing the new path
    ahead of everything else worked it out.

    On Panther Server, I was able to build Perl 5.8.3 with no problems. I
    installed into a new place called /Local and went from there.


    Martin Streicher Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139