From owner-freebsd-stable@FreeBSD.ORG Thu Jan 12 20:14:24 2006 Return-Path: X-Original-To: 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 5961F16A41F; Thu, 12 Jan 2006 20:14:24 +0000 (GMT) (envelope-from frederic.praca@freebsd-fr.org) Received: from smtp3-g19.free.fr (smtp3-g19.free.fr [212.27.42.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id D527F43D48; Thu, 12 Jan 2006 20:14:23 +0000 (GMT) (envelope-from frederic.praca@freebsd-fr.org) Received: from imp3-g19.free.fr (imp3-g19.free.fr [212.27.42.3]) by smtp3-g19.free.fr (Postfix) with ESMTP id 73B874412F; Thu, 12 Jan 2006 21:14:22 +0100 (CET) Received: by imp3-g19.free.fr (Postfix, from userid 33) id 90DD854561; Thu, 12 Jan 2006 21:14:23 +0100 (MET) Received: from d80-170-196-212.cust.tele2.fr (d80-170-196-212.cust.tele2.fr [80.170.196.212]) by imp3-g19.free.fr (IMP) with HTTP for ; Thu, 12 Jan 2006 21:14:22 +0100 Message-ID: <1137096862.43c6b89ec1f6b@imp3-g19.free.fr> Date: Thu, 12 Jan 2006 21:14:22 +0100 From: =?iso-8859-1?b?RnLpZOlyaWM=?= PRACA To: Ruslan Ermilov References: <20060109204927.5092d323@localhost.darkstar> <20060110081255.GB90253@ip.net.ua> <1136969550.43c4c74eef9ab@imp3-g19.free.fr> <20060111154946.GA36556@ip.net.ua> In-Reply-To: <20060111154946.GA36556@ip.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.5 X-Originating-IP: 80.170.196.212 Cc: stable@FreeBSD.org, ahze@FreeBSD.org Subject: Re: libnetgraph compilation problem 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: Thu, 12 Jan 2006 20:14:24 -0000 Selon Ruslan Ermilov : > On Wed, Jan 11, 2006 at 09:52:30AM +0100, Fr?d?ric PRACA wrote: > > Selon Ruslan Ermilov : > > > > > Do you have ccache stuff in /etc/make.conf? > > Yes, but I already tried with NOCCACHE and the problem is still there. > > > 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=/usr/bin/cc > CXX=/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. Well, it seemed to work. Thanks a lot Fred