Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 235998

Summary: app-text/xmlto: forced serial make (-j1) is not needed
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo SGML project <sgml>
Status: RESOLVED FIXED    
Severity: normal CC: prefix, rabbe, ssuominen
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-08-28 10:37:22 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 Samuli Suominen (RETIRED) gentoo-dev 2009-05-22 12:46:36 UTC
done
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-06-09 21:31:27 UTC
*** Bug 273143 has been marked as a duplicate of this bug. ***
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-06-09 21:32:52 UTC
Fails with -j8, works with -j1 on my system and a users system with Gentoo Prefix. Either fix properly or I will add -j1 back. See the duplicate bug for relavant logs :)

thx.
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-09 21:38:34 UTC
Let's change the order ;)
I'll track the other bug instead.