Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 144406
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Pascal BERTIN <pml.gentoo@mrtvfuencxozd.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 144406 depends on: Show dependency tree
Bug 144406 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-08-19 05:07 0000
glest is using jam instead of make.
because of this (probably) MAKEOPTS is not used.

from what I saw,
make and jam have 'at least' -j in common.

As I use distcc, this is very usefull. (this will be true even without distcc
as  gentoo guide advise to have -j[N] even on single proc pc)

I tried replacing in the ebuild : 

jam || die "jam failed"

by 

JAMOPTS=`echo ${MAKEOPTS} |sed -e "s/.*\(-j ?[0-9]*\).*/\1/"`
jam ${JAMOPTS} || die "jam failed"

it worked very well and save me time.

some other MAKEOPTS (I only use this one) might be usefull, but to be sure, the
above code will filter and only keep the one I know works.

------- Comment #1 From Tristan Heaven 2006-08-19 05:31:29 0000 -------
There is an ebuild on bug #118911 which does, and also has some other fixes.

------- Comment #2 From Mr. Bones. 2006-08-28 13:00:21 0000 -------
Should be fixed by glest-2.0.0-r1, thanks to Tristan Heaven

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug