On 4/4/21 6:44 PM, k...@aspodata.se wrote:
Jack:
On 2021.04.03 07:15, k...@aspodata.se wrote:
...
make[1]: *** Waiting for unfinished jobs....
Try running with -j1
...

  I already have:
EMERGE_DEFAULT_OPTS="--jobs 1 ...
  in make.conf. Don't know why it still wants to run in parallel.
--jobs=1 tells emerge to only emerge one package at a time.  The -j 1 (actually needs to be part of 'MAKEOPTS="-j1 ...."' is passed in to make to tell it to only compile one piece at a time.  Using a higher number for -j sometimes fails if it needs some intermediate result that has not yet been produced.  Sometimes that failure is consistently repeatable, and sometimes not.

Reply via email to