On Tue, Oct 28, 2008 at 3:00 PM, Carl Mäsak <[EMAIL PROTECTED]> wrote: > Will (>), James (>>): >>> This will be difficult to diagnose unless we do see 'make' output, so >>> please attach a file. Alternative, go to IRC #parrot and use 'nopaste' >>> to post. >> >> To limit the verbosity, you could run make 2x and just send us the >> output of the second run, as presumably the interesting failure will >> be in that, and none of the pesky stuff that worked. > > Good suggestions. Here we go: <http://nopaste.snit.ch/14409>. >
Here's the offending line: ../../parrot ../../runtime/parrot/library/PGE/Perl6Grammar.pir --output=PGE/builtins_gen.pir PGE/builtins.pg To figure out why this is causing a bus error, try: $ cd compilers/pge $ gdb ../../parrot gdb> run ../../runtime/parrot/library/PGE/Perl6Grammar.pir --output=PGE/builtins_gen.pir PGE/builtins.pg <boom> gdb> bt and let us know what the backtrace is? (also, I presume you've done a make realclean and tried again, and haven't installed parrot on this machine in the past, no local modifications, etc.) -- Will "Coke" Coleda