> I just pulled the fresh rakudo sources, Configured them with > --gen-parrot and the parrot build fails: ... > ./miniparrot config_lib.pasm > runtime/parrot/include/config.fpmc ... > Null PMC access in get_pmc_keyed_str() > gmake: *** [runtime/parrot/include/parrotlib.pbc ...
It looks like I'm having the same problem on openbsd, which I posted about here a few days ago. Trying be a little more helpful, I set up a cron job to update and smoke-test parrot. The smoke test ran OK with the older revision of parrot, r37017, then I updated to the current rev, r37540. That gets the same build error at the "./miniparrot config_lib.pasm " step. Thing is, I don't know how to report a build failure to smolder. "make smoke" won't run if "make" won't run! So, what's the way to tell smolder "make" failed?