On 06 Oct 2014, at 05:39, Francis (Grizzly) Smit <[email protected]> wrote: > On 06/10/14 14:38, Francis (Grizzly) Smit wrote: >> On 06/10/14 13:05, Francis (Grizzly) Smit wrote: >>> I did git pull >>> then >>> perl Configure.pl --gen-moar --gen-nqp --gen-parrot >>> --backends=moar,parrot,jvm >>> >>> then make which after a long time exits with this error message >>> >>> ./perl6-p --setting=NULL --ll-exception --optimize=3 --target=pir >>> --stagestats --output=src/gen/p-CORE.setting.pir gen/parrot/CORE.setting >>> Stage start : 0.000 >>> Stage parse : 364.744 >>> Stage syntaxcheck: 0.000 >>> Stage ast : 0.000 >>> Stage optimize : 39.201 >>> Stage post : 173.477 >>> Stage pir : 11.372 >>> /home/grizzlysmit/rakudo/rakudo/install/bin/parrot -o CORE.setting.pbc >>> src/gen/p-CORE.setting.pir >>> ./perl6-p --target=pir --output=src/gen/RESTRICTED.setting.pir >>> src/RESTRICTED.setting >>> ===SORRY!=== >>> Unmarshallable foreign language value passed for parameter 'arg' >>> make: *** [RESTRICTED.setting.pbc] Error 1 >>> >>> >>> >>> >> Hmmm started again >> rm rakudo >> git clone git://github.com/rakudo/rakudo.git >> then the rest and the same error at the end >> >> > Ok small error it was rm -r rakudo/ of course
I’m sorry to hear you were pulling rakudo and building parrot at a bad time. Sometimes things on the bleeding edge are a bit rugged. If you want to try rakudo, might I suggest you try a stable release version instead of the bleeding edge? And then specifically rakudo star 2014.09 ? It is very recent and with a lot of modules available. Thank you. Kind regards, Elizabeth Mattijsen (responsible for the current breakage)
