Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156980 - sys-power/apcupsd-3.12.4 fails to build with parallel make
Summary: sys-power/apcupsd-3.12.4 fails to build with parallel make
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michael Imhof (RETIRED)
URL: http://www.nabble.com/apcupsd-3.13.8-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-03 06:04 UTC by Robert Kerr
Modified: 2006-12-19 14:46 UTC (History)
1 user (show)

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 Robert Kerr 2006-12-03 06:04:08 UTC
With -j 4 in MAKEOPTS apcupsd fails to build. This seems to be a known issue upstream and fixed in cvs (see URL). A temporary fix until a later version is in portage may be to pass -j 1 to emake.

Furthermore, when this problem occurs the ebuild does not return any errors and installs all documentation for the package, but no binaries. This seems to be similar to the problem reported in bug #151896
Comment 1 SpanKY gentoo-dev 2006-12-19 14:19:07 UTC
i've added a patch so that when subdirs fail, the whole build process fails
Comment 2 SpanKY gentoo-dev 2006-12-19 14:46:50 UTC
upstream took the lame way out and disabled parallel build ... i've added that to our 3.12.4 and i'll try to get it fixed properly upstream