From owner-freebsd-arch@FreeBSD.ORG Sun Oct 21 04:43:07 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 8EF466DB for ; Sun, 21 Oct 2012 04:43:07 +0000 (UTC) (envelope-from meowthink@gmail.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 6A6EA8FC16 for ; Sun, 21 Oct 2012 04:43:07 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1TPnNM-0003fm-Rn for freebsd-arch@freebsd.org; Sat, 20 Oct 2012 21:43:00 -0700 Date: Sat, 20 Oct 2012 21:43:00 -0700 (PDT) From: meowthink To: freebsd-arch@freebsd.org Message-ID: <1350794580507-5753746.post@n5.nabble.com> In-Reply-To: <20121008175206.5961858094@chaos.jnpr.net> References: <20121007001423.9878F58094@chaos.jnpr.net> <20121008154853.GC23400@lor.one-eyed-alien.net> <20121008175206.5961858094@chaos.jnpr.net> Subject: Re: bsd.own.mk - just let WITHOUT_* take precedence MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: Sun, 21 Oct 2012 04:43:07 -0000 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. Regards, Meowthink -- View this message in context: http://freebsd.1045724.n5.nabble.com/bsd-own-mk-just-let-WITHOUT-take-precedence-tp5749766p5753746.html Sent from the freebsd-arch mailing list archive at Nabble.com.