develooper Front page | perl.perl6.internals | Postings from March 2006

[perl #38775] Changes to compilers/pge/rulec.pir broke punie

Thread Next
From:
Will Coleda
Date:
March 20, 2006 21:55
Subject:
[perl #38775] Changes to compilers/pge/rulec.pir broke punie
Message ID:
rt-3.0.11-38775-131352.12.0976291444902@perl.org
# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #38775]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38775 >


Punie no longer builds:

$ make clean all
perl -MExtUtils::Command -e rm_f "t/*.p1" "t/*.out"
perl -MExtUtils::Command -e rm_f punie.pbc
perl -MExtUtils::Command -e rm_f lib/punie_grammar_gen.pir
perl -MExtUtils::Command -e rm_f lib/PunieGrammar.pbc
../../parrot ../../compilers/pge/rulec.pir lib/punie.g > lib/ 
punie_grammar_gen.pir
Error: too few arguments

Usage: ../../compilers/pge/rulec.pir [OPTIONS] --compiler=COMPILER FILE
Registered Compilers:
   * p6rules
Options:
   --output=OUTFILE  -- redirect output to OUTFILE
   --help            -- print this message
../../parrot -o lib/PunieGrammar.pbc --output-pbc lib/PunieGrammar.pir
../../parrot -o punie.pbc --output-pbc punie.pir

Further, even though rulec.pir appears to have failed based on the  
diagnostics, the exit code was still successful (the build continues  
instead of stopping)

Regards.

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About