Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52853 - sun-j2sdk needs get_number_of_jobs called
Summary: sun-j2sdk needs get_number_of_jobs called
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-03 01:05 UTC by aent
Modified: 2004-07-13 23:46 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 aent 2004-06-03 01:05:43 UTC
dev-java/sun-j2sdk needs to call get_number_of_jobs from eutils before the compilation, otherwise it will fail.

Reproducible: Always
Steps to Reproduce:
1. Set MAKEOPTS="-j8" (or a similiar higher number then the CPUs you have, as if you were going to use distcc
2. emerge dev-java/sun-j2sdk


Actual Results:  
emerge fails

Expected Results:  
emerge should set -j to a lower number with get_number_of_jobs so the emerge can
succeed
Comment 1 Thomas Matthijs (RETIRED) gentoo-dev 2004-06-24 01:26:44 UTC
i can compile this fine with -j as high as 12
and the ebuild seems to allready do some magic to reduce the jobs

can you provide more info where it actualy fails?
Comment 2 Thomas Matthijs (RETIRED) gentoo-dev 2004-07-13 23:46:03 UTC
i can compile this fine with -j as high as 12
and the ebuild seems to allready do some magic to reduce the jobs

can you provide more info where it actualy fails?