Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2012 13:37:28 +0100
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Beeblebrox <zaphod@berentweb.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: buildworld with clang breaks because no cc
Message-ID:  <50B0BF88.4050105@FreeBSD.org>
In-Reply-To: <1353670641224-5763472.post@n5.nabble.com>
References:  <1353670641224-5763472.post@n5.nabble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2012-11-23 12:37, Beeblebrox wrote:
> 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:
...
> lint: cannot exec /usr/obj/asp/src/tmp/usr/bin/cc: No such file or directory

Currently, you cannot use WITHOUT_GCC without also setting
WITH_CLANG_IS_CC.  Some programs, like lint, are still hardcoded to run
'cc' for their processing, so if there is no 'cc' executable during the
world stage, your build will fail.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50B0BF88.4050105>