On Friday 17 December 2010 23:23:10 Jacob Todd wrote:
> Could you post your distcc config files?

$ extract /etc/conf.d/distccd
DISTCCD_OPTS=""
DISTCCD_EXEC="/usr/bin/distccd"
DISTCCD_PIDFILE="/var/run/distccd/distccd.pid"
DISTCCD_OPTS="${DISTCCD_OPTS} --port 3632"
DISTCCD_OPTS="${DISTCCD_OPTS} --log-level critical"
DISTCCD_OPTS="${DISTCCD_OPTS} --allow 192.168.2.0/24"
DISTCCD_OPTS="${DISTCCD_OPTS} --listen 192.168.2.2"
DISTCCD_OPTS="${DISTCCD_OPTS} -N 15"

(Extract is just a mini-script to cut out comments.)

$ cat /etc/distcc/hosts
ostn.ethnet

Ostn is the box that's supposed to do the compilation, but the Atom 
client box just doesn't bother trying distcc. If it had and I had an 
error in my config I'd have got an error message.

$ grep distcc /etc/make.conf
DISTCC_DIR="${PORTAGE_TMPDIR}/.distcc"
FEATURES="buildpkg ccache distcc fixpackages parallel-fetch userfetch"

Maybe another of those features is incompatible with distcc. I'd also 
have expected an error message in that case, but I just get a bog-
standard emerge process running locally.

-- 
Rgds
Peter.          Linux Counter 5290, 1994-04-23.

Reply via email to