Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27726 - CUTILS ebuild doesn't build with mulitple make (i.e. -jn where n>1)
Summary: CUTILS ebuild doesn't build with mulitple make (i.e. -jn where n>1)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: George Shapovalov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-01 11:39 UTC by W.A. Collier
Modified: 2003-09-09 10:30 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description W.A. Collier 2003-09-01 11:39:29 UTC
I have a dual proc box, and use -j4.  cutils gets into some sort of race
condition with a parser file (yy.tab or parser.c or similar) when one build
tries to move it as does another.

Workaround (for now): edit make.conf just for this one use to -j1, then edit
make.conf back to its normal settings after the emerge.
Comment 1 George Shapovalov (RETIRED) gentoo-dev 2003-09-09 10:30:03 UTC
Hi W.A.

I could not reproduce this, but I am not on an smp system either. Anyway I issued the -r1 ebuild that adds MAKEOPTS=-j1 before emake. Should do it for you.
I also did few cleanups on the ebuild.
Please test.

George