Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 250136 - MAKEOPTS clobbered: sci-physics/mpb-1.4.2-r1
Summary: MAKEOPTS clobbered: sci-physics/mpb-1.4.2-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-07 08:19 UTC by SpanKY
Modified: 2008-12-07 10:07 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:19:24 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-physics/mpb/mpb-1.4.2-r1.ebuild:47:       MAKEOPTS="-j1" emake || die # Parallel 'make' gives syntax errors.
sci-physics/mpb/mpb-1.4.2-r1.ebuild:52:       MAKEOPTS="-j1" emake || die
sci-physics/mpb/mpb-1.4.2-r1.ebuild:57:       MAKEOPTS="-j1" emake || die
sci-physics/mpb/mpb-1.4.2-r1.ebuild:63:               MAKEOPTS="-j1" emake || die
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2008-12-07 10:07:46 UTC
was fixed in sci-physics/mpb-1.4.2-r2, r1 now removed.