From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 27 20:30:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8C7FF73 for ; Sat, 27 Apr 2013 20:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7F5CD182E for ; Sat, 27 Apr 2013 20:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3RKU1ia059478 for ; Sat, 27 Apr 2013 20:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3RKU1RG059477; Sat, 27 Apr 2013 20:30:01 GMT (envelope-from gnats) Date: Sat, 27 Apr 2013 20:30:01 GMT Message-Id: <201304272030.r3RKU1RG059477@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dimitry Andric Subject: Re: bin/178203: clang not properly sourcing headers in buildworld when WITH_CLANG_IS_CC is set X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Dimitry Andric List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Apr 2013 20:30:01 -0000 The following reply was made to PR bin/178203; it has been noted by GNATS. From: Dimitry Andric To: bug-followup@FreeBSD.org, yaneurabeya@gmail.com Cc: Subject: Re: bin/178203: clang not properly sourcing headers in buildworld when WITH_CLANG_IS_CC is set Date: Sat, 27 Apr 2013 22:22:29 +0200 Which stage(s) of buildworld do you mean? If you mean stages 1 through = 3, then this is working as designed: the initial stages use headers and = libraries from the host system. Stages 4 and 5 use headers from = ${WORLDTMP} (usually /usr/obj/usr/src/tmp). To investigate your issue, can you please post a (compressed) copy of a = log of such a buildworld session? And try to point out where any errors = and/or problematic compilation commands occur. Also, exact copies of of your make.conf and src.conf are required, plus = all command line flags and environment variables you are using for your = buildworld session. P.S.: WITH_CLANG has always been enabled, and WITH_CLANG_IS_CC is = default since a few months, so there is no need to specify these = settings explicitly anymore.