Skip site navigation (1)Skip section navigation (2)
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>
References:  <455CD0A9.7040403@free.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart1460869.XiWYE7d8MU
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

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=3D5.8.8
> PERL_VERSION=3D5.8.8
> CC=3Ddistccc

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

> MAKE_ARGS=3D-j4
> CC=3D/usr/local/bin/distcc
>
>
>  setenv DISTCC_HOSTS=3Dlocalhost 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 ( t=
he=20
compiler wrapper), and the daemon is trying to bind to port 3632 witch is=20
already opened by another instance of distccd. =20

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


Hope it helps,

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

=2D-=20
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

--nextPart1460869.XiWYE7d8MU
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQBFXZV3AxduXO3v96sRAiL9AKCLypMoUo94W5hyQs5vHcL+i8wMmwCfdvWD
ix2y8tWq/ag4WQKPyZcKXGU=
=ew1r
-----END PGP SIGNATURE-----

--nextPart1460869.XiWYE7d8MU--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611171256.55982.eti>