Ticket #2005 (closed bug: fixed)
Parrot no longer builds on Darwin/PPC
Reported by: | jkeenan | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | build | Version: | 3.0.0 |
Severity: | fatal | Keywords: | |
Cc: | Language: | ||
Patch status: | applied | Platform: | darwin |
Description
Following the merge of the generational_gc branch into master, Parrot no longer builds on Darwin/PPC. The build fails here:
src/gc/gc_gms.c:2174: failed assertion '!PObj_on_free_list_TEST(pmc)' make: *** [runtime/parrot/library/YAML/Tiny.pir] Error 134 make -C docs make[1]: Nothing to be done for `all'. ./parrot -o runtime/parrot/library/YAML/Tiny.pbc runtime/parrot/library/YAML/Tiny.pir error:imcc:syntax error, unexpected $end in file 'runtime/parrot/library/YAML/Tiny.pir' line 1 error:imcc:syntax error ... somewhere in file 'runtime/parrot/library/YAML/Tiny.pir' line 1 make: *** [runtime/parrot/library/YAML/Tiny.pbc] Error 1 Finished
I was following the development of this branch and, up until the last 24 hours, it was building on this platform, albeit with some additional test errors when configured with --optimize. But last night I began to have problems building the branch. Now that branch has been merged into trunk, the problems are now more critical.
kid51
Attachments
Change History
Note: See
TracTickets for help on using
tickets.