From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 19 09:10:02 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C1F7F90 for ; Fri, 19 Oct 2012 09:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id D4C7E8FC0C for ; Fri, 19 Oct 2012 09:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9J9A1BV090277 for ; Fri, 19 Oct 2012 09:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9J9A1Xc090276; Fri, 19 Oct 2012 09:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 19 Oct 2012 09:10:01 GMT Resent-Message-Id: <201210190910.q9J9A1Xc090276@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Trond Endrestøl Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C1E798F for ; Fri, 19 Oct 2012 09:00:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2247C8FC14 for ; Fri, 19 Oct 2012 09:00:15 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q9J90Cvb056258 for ; Fri, 19 Oct 2012 09:00:12 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q9J90CpM056257; Fri, 19 Oct 2012 09:00:12 GMT (envelope-from nobody) Message-Id: <201210190900.q9J90CpM056257@red.freebsd.org> Date: Fri, 19 Oct 2012 09:00:12 GMT From: Trond Endrestøl To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/172873: WITH_CTF=1 in /etc/src.conf makes make buildworld bomb out with "/usr/src/share/mk/bsd.own.mk", line 477: WITH_CTF and WITHOUT_CTF can't both be set. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2012 09:10:02 -0000 >Number: 172873 >Category: misc >Synopsis: WITH_CTF=1 in /etc/src.conf makes make buildworld bomb out with "/usr/src/share/mk/bsd.own.mk", line 477: WITH_CTF and WITHOUT_CTF can't both be set. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 19 09:10:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Trond Endrestøl >Release: 9.1-PRERELEASE >Organization: Private >Environment: FreeBSD enterprise.ximalas.info 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r241089: Mon Oct 1 11:07:13 CEST 2012 root@enterprise.ximalas.info:/usr/obj/usr/src/sys/ENTERPRISE amd64 >Description: /etc/make.conf contains: KERNCONF=ENTERPRISE STRIP= CFLAGS+=-fno-omit-frame-pointer /etc/src.conf contains: WITH_CLANG_EXTRAS=yes WITH_CTF=1 WITH_ICONV=yes cd /usr/src && svn up tells me: At revision 241721. make buildworld buildkernel bombs out during: >How-To-Repeat: cd /usr/obj rm -Rf * cd /usr/src svn up # assuming stable/9 make -DNO_CLEAN buildworld buildkernel >Fix: Patch from http://lists.freebsd.org/pipermail/freebsd-arch/2012-October/013195.html solves the problem. >Release-Note: >Audit-Trail: >Unformatted: >>> stage 1.1: legacy release compatibility shims with: "/usr/src/share/mk/bsd.own.mk", line 477: WITH_CTF and WITHOUT_CTF can't both be set. *** [_legacy] Error code 1 1 error *** [buildworld] Error code 2 1 error