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
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?