Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62040 - kvirc-3.0.1 does not compile using MAKEOPTS="-j3"
Summary: kvirc-3.0.1 does not compile using MAKEOPTS="-j3"
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-28 09:17 UTC by Tom Wesley
Modified: 2005-02-03 20:35 UTC (History)
1 user (show)

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


Attachments
log of failed compile (fail.txt,5.26 KB, text/plain)
2004-09-03 11:43 UTC, Tom Wesley
Details
Log of attempted emerge with MAKEOPTS="-j" ... failed to compile (emerge-kvirc.log,145.81 KB, text/plain)
2005-02-03 20:32 UTC, M. Edward Borasky
Details
"emerge -v info" after failed emerge of kvirc (emerge-info-kvirc.log,5.85 KB, text/plain)
2005-02-03 20:33 UTC, M. Edward Borasky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Wesley 2004-08-28 09:17:48 UTC
but it compiles fine with MAKEOPTS="-j2".  Can the ebuild filter out higher than 2?
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-09-03 07:04:25 UTC
no, you'll have to provide more information as to what's going on here.
Comment 2 Tom Wesley 2004-09-03 11:43:43 UTC
Created attachment 38827 [details]
log of failed compile

Sorry, thought I'd attached something similar to this already...
Comment 3 M. Edward Borasky 2005-02-02 22:36:06 UTC
I think I'd like to re-open this. I have a similar phenomenon. I haven't attempted to narrow the parameters down yet, but

MAKEOPTS="-j1" emerge -v kvirc

built kvirc-3.0.1-r1, while MAKEOPTS="-j6" (using distcc across three machines) failed to compile. I didn't try with -j2. This particular machine has kvirc in /etc/portage/package.keywords, and thus built the latest unstable, 3.0.1-r1.

Tom Wesley -- if you're still following this bug, did you have "distcc" enabled, or were you simply trying to run three jobs concurrently on a single machine?

Meanwhile, I'll try some other combinations, like -j2, -j3, etc., with distcc off to see if I can isolate what's happening.
Comment 4 Dan Armak (RETIRED) gentoo-dev 2005-02-03 05:51:20 UTC
If it's parallel make's fault, I don't see how using -jN with different N can
help narrow down the problem. Rather, run it with -j (no N == unlimited
parallel processes) to maximize the chance of encountering the issue, and
post the failed build's log here.
Comment 5 M. Edward Borasky 2005-02-03 06:50:27 UTC
Sounds like a plan ... should I disable "distcc" as well? I still don't know if the original poster had it enabled.
Comment 6 Dan Armak (RETIRED) gentoo-dev 2005-02-03 07:09:50 UTC
distcc shouldn't matter much with -j IMHO.
Comment 7 M. Edward Borasky 2005-02-03 20:32:23 UTC
Created attachment 50298 [details]
Log of attempted emerge with MAKEOPTS="-j" ... failed to compile
Comment 8 M. Edward Borasky 2005-02-03 20:33:03 UTC
Created attachment 50299 [details]
"emerge -v info" after failed emerge of kvirc
Comment 9 M. Edward Borasky 2005-02-03 20:35:26 UTC
Here you are -- I left "distcc" enabled and a number of error messages from "distcc" are present in the log. Please let me know if you want me to try this without distcc.