Ovid wrote:
For the past few days, Parrot has failed to build on my MacBook.  Today I moved my parrot directory 
and did a fresh svn checkout.  "perl Configure.pl" ran fine without problem. 
"make" does fine until about here:

$ make
Compiling with:
xx.c
/usr/bin/gcc-4.0 <loads of output skipped...>
make -C compilers/pge
perl -MExtUtils::Command -e rm_f PGE.pbc ../../runtime/parrot/library/PGE.pbc
perl -e "" >PGE/builtins_gen.pir
../../parrot -o PGE.pbc --output-pbc PGE.pir
../../parrot ../../runtime/parrot/library/PGE/Perl6Grammar.pir  
--output=PGE/builtins_gen.pir PGE/builtins.pg
make[1]: *** [PGE.pbc] Bus error
make[1]: *** Deleting file `PGE.pbc'
make: *** [compilers.dummy] Error 2


Is this the same problem as being reported in http://rt.perl.org/rt3/Ticket/Display.html?id=60178 ?

Reply via email to