On Wed, 4 Feb 2004, Steve Fink wrote:
> Try
> cd languages/perl6
> ./perl6 --force-grammar -e 1 # don't worry if it fails
> make test
$ ./perl6 --force-grammar -e 1
error:imcc:fixup_bsrs: couldn't find addr of sub '_main'
Error: '/home/doughera/src/parrot/parrot-andy/parrot -r __eval__.imc ' failed with
exit code 1
Stopped at ./perl6 line 346
main::mydie(256, '/home/doughera/src/parrot/parrot-andy/parrot -r __eval__.imc
') called at ./perl6 line 828
main::pass4('__eval__.imc', '__eval__.warn') called at ./perl6 line 750
main::pass2('__eval__.imc', '__eval__.warn') called at ./perl6 line 444
main::output_tree('P6C::prog=ARRAY(0xa54fd4)', '__eval__', '__eval__.warn')
called at ./perl6 line 509
main::pass1('Parse::RecDescent=HASH(0xb4d68c)', '__eval__', '__eval__.warn',
1) called at ./perl6 line 571
main::run() called at ./perl6 line 222
$ ./perl6 --test
Can't locate object method "new" via package "P6C::IMCC::ExtRegex::CodeGen" at
P6C/IMCC/ExtRegex.pm line 68.
t/rx/basic.tes......FAILED tests 1-8
Failed 8/8 tests, 0.00% okay
t/rx/call.tes.......FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/rx/special.tes....FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
t/rx/basic.test 8 8 100.00% 1-8
t/rx/call.test 2 2 100.00% 1-2
t/rx/special.te 2 2 100.00% 1-2
10 subtests skipped.
Failed 3/18 test scripts, 83.33% okay. 12/100 subtests failed, 88.00% okay.
WHOA! Somehow you got a different number of results than tests ran!
This should never happen! Please contact the author immediately!
WHOA! Somehow you got a different number of results than tests ran!
This should never happen! Please contact the author immediately!
WHOA! Somehow you got a different number of results than tests ran!
This should never happen! Please contact the author immediately!
END failed--cleanup aborted.
WHOA! Somehow you got a different number of results than tests ran!
This should never happen! Please contact the author immediately!
END failed--cleanup aborted.
WHOA! Somehow you got a different number of results than tests ran!
This should never happen! Please contact the author immediately!
END failed--cleanup aborted.
> Hey, that took forever, didn't it? Maybe you should try using
> ./perl6 --test
> instead, as documented in [I forget where, and can't look it up right
> now].
It's only documented inside the perl6 script itself. It's not documented
anywhere reasonably obvious, such as a README file.
--
Andy Dougherty [EMAIL PROTECTED]