On Sun Nov 25 20:10:02 2007, coke wrote: > On Wed Oct 31 13:21:19 2007, [EMAIL PROTECTED] wrote: > > > Subject: [BUG] Segfault after parallell build > > > > Sorry, didn't read the output carefully enough: it's a compilation > > error, not a segfault. The other informations should be accurate ;) > > > > This is due to the fact that there are items in runtime/library that > use the syntax: > > new .Foo > > and > > new Foo > > instead of the now-standard "new Foo". > > I am unsure why this works in single stream mode, but I was able to > duplicate this on a > different file in runtime/ with a 'make -j 3' > > The fix is to go through runtime and update all usages of new to the > current syntax.
Whoops; I think this is actually a bug in the build when using j > 1; Regardless of the syntax, It can't find that PMC type, which is wrong; Updating the syntax still needs to happen, but not to fix this bug, which is still an open issue.