From owner-freebsd-stable@FreeBSD.ORG Fri Nov 23 11:37:21 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EDAE4236 for ; Fri, 23 Nov 2012 11:37:21 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id CC5108FC0C for ; Fri, 23 Nov 2012 11:37:21 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1TbrZR-0002l3-7R for freebsd-stable@freebsd.org; Fri, 23 Nov 2012 03:37:21 -0800 Date: Fri, 23 Nov 2012 03:37:21 -0800 (PST) From: Beeblebrox To: freebsd-stable@freebsd.org Message-ID: <1353670641224-5763472.post@n5.nabble.com> Subject: buildworld with clang breaks because no cc MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2012 11:37:22 -0000 I am doing a buildworld with clang on amd64 9.1-PRERELEASE #2 r242867. In /etc/src.conf I have "WITHOUT_GCC= yes". Compile progresses up to below then breaks: ===> usr.bin/xlint/xlint (all) ===> usr.bin/xlint/llib (all) lint -cghapbx -Cposix /asp/src/usr.bin/xlint/llib/llib-lposix lint -cghapbx -Cstdc /asp/src/usr.bin/xlint/llib/llib-lstdc ===> lib/clang/libllvmx86codegen (all) llib-lposix: llib-lstdc: lint: cannot exec /usr/obj/asp/src/tmp/usr/bin/cc: No such file or directory *** [llib-lstdc.ln] Error code 1 lint: cannot exec /usr/obj/asp/src/tmp/usr/bin/cc: No such file or directory *** [llib-lposix.ln] Error code 1 2 errors *** [all] Error code 2 1 error *** [all] Error code 2 1 error *** [usr.bin.all__D] Error code 2 ===> lib/clang/libllvmx86desc (all) ===> lib/clang/libllvmx86disassembler (all) ===> lib/clang/libllvmx86info (all) ===> lib/clang/libllvmx86instprinter (all) ===> lib/clang/libllvmx86utils (all) ===> lib/clang/include (all) 1 error *** [everything] Error code 2 1 error *** [buildworld] Error code 2 Stop in /asp/src. My source is in /asp/src (symlinked from /usr/src also). clang is set in /usr/local/etc/buildflags.conf. I have disabled ccache while I try and work through this error - so it is not a factor. -- View this message in context: http://freebsd.1045724.n5.nabble.com/buildworld-with-clang-breaks-because-no-cc-tp5763472.html Sent from the freebsd-stable mailing list archive at Nabble.com.