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

Bug 303103

Summary: sys-libs/libstdc++-v3-3.3.6 uses -j1 in src_install
Product: Gentoo Linux Reporter: Xake <kanelxake>
Component: New packagesAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Xake 2010-02-01 14:23:06 UTC
sys-libs/libstdc++-v3 does have emake -j1 in src_install.
This seems totally unneeded, it installs fine (tested on different computers with different smp-settings, only distcc not tested) and looking into the cvs-log this seems to mostly be from cleaning up things that have stayed from an old, OLD ebuild and changing from using make to emake. Also I could not find any bugs, open or closed, about failures because of this.

If it should break you can always reinstate it.
Comment 1 Xake 2011-04-21 07:46:09 UTC
Bumpy?
Comment 2 SpanKY gentoo-dev 2011-06-11 23:04:56 UTC
it comes more from toolchain.eclass where we see transient bugs from time to time across versions when installing in parallel

considering the libstdc++ pkg installs so little, and most of it stuff is serialized in its own code, i doubt -j1 or -j would make any practical difference.