Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 250130 - MAKEOPTS clobbered: sci-libs/libctl
Summary: MAKEOPTS clobbered: sci-libs/libctl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-07 08:13 UTC by SpanKY
Modified: 2008-12-07 10:10 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 SpanKY gentoo-dev 2008-12-07 08:13:30 UTC
while you should be overriding -j# on `emake` lines, if you do want to tweak it via MAKEOPTS, you should be appending, not clobbering the variable

broken code:
sci-libs/libctl/libctl-2.2.ebuild:20:       MAKEOPTS="-j1" emake || die # Note: emake gives strange errors.
sci-libs/libctl/libctl-3.0.1.ebuild:20:     MAKEOPTS="-j1" emake || die # Note: emake gives strange errors.
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2008-12-07 10:10:47 UTC
fixed.