Alexander Veit wrote:
Richard Fish wrote:

[...]

MAKEOPTS="-j3"



-j3 causes many build problems for many packages that build internal libraries and then try to link against them. -j1 is much safer.


OK, now make runs with -j1.

Unfortunately, on my machine, it takes a long long time for the first 3K
files to be built...

BTW is there a way to resume the build process at the point where the error
occurred? emerge --resume does not resume in the middle of a broken build.


There are tons of ways to do this but here's what I would do:

FEATURES=keepwork emerge --resume

The drawback is that with FEATURES=keepwork portage will not clean up builds in 
PORTAGE_TMPDIR so you will have to do that yourself in order to reclaim disk 
space.

Zac
--
[email protected] mailing list

Reply via email to