Date: Fri, 17 Nov 2006 12:56:50 +0200 From: Iulian M <eti@erata.net> To: freebsd-stable@freebsd.org Subject: Re: distcc problem (was: Firefox 2 and XFCE) Message-ID: <200611171256.55982.eti@erata.net> In-Reply-To: <455CD0A9.7040403@free.fr>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] 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 eti@erata.net (spamassassin & pf & spamd all said it's OK to make it public ;-) ) Key ID: 0x03176E5CEDEFF7AB I prefer plain text email [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFXZV3AxduXO3v96sRAiL9AKCLypMoUo94W5hyQs5vHcL+i8wMmwCfdvWD ix2y8tWq/ag4WQKPyZcKXGU= =ew1r -----END PGP SIGNATURE-----home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611171256.55982.eti>
