From owner-freebsd-current@freebsd.org Tue Dec 1 21:37:15 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 92641A3EF07 for ; Tue, 1 Dec 2015 21:37:15 +0000 (UTC) (envelope-from listjm@club.fr) Received: from smtp21.services.sfr.fr (smtp21.services.sfr.fr [93.17.128.1]) (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 5791D1517; Tue, 1 Dec 2015 21:37:14 +0000 (UTC) (envelope-from listjm@club.fr) Received: from filter.sfr.fr (localhost [78.118.197.112]) by msfrf2108.sfr.fr (SMTP Server) with ESMTP id B0DBF7000042; Tue, 1 Dec 2015 22:31:21 +0100 (CET) Authentication-Results: sfrmc.priv.atos.fr; dkim=none (no signature); dkim-adsp=none (no policy) header.from=listjm@club.fr Received: from [192.168.1.51] (112.197.118.78.rev.sfr.net [78.118.197.112]) by msfrf2108.sfr.fr (SMTP Server) with ESMTP id 72B127000056; Tue, 1 Dec 2015 22:31:21 +0100 (CET) X-SFR-UUID: 20151201213121469.72B127000056@msfrf2108.sfr.fr Subject: Re: freebsd-current compile with clang & ccache To: FreeBSD-Current , Bryan Drewery References: <5655F93F.2050706@juanmolina.eu> From: Juan =?iso-8859-1?b?UmFt824=?= Molina Menor Message-ID: <565E11A8.7020201@club.fr> Date: Tue, 1 Dec 2015 22:31:20 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <5655F93F.2050706@juanmolina.eu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit 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: Tue, 01 Dec 2015 21:37:15 -0000 Le 25/11/2015 19:09, Juan Molina a écrit : >> 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 I have an update on this. In fact, I was wrong concerning the content of my src.conf: there was other lines, notably: WITHOUT_CROSS_COMPILER= As soon as I commented it out, make installworld stopped emitting the ccache errors and requiring COMPILER_TYPE="clang" to work. I made another build with the line enabled and again both errors returned. A third build without this line confirmed the solution. I will try again to ensure I’m not following a false track, after updating sources, as I see a lot of recent commits related to the build system. I hope it rings a bell somewhere… Best regards, Juan