On Fri, 18 Feb 2011, Vasily Chekalkin wrote:

> On Fri, Feb 18, 2011 at 2:19 PM, Andy Dougherty <[email protected]> 
> wrote:
> 
> > I successfully built it on Solaris 8/SPARC with Sun's compiler, with
> > optimization, and with PARROT_GC_VALIDATE.  There were no new test
> > failures, only the ones already failing in master anyway.
> 
> Did you try to build rakudo/lua/partcl-nqp on top of it?

I did successfully build nqp-rx.  The only failing test was
ICU-related, which also fails on master, and is probably a local
problem.  None of the others built, but probably for reasons
unrelated to this branch.  Specifically,

I haven't been able to build Rakudo for ages because of limited 
memory problems.

Lua's build fails almost immediately with

    cp t/lua-TestMore/src/Test/More.lua lua/library/Test/More.lua
    Can't open 't/lua-TestMore/src/Test/More.lua' (No such file or directory)

    current instr.: 'setup' pc 885 (runtime/parrot/library/distutils.pir:390)

    thrown from:
    called from Sub 'cp' pc 595 (runtime/parrot/library/osutils.pir:252)
    called from Sub 'install' pc 452 (runtime/parrot/library/osutils.pir:204)
    called from Sub 'prebuild' pc 573 (setup.pir:198)
    called from Sub 'run_step' pc 939 
    (runtime/parrot/library/distutils.pir:418)
    current instr.: 'setup' pc 885 (runtime/parrot/library/distutils.pir:390)

    thrown from:
    current instr.: 'cp' pc 595 (runtime/parrot/library/osutils.pir:252)
    called from Sub 'install' pc 452 (runtime/parrot/library/osutils.pir:204)
    called from Sub 'prebuild' pc 573 (setup.pir:198)
    called from Sub 'run_step' pc 939 
    (runtime/parrot/library/distutils.pir:418)
    called from Sub 'setup' pc 857 (runtime/parrot/library/distutils.pir:379)

This probably has nothing to do with the gen_gc2 branch.

Partcl-nqp's build failed with a strange Makefile error:

    /tmp/parrot/bin/parrot -o partcl.pbc 
    Missing program name
    parrot -[acEGhprtvVwy.] [-d [FLAGS]] [-D [FLAGS]][-O [level]] [-R runcore] 
[-o FILE] <file>
    *** Error code 1
    make: Fatal error: Command failed for target `partcl.pbc'

Again, this probably has nothing to do with the branch.

-- 
    Andy Dougherty              [email protected]
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to