From owner-freebsd-hackers@FreeBSD.ORG Sun Mar 4 00:39:35 2012 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2762A1065670 for ; Sun, 4 Mar 2012 00:39:35 +0000 (UTC) (envelope-from falkman@gamozo.org) Received: from fireblade.netcore2k.net (fireblade.netcore2k.net [92.48.127.72]) by mx1.freebsd.org (Postfix) with ESMTP id B274B8FC13 for ; Sun, 4 Mar 2012 00:39:34 +0000 (UTC) Received: by fireblade.netcore2k.net with ESMTP id q240dWJl011071 ; Sun, 4 Mar 2012 00:39:33 GMT Message-ID: <4F52B9BE.5040907@gamozo.org> Date: Sat, 03 Mar 2012 19:39:26 -0500 From: Brandon Falk User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Dimitry Andric References: <4F52AA30.2030600@gamozo.org> <20120303234051.GA42750@dan.emsphone.com> <4F52ADF1.7010606@gamozo.org> <4F52AEB3.4090907@gamozo.org> <4F52B7A5.4000408@FreeBSD.org> In-Reply-To: <4F52B7A5.4000408@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@FreeBSD.org Subject: Re: [clang] Build error on r232474 (and a few before, don't know exactly which) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2012 00:39:35 -0000 On 3/3/2012 7:30 PM, Dimitry Andric wrote: > On 2012-03-04 00:52, Brandon Falk wrote: > ... >> I was trying to navigate the log in `edit`. Now that I'm in vim I >> quickly found the error. >> >> lint: cannot exec /usr/obj/root/src/tmp/usr/bin/cc: No such file or >> directory >> *** [llib-lposix.ln] Error code 1 > Huh, that's weird. I see no reason that it wouldn't install cc during > the cross-tools stage, unless you have WITHOUT_GCC in your src.conf (and > aren't using WITH_CLANG_IS_CC at the same time). > > Can you post your src.conf file, please? I do not have a src.conf. It's a completely fresh install of BSD with the exception of my make.conf (and I double checked just incase). No variable WITH_CLANG_IS_CC is defined. -Brandon