On Tue May 27 10:57:50 2008, coke wrote:
> make[1]: Entering directory `/home/coke/sandbox/parrot-
> pdd25cx/compilers/tge'
> ../../parrot ../../runtime/parrot/library/PGE/Perl6Grammar.pbc
> --output=TGE/Parser.pir TGE/Parser.pg
> ../../parrot -o TGE/Parser.pbc --output-pbc TGE/Parser.pir
> Error reading source file TGE/Parser.pir.
> make[1]: *** [TGE/Parser.pbc] Error 44
> make[1]: Leaving directory `/home/coke/sandbox/parrot-
> pdd25cx/compilers/tge'
> make: *** [compilers.dummy] Error 2
> 
> Looks like compilers/pge/Parser.pir is never generated, but that
> doesn't stop the build (running the command by hand, it has an exit
> code of 0), and then the next step that tries to use that generated
> file explodes.
> 
> This is on feather.
> 

Error earlier in the build process now, with PGE:

/home/coke/bin/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: *** [PGE.pbc] Segmentation fault

Running this last parrot invocation with -G avoids the segfault.



Reply via email to