From owner-freebsd-stable@FreeBSD.ORG Fri Nov 17 10:57:05 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 593B316A403 for ; Fri, 17 Nov 2006 10:57:05 +0000 (UTC) (envelope-from eti@erata.net) Received: from s1.net-solution.ro (s1.net-solution.ro [65.98.58.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFA1B43D6A for ; Fri, 17 Nov 2006 10:57:04 +0000 (GMT) (envelope-from eti@erata.net) Received: (qmail 23778 invoked from network); 17 Nov 2006 12:57:04 +0200 Received: from 223.126.77.82.static.cluj.rdsnet.ro (HELO toshiba) (82.77.126.223) by s1.net-solution.ro with (DHE-RSA-AES256-SHA encrypted) SMTP; 17 Nov 2006 12:57:04 +0200 From: Iulian M Organization: www.erata.net To: freebsd-stable@freebsd.org Date: Fri, 17 Nov 2006 12:56:50 +0200 User-Agent: KMail/1.9.4 References: <455CD0A9.7040403@free.fr> In-Reply-To: <455CD0A9.7040403@free.fr> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1460869.XiWYE7d8MU"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200611171256.55982.eti@erata.net> Subject: Re: distcc problem (was: Firefox 2 and XFCE) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Nov 2006 10:57:05 -0000 --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--