Ask a Question related to PERL Modules, Design and Development.
-
Martin Streicher #1
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
-
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... -
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... -
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... -
[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. ... -
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... -
Martin Streicher #2
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



Reply With Quote

