# New Ticket Created by Will Coleda # Please include the string: [perl #54930] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=54930 >
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. -- Will "Coke" Coleda