On Thursday 16 November 2006 22:57, VF wrote:
>
> cat /etc/make.conf
> # added by use.perl 2006-10-14 03:14:45
> PERL_VER=5.8.8
> PERL_VERSION=5.8.8
> CC=distccc

you redefine CC 2 lines below, and i guess its distcc not distccc

> MAKE_ARGS=-j4
> CC=/usr/local/bin/distcc
>
>
>  setenv DISTCC_HOSTS=localhost 192.168.4.11
>
> and of course distcc well installed.
>
> When i start compilation in ports for exemple in /usr/ports distcc try
> to reacch 192.168.4.11 but return an error :
>
>
> #cat /var/log/messages | grep distcc
> Nov 14 16:16:32 MOOMOO distccd[825]: (dcc_listen_by_addr) ERROR: bind of
> :::3632 failed: Address already in use

This means that the distccd (the daemon) its getting run and not distcc ( the 
compiler wrapper), and the daemon is trying to bind to port 3632 witch is 
already opened by another instance of distccd.  

My guess is that someware you have something like CC=distccd witch causes the 
daemon to be run on every CC invocation.


Hope it helps,

PS: what has the subject has to do with distcc ? :)

-- 
Best Regards,
Iulian Margarintescu (eti)
http://www.erata.net
[EMAIL PROTECTED]
(spamassassin & pf & spamd all said it's OK to make it public ;-) )
Key ID: 0x03176E5CEDEFF7AB
I prefer plain text email

Attachment: pgpyu3LHgJG7x.pgp
Description: PGP signature

Reply via email to