Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285513 - dev-util/valgrind-3.4.1-r1 performs non-parallel install, but parallel install works correctly
Summary: dev-util/valgrind-3.4.1-r1 performs non-parallel install, but parallel instal...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Maurice van der Pot (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-19 04:25 UTC by Kevin Pyle
Modified: 2009-11-08 00:29 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 Kevin Pyle 2009-09-19 04:25:45 UTC
The ebuild for dev-util/valgrind-3.4.1-r1 uses "make install", rather than "emake install", so the resulting make is not parallel, even when MAKEOPTS specifies parallel operation.  However, the install target is parallel safe.  After switching to "emake install", I can successfully execute src_install with MAKEOPTS=-j.  I deliberately push MAKEOPTS to unlimited mode for the src_install phase to try to provoke failures.

This is rated trivial since parallel installation is less important than parallel compilation, but it would still be nice to get it fixed.  All that is required is to change src_install to use emake, rather than make.
Comment 1 Maurice van der Pot (RETIRED) gentoo-dev 2009-11-08 00:29:14 UTC
Fixed. Thanks for the report.