Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 236126 - sys-auth/consolekit-0.2.10: forced serial make (-j1) is not needed
Summary: sys-auth/consolekit-0.2.10: forced serial make (-j1) is not needed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Freedesktop bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-29 16:47 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2009-02-15 22:34 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 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-08-29 16:47:38 UTC
The ebuild in summary is currently forcing users to use serial make (-j1, no extra job tasks). This seems not to be needed.

The ebuild was modified to use -j8 on a truly 8-core SMP system and didn't fail the build, you should either check if it's a particular USE flag to cause the problem, or drop -j1 and leave the user to decide how many jobs to use.

I want to remember you that with modern multicore systems, forcing serial make is going to waste a lot of time and resources for users..

Thanks,
Diego
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2008-08-29 17:06:03 UTC
Just note that this is ONLY valid for 0.2.10 and NOT any prior versions.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-08-29 17:12:24 UTC
Yah, I'm explicitly filling in the version number for this reason.
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-02-15 22:34:16 UTC
fixed in 0.2.10-r1. Thanks for reporting.