From owner-freebsd-current@FreeBSD.ORG Sun Mar 4 17:51:13 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8BC51065670 for ; Sun, 4 Mar 2012 17:51:13 +0000 (UTC) (envelope-from ken@mthelicon.com) Received: from hercules.mthelicon.com (unknown [IPv6:2001:49f0:2023::2]) by mx1.freebsd.org (Postfix) with ESMTP id 92FD08FC14 for ; Sun, 4 Mar 2012 17:51:13 +0000 (UTC) Received: from feathers.peganest.com ([176.227.140.204]) (authenticated bits=0) by hercules.mthelicon.com (8.14.5/8.14.5) with ESMTP id q24Hp8Zj050971; Sun, 4 Mar 2012 17:51:11 GMT (envelope-from ken@mthelicon.com) From: Pegasus Mc Cleaft Organization: Feathers To: freebsd-current@freebsd.org Date: Sun, 4 Mar 2012 17:51:02 +0000 User-Agent: KMail/1.13.7 (FreeBSD/10.0-CURRENT; KDE/4.7.4; amd64; ; ) References: <4F536D41.1030302@zedat.fu-berlin.de> <201203041628.q24GS12l088270@pozo.com> In-Reply-To: <201203041628.q24GS12l088270@pozo.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201203041751.02531.ken@mthelicon.com> Cc: "O. Hartmann" Subject: Re: CLANG buildworld failure: lint: cannot exec /usr/obj/usr/src/tmp/usr/bin/cc: No such file or directory X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 04 Mar 2012 17:51:13 -0000 On Sunday 04 March 2012 16:27:56 Manfred Antar wrote: > At 05:25 AM 3/4/2012, O. Hartmann wrote: > >Buildworld of FBSD 10.o-CUR/amd64 fails with the below shown error > >messages since this weekend: > > > > > >clang -O2 -pipe -O2 -fno-strict-aliasing -pipe -pipe -O3 > >-fno-strict-aliasing -march=native > >-I/usr/src/usr.bin/xlint/xlint/../lint1 -DPREFIX=\"\" > >-I/usr/src/usr.bin/xlint/xlint/../arch/amd64 > >-I/usr/src/usr.bin/xlint/xlint/../common -std=gnu99 -fstack-protector > >-Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter > >-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type > >-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter > >-Wcast-align -Wchar-subscripts -Winline -Wnested-externs > >-Wredundant-decls -Wold-style-definition -Wno-pointer-sign -o xlint > >xlint.o mem.o > >clang: warning: argument unused during compilation: '-std=gnu99' > >gzip -cn /usr/src/usr.bin/xlint/xlint/lint.1 > lint.1.gz > >===> usr.bin/xlint/llib (all) > >lint -cghapbx -Cposix /usr/src/usr.bin/xlint/llib/llib-lposix > >llib-lposix: > >lint: cannot exec /usr/obj/usr/src/tmp/usr/bin/cc: No such file or > >directory *** [llib-lposix.ln] Error code 1 > > > >Stop in /usr/src/usr.bin/xlint/llib. > >*** [all] Error code 1 > > > >Stop in /usr/src/usr.bin/xlint. > >*** [all] Error code 1 > > > >Stop in /usr/src/usr.bin. > >*** [usr.bin.all__D] Error code 1 > > > >Stop in /usr/src. > >*** [everything] Error code 1 > > > >Stop in /usr/src. > >*** [buildworld] Error code 1 > > > >Stop in /usr/src. > > > > > >Regards, > >Oliver > > I got the same error 1 day ago on i386 platform. I got the same error, but got around it by putting: WITH_CLANG_IS_CC=no in /etc/src.conf ta, Peg