Summary: | sun-j2sdk-1.4.1-r1 fails if MAKEOPTS="-j" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Omkhar Arasaratnam <iamroot> |
Component: | Current packages | Assignee: | Java team <java> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | CC: | jstubbs |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Omkhar Arasaratnam
2003-06-07 16:42:43 UTC
a better way to filter out the job flag (than using the sed script you have now) might be this: MAKEOPTS=" ${MAKEOPTS} " MAKEOPTS="${MAKEOPTS/ -j? /}" MAKEOPTS="${MAKEOPTS/ -j /}" How exactly does the build fail? If it's due to memory constraints, then this bug is invalid. If it fails when x in "make -jx" is over a certain number then that should be filtered out. Unfortunately I can't test either as I don't have that much RAM.. Haven't been able to replicate this, asking for a testrequest or I will just mark this bug as cant fix ;p |