Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75098 - Wine with MAKEOPTS too big will fail
Summary: Wine with MAKEOPTS too big will fail
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-20 13:42 UTC by Bel Zébute
Modified: 2005-01-12 17:09 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 Bel Zébute 2004-12-20 13:42:13 UTC
By default, I have MAKEOPTS=-j32, and distcc hosts contains 8 hosts entries with /4 (8*4=32).

Wine will fail with this amount of available compile nodes, eventualy giving some "Waiting for child process bla bla" error message.

I haven't found the upper limit, but it failed when I removed the /4 and MAKEOPTS=-j8.  It succesfully builded with MAKEOPTS=-j2.

Reproducible: Always
Steps to Reproduce:




I think there should be an upper limit to MAKEOPTS, maybe -j2 which seem to do
the job.
Comment 1 SpanKY gentoo-dev 2005-01-12 17:09:12 UTC
wine-20050111 now in portage, try that

if it fails, actually post some info (like a log of the build failure, `emerge wine >& log`