Xi Shen writes:
> i have 3 machines in my LAN, all of them have distcc installed and are
> configured to use all 3 machines to compile. on one machine i started
> emerging a very large ebuild, but only the local machine on of the 2
> remote machine is compiling, while the other one is idle. if i change
> the address order in the /etc/distcc/hosts file, the idle started to
> work, and the previous working one becomes idle.
>
> how can i make all of them work?
What ebuild is this? There are some that tweak the MAKEOPTS settings to
-j1 because they do not want parallel compilation. Have a look at the
ebuild. I would try some other packages, this might not be a bug at all.
Wonko