On Sat, 1 Nov 2008, 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
Two things to try: 1. Post the 'myconfig' file -- it contains various bits of configure and build information. 2. Run the core tests to try to narrow down the problem: perl t/harness --core-tests -- Andy Dougherty [EMAIL PROTECTED]