Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 264321 - sys-devel/gcc-4.3.3-r2 fails to compile with MAKEOPTS="-j4": missing treelang/parse.c
Summary: sys-devel/gcc-4.3.3-r2 fails to compile with MAKEOPTS="-j4": missing treelang...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High minor
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-30 18:17 UTC by Sylvain Raybaud
Modified: 2009-03-30 19:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gcc build log generated by emerge (gcc433.build.log.gz,90.82 KB, application/x-gzip)
2009-03-30 18:23 UTC, Sylvain Raybaud
Details
output of emerge --info (emerge.info,3.64 KB, text/plain)
2009-03-30 18:24 UTC, Sylvain Raybaud
Details
output of emerge -pv bison flex (emerge-pv_bison_flex,289 bytes, text/plain)
2009-03-30 18:28 UTC, Sylvain Raybaud
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sylvain Raybaud 2009-03-30 18:17:19 UTC
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
[...]
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2009-03-30 18:22:46 UTC
Please attach emerge --info and the output of emerge -pv bison flex
Comment 2 Sylvain Raybaud 2009-03-30 18:23:33 UTC
Created attachment 186781 [details]
gcc build log generated by emerge
Comment 3 Sylvain Raybaud 2009-03-30 18:24:14 UTC
Created attachment 186782 [details]
output of emerge --info
Comment 4 Sylvain Raybaud 2009-03-30 18:27:32 UTC
(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
Comment 5 Sylvain Raybaud 2009-03-30 18:28:14 UTC
Created attachment 186783 [details]
output of emerge -pv bison flex
Comment 6 Peter Alfredsen (RETIRED) gentoo-dev 2009-03-30 18:34:31 UTC
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.
Comment 7 Sylvain Raybaud 2009-03-30 19:25:53 UTC
(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
Comment 8 Peter Alfredsen (RETIRED) gentoo-dev 2009-03-30 19:37:01 UTC
Great! Thanks for your accurate bug report.