From owner-freebsd-arch@FreeBSD.ORG Mon Oct 22 14:37:42 2012 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 15510EF6; Mon, 22 Oct 2012 14:37:42 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id DBBBF8FC17; Mon, 22 Oct 2012 14:37:41 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 3EDE3B924; Mon, 22 Oct 2012 10:37:41 -0400 (EDT) From: John Baldwin To: freebsd-arch@freebsd.org Subject: Re: bsd.own.mk - just let WITHOUT_* take precedence Date: Mon, 22 Oct 2012 09:40:39 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p20; KDE/4.5.5; amd64; ; ) References: <20121007001423.9878F58094@chaos.jnpr.net> <1350794580507-5753746.post@n5.nabble.com> <20121021094151.GC27212@lor.one-eyed-alien.net> In-Reply-To: <20121021094151.GC27212@lor.one-eyed-alien.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201210220940.39281.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 22 Oct 2012 10:37:41 -0400 (EDT) Cc: meowthink , Brooks Davis X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2012 14:37:42 -0000 On Sunday, October 21, 2012 5:41:51 am Brooks Davis wrote: > On Sat, Oct 20, 2012 at 09:43:00PM -0700, meowthink wrote: > > I encouraged the same issue when build with dtrace-enabled kernconf. > > I do think it's a problem of Makefile.inc1 which manually defined these > > NO_CTFs. By Simon's hack on bsd.own.mk, the build process goes on, but not > > as before. For instance, /libexec/ld-elf.so.1 contains CTF data but > > /libexec/ld-elf32.so.1 not (it contains CTF data before MFC r228158). At > > least all 32-bit libraries on amd64 are built without CTF. > > Though didn't use userland dtrace(esp. with 32-bit compat), I doubt this > > somehow breaks such functionalities. > > > > Also cc'ed jhb & fjoe who brought us this change. > > I've MFCd r228120 which allows WITH_CTF to be set in make.conf. > It looks like there may be another bug effecting the setting of > CTFCONVERT_CMD. I had this change as a question mark to merge in my list, thanks. Can you also merge it to 8? -- John Baldwin