From owner-freebsd-questions@FreeBSD.ORG Mon Dec 11 16:14:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F5F816A417 for ; Mon, 11 Dec 2006 16:14:23 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp101.sbc.mail.re2.yahoo.com (smtp101.sbc.mail.re2.yahoo.com [68.142.229.104]) by mx1.FreeBSD.org (Postfix) with SMTP id 07C4243CA9 for ; Mon, 11 Dec 2006 16:13:04 +0000 (GMT) (envelope-from heli@mikestammer.com) Received: (qmail 33976 invoked from network); 11 Dec 2006 16:14:21 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@70.142.211.17 with login) by smtp101.sbc.mail.re2.yahoo.com with SMTP; 11 Dec 2006 16:14:21 -0000 X-YMail-OSG: 5sdv4nIVM1npo4Jb8lvXWdH85pytXv3YD6LKQ5r7SAfc2ivhH5KKkyTor0djjJ8GWziLRx4YMpp9bRDMd_A9AIIPyY0CGra69vC1gExqhJMvefI.OJeaWsj5HeKrmU83pE8crJRSs0.pxq8- Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id 9EE0A1146B; Mon, 11 Dec 2006 10:14:20 -0600 (CST) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FNjzWSOKKIAO; Mon, 11 Dec 2006 10:14:19 -0600 (CST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTP id F21791141B; Mon, 11 Dec 2006 10:14:18 -0600 (CST) Message-ID: <457D83D9.1010802@mikestammer.com> Date: Mon, 11 Dec 2006 10:14:17 -0600 From: Eric User-Agent: Thunderbird 3.0a1 (Windows/20061208) MIME-Version: 1.0 To: Zhongtao Zhu References: <86r6v6fnjb.fsf@tsinghua.edu.cn> <457D7D66.8090407@mikestammer.com> <86k60yfmg8.fsf@tsinghua.edu.cn> In-Reply-To: <86k60yfmg8.fsf@tsinghua.edu.cn> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Is it safe to `make buildworld' while using ccache? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2006 16:14:23 -0000 Zhongtao Zhu wrote: > On Mon 11 Dec 2006 23:46, Eric writes: > > >> ccache has worked for me wonderfully on 3+ machines doing everything: >> ports, buildworld, kernels, etc. No issues at all >> >> does the ccache stuff show up first in your path statement? >> > > Nope! By wild guess did I point to 'ccache' and anyway the problem was > solved, though. I also use the phenomenal 'ccache' all the time except > this one. It's probably the 'ccache' isn't the scapegoat, maybe > there's some other unsuitable setup in my system. I don't know whether > or not I'm able to get it located. > > Thank you, Eric. > > Regards, > check out the post install instructions for ccache and verify on your system. once you do that, it should work without issue. the ccache stuff has to be listed first in your path for it to work properly as far as i know. Good luck! Eric