On Thu, 03 Feb 2005 22:02:36 +0100
Philip Lawatsch <[EMAIL PROTECTED]> wrote:

> Nick Rout wrote:
> > are you setting up distcc using distcc-config? 
> > 
> > what does the logfile say?
> > 
> > distcc-config --set-hosts "host list"
> > distcc-config set-verbose 1
> > distcc-config set-log /var/log/distcc
> > touch /var/log/distcc
> > 
> > emerge blah
> > 
> > tools to analyse:
> > 
> > tail -f /var/log/distcc (on the compiling machine)
> > DISTCC_DIR=/var/tmp/portage/.distcc distccmon-text 1 (ditto)
> > tcpdump port 3632 (on either machine)
> 
> Nothing since distcc is not used by emerge but plain old gcc.

can i suggest you try setting PATH on the emerge command line and see what 
happens?

PATH="/usr/lib/distcc/bin;$PATH" emerge blah

make sure blah is a package that does not disable distcc by disabling parallel 
makes, I know for sure mc will use distcc so i often test with that (if you 
don't want mc you can ctrl-c it before it finishes compiling). I also know 
Xorg-x11 disables parallel makes. with other packages YMMV

> 
> -ph-
> 
> 
> 
> --
> [email protected] mailing list

-- 
Nick Rout <[EMAIL PROTECTED]>


--
[email protected] mailing list

Reply via email to