emake -j1

If you can manually make, but always fail in src_compile(), look at your MAKEOPTS, if it is "-j2", consider using "emake -j1"

Comments

VxJasonxV said…
Could you tell us why?
I'm fairly interested in more information you can provide.
Anonymous said…
I look into some ebuilds. some use 'make' instead.
r0bertz said…
to vxjasonxv:
-j2 means make will start two thread to make simultaneously, however the one thread(call it A)'s prerequisite may depends the other thread(call it B)'s output, and B's output maybe not ready when A is going to use it. This is my guess.

to fiag:
yes. A gentoo dev told me better to use emake -j1, :)

Popular posts from this blog

The diff between the original SEC complaint against Ripple and the amended one

Send $SGB (Songbird) to another wallet using a script

Rippled thread cpu usage