From owner-freebsd-current@FreeBSD.ORG Wed Jan 11 15:57:30 2006 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77B8C16A41F; Wed, 11 Jan 2006 15:57:30 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AFEC43D45; Wed, 11 Jan 2006 15:57:29 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k0BFuCqn058774; Wed, 11 Jan 2006 17:56:12 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ip.net.ua [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 31153-02; Wed, 11 Jan 2006 17:55:44 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k0BFniIb058606 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 11 Jan 2006 17:49:44 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id k0BFnk7M036609; Wed, 11 Jan 2006 17:49:46 +0200 (EET) (envelope-from ru) Date: Wed, 11 Jan 2006 17:49:46 +0200 From: Ruslan Ermilov To: Fr?d?ric PRACA Message-ID: <20060111154946.GA36556@ip.net.ua> References: <20060109204927.5092d323@localhost.darkstar> <20060110081255.GB90253@ip.net.ua> <1136969550.43c4c74eef9ab@imp3-g19.free.fr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WIyZ46R2i8wDzkSu" Content-Disposition: inline In-Reply-To: <1136969550.43c4c74eef9ab@imp3-g19.free.fr> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua Cc: stable@FreeBSD.org, current@FreeBSD.org, ahze@FreeBSD.org Subject: Re: libnetgraph compilation problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2006 15:57:30 -0000 --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 11, 2006 at 09:52:30AM +0100, Fr?d?ric PRACA wrote: > Selon Ruslan Ermilov : >=20 > > Do you have ccache stuff in /etc/make.conf? > Yes, but I already tried with NOCCACHE and the problem is still there. >=20 The example in /etc/make.conf that you copied from the port is wrong -- it causes the following to be set if NOCCACHE is defined: CC=3D/usr/bin/cc CXX=3D/usr/bin/c++ This OTOH prevents buildworld from working correctly, as the latter uses internal versions of cc and c++. Comment out the ccache stuff completely in /etc/make.conf, and you'll be done. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDxSkaqRfpzJluFF4RAjt1AJ45q8cz8rDzN53p4cmaOGhql0mCNwCeKfsF Bu7zU9XOtmfGAAxt9eCyoRk= =fHn8 -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu--