From owner-freebsd-questions@FreeBSD.ORG Mon Dec 11 15:48:42 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 9E3B916A492 for ; Mon, 11 Dec 2006 15:48:42 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp111.sbc.mail.re2.yahoo.com (smtp111.sbc.mail.re2.yahoo.com [68.142.229.94]) by mx1.FreeBSD.org (Postfix) with SMTP id 173FA43EC3 for ; Mon, 11 Dec 2006 15:45:36 +0000 (GMT) (envelope-from heli@mikestammer.com) Received: (qmail 55853 invoked from network); 11 Dec 2006 15:46:52 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@70.142.211.17 with login) by smtp111.sbc.mail.re2.yahoo.com with SMTP; 11 Dec 2006 15:46:51 -0000 X-YMail-OSG: _pM.byoVM1nBQtJpuCyZutQ.5lcaLzh7eTaDIPU1HdIDgONml4uUVXq3ZgZQIB8Zh_HYKsYRjcW53A6BotpiY6GWO6dV3IfAG3JT2vGFvR7GwEJdOgeqTKSqQyz.f2jm Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id 502351146B; Mon, 11 Dec 2006 09:46:51 -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 yb1QAz53K8xt; Mon, 11 Dec 2006 09:46:48 -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 4A6951141B; Mon, 11 Dec 2006 09:46:48 -0600 (CST) Message-ID: <457D7D66.8090407@mikestammer.com> Date: Mon, 11 Dec 2006 09:46:46 -0600 From: Eric User-Agent: Thunderbird 3.0a1 (Windows/20061208) MIME-Version: 1.0 To: Zhongtao Zhu References: <86r6v6fnjb.fsf@tsinghua.edu.cn> In-Reply-To: <86r6v6fnjb.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 15:48:42 -0000 Zhongtao Zhu wrote: > Dear list, > > I just got the 6.1-release stable src-tree merrily cvsup-ed, but it's > weird the job of `make buildworld' stopped with some "missing error" > related to the 'kvm'. (Forgive me, I can only offer this brief right > now.) > > I've settled this problem with disabling the 'ccache' by purging its > configuration lines from '/etc/make.conf' and afterwards everything is > fixed. I wonder if somebody else also encountered with this frustrated > combination. > > Regards, > 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?