General bugs w/ gcc 3.3... three files are missing header files... i think that assert.h had been included w/ stdlib or some other stuff in earlier versions... simply adding the include fixes those files. I am now running into assembler bugs. (they are only warnings, but the package compiles w/ -Werror by defualt, and they are depreciations, so in 3.4 they may become full-blown errors. I should have a patches up soon to fix... feel fairly confident I can patch up the source sufficiently -illusion
Created attachment 14984 [details, diff] patch to fix gcc3.3 compile errors 3 files were missing assert.h (prob. due to header shuffling) 1 file had 3 inline assembly warnings concerning depreciated features, all are removed. =] compiles like a charm for me.
Created attachment 14985 [details] ebuild to use patch Just a convience ebuild for people wanting to test/use the patch before it hits portage; you can toss this in you're PORTAGE_OVERLAY.
I get this error and the patch works for me
*** Bug 28491 has been marked as a duplicate of this bug. ***
*** Bug 30131 has been marked as a duplicate of this bug. ***
in cvs