id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
2005	Parrot no longer builds on Darwin/PPC	jkeenan		"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"	bug	closed	critical		build	3.0.0	fatal	fixed				applied	darwin
