Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 303103 - sys-libs/libstdc++-v3-3.3.6 uses -j1 in src_install
Summary: sys-libs/libstdc++-v3-3.3.6 uses -j1 in src_install
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-01 14:23 UTC by Xake
Modified: 2011-06-23 04:59 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 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.