I use in /etc/portage/make.conf
EMERGE_DEFAULT_OPTS="--jobs 3 -v" when I do emerge I see
>>> Jobs: 0 of 16 complete, 4 running Load avg: 16.3, 16.4, 15.8 How to see the process build (compilation, configure, make..? Reading manpage I see --jobs enable -l, how to disable -l maintaing -j?
--jobsoption altogether. This sets jobs = 1 as john states without needing to set theLOGDIRoption. Note that this also removes the ability for portage to multithread. Packages that don't directly depend on other packages can no longer be built out of order.