From owner-freebsd-current@freebsd.org Wed Nov 25 18:15:43 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD9C5A374A1 for ; Wed, 25 Nov 2015 18:15:43 +0000 (UTC) (envelope-from info@juanmolina.eu) Received: from smtp21.services.sfr.fr (smtp21.services.sfr.fr [93.17.128.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A2AD1BB1; Wed, 25 Nov 2015 18:15:42 +0000 (UTC) (envelope-from info@juanmolina.eu) Received: from filter.sfr.fr (localhost [78.118.197.112]) by msfrf2118.sfr.fr (SMTP Server) with ESMTP id A43B470000D9; Wed, 25 Nov 2015 19:09:11 +0100 (CET) Authentication-Results: sfrmc.priv.atos.fr; dkim=none (no signature); dkim-adsp=none (no policy) header.from=info@juanmolina.eu Received: from [192.168.1.51] (112.197.118.78.rev.sfr.net [78.118.197.112]) by msfrf2118.sfr.fr (SMTP Server) with ESMTP id 72E967000071; Wed, 25 Nov 2015 19:09:11 +0100 (CET) X-SFR-UUID: 20151125180911470.72E967000071@msfrf2118.sfr.fr Subject: freebsd-current compile with clang & ccache To: FreeBSD-Current , Bryan Drewery From: Juan Molina Message-ID: <5655F93F.2050706@juanmolina.eu> Date: Wed, 25 Nov 2015 19:09:03 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Wed, 25 Nov 2015 18:24:42 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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, 25 Nov 2015 18:15:43 -0000 > On 11/24/2015 1:31 AM, M&S - Krasznai András wrote: > >/What can I do to eliminate the ccache error during installworld apart > from not using ccache? / > I would recommend not setting CC or CCACHE_PATH in make.conf and using > the new WITH_CCACHE_BUILD=yes option instead. > > -- > Regards, > Bryan Drewery Hi. I’m seeing the same ccache errors and I do not have CC or CCACHE_PATH defined anywhere. Only WITH_CCACHE_BUILD and WITH_FAST_DEPEND in src.conf. Best regards, Juan