compilation of gcc-4.3.3-r2 fails with error message (build log attached): xgcc: treelang/parse.c: No such file or directory compiles fine when MAKEOPTS="-j1" Reproducible: Always Steps to Reproduce: 1.emerge gcc Actual Results: [...] xgcc: treelang/parse.c: No such file or directory [...]
Please attach emerge --info and the output of emerge -pv bison flex
Created attachment 186781 [details] gcc build log generated by emerge
Created attachment 186782 [details] output of emerge --info
(In reply to comment #1) > Please attach emerge --info and the output of emerge -pv bison flex > you're fast... here is the output of the latest command (I'm also attaching it): sylvain@markov ~ $ emerge -pv bison flex These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] sys-devel/bison-2.3 USE="nls -static" 1,055 kB [ebuild R ] sys-devel/flex-2.5.35 USE="nls -static" 1,228 kB Total: 2 packages (2 reinstalls), Size of downloads: 2,283 kB
Created attachment 186783 [details] output of emerge -pv bison flex
Could I get you to do: emerge -1 bison; emerge -1 flex; emerge -1 =gcc-4.3.3-r2 and see if it still fails? Looks like some kind of bison problem to me.
(In reply to comment #6) > Could I get you to do: > emerge -1 bison; emerge -1 flex; emerge -1 =gcc-4.3.3-r2 > and see if it still fails? > Looks like some kind of bison problem to me. > it compiles fine now, thanks a lot. That was fast... I wonder why bison was broken: I made an upgrade and deplean a few days ago (emerge -avuND world && emerge --depclean && revdep-rebuild) but no problem showed up... thanks again
Great! Thanks for your accurate bug report.