# New Ticket Created by Jochen Plumeyer # Please include the string: [perl #61410] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61410 >
Hi again, just to give the positive feedback: No build issues anymore since parrot svn revision 33960 ( and it seems some revisions before ) All perl6 tests are running successfully. Cheers, and keep up the good work, Jochen On Wednesday December 10 2008 16:54, Jochen Plumeyer wrote: > Hi folks, > > in the last days I tried several times with the respective latest svn trunk > of parrot to build perl6 to play with it, but always the build failed. I > use Debian stable vanilla Linux, no strange configurations. I can verify > this with a fresh install in a virtual machine if that helps. > > I tried it with perl 5.8.8 (Debian package) and 5.10.0 (installed > in /opt/perl/ ). > > What I did (here using perl-5.10.0): > > svn up > svn export . /tmp/parrot > cd /tmp/parrot > /opt/perl/bin/perl Configure.pl > make > make -C languages/perl6/ perl6 > > Error message: > ============================================== > error:imcc:syntax error, unexpected VAR, expecting '(' ('var') > in file 'src/builtins/op.pir' line 430 > included from 'src/gen_builtins.pir' line 25 > included from 'perl6.pir' line 1 > ============================================== > > Did I miss something? > > Cheers, > > Jochen