On Sun Aug 19 10:51:54 2007, [EMAIL PROTECTED] wrote: > As far as I can tell, r20659 is the last rev perl6 worked correctly on > > r20660 does not appear to finish building correctly > r20661 perl6 make spectest blows up all over the place > > pmichaud probably has more details as to the exact nature > of the problem but suggested I open the ticket in RT
Just to confirm, I'm seeing the same failures on my system and have the same results as L~R. In particular, any attempt to run perl6.pbc now results in: $ ../../parrot perl6.pbc Class 'Perl6Bool' doesn't exist current instr.: '__onload' pc 3347 (src/builtins_gen.pir:2086) called from Sub 'parrot;Perl6::Compiler;main' pc -1 ((unknown file):-1) $ The last revision that works for me is r20658. r20659 gives me messages of "method 'new' not found". Pm