From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 21 09:45:30 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 1BB9D472; Sun, 21 Oct 2012 09:45:30 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id DA5368FC0A; Sun, 21 Oct 2012 09:45:29 +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 q9L9jTIX005338; Sun, 21 Oct 2012 09:45:29 GMT (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9L9jS4j005334; Sun, 21 Oct 2012 09:45:28 GMT (envelope-from brooks) Date: Sun, 21 Oct 2012 09:45:28 GMT Message-Id: <201210210945.q9L9jS4j005334@freefall.freebsd.org> To: Trond.Endrestol@ximalas.info, brooks@FreeBSD.org, freebsd-bugs@FreeBSD.org From: brooks@FreeBSD.org Subject: Re: misc/172873: [build] 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: Sun, 21 Oct 2012 09:45:30 -0000 Synopsis: [build] 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. State-Changed-From-To: open->closed State-Changed-By: brooks State-Changed-When: Sun Oct 21 09:43:26 UTC 2012 State-Changed-Why: I've MFC'd 228120 which allows WITH_CTF to be set in make.conf again. http://www.freebsd.org/cgi/query-pr.cgi?pr=172873