From owner-freebsd-stable@FreeBSD.ORG Mon Jan 29 19:59:16 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 423CC16A401 for ; Mon, 29 Jan 2007 19:59:16 +0000 (UTC) (envelope-from mike@jellydonut.org) Received: from mail2.secureworks.net (mail2.secureworks.net [65.114.32.154]) by mx1.freebsd.org (Postfix) with ESMTP id 1D0AB13C428 for ; Mon, 29 Jan 2007 19:59:16 +0000 (UTC) (envelope-from mike@jellydonut.org) Received: from localhost (localhost [127.0.0.1]) by mail2.secureworks.net (Postfix) with ESMTP id 761F517234; Mon, 29 Jan 2007 14:59:15 -0500 (EST) X-Virus-Scanned: amavisd-new at secureworks.net Received: from mail2.secureworks.net ([127.0.0.1]) by localhost (mail2.secureworks.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HgCZmcJ3iKOb; Mon, 29 Jan 2007 14:59:15 -0500 (EST) Received: from [192.168.23.35] (mole1.secureworks.net [63.239.86.3]) by mail2.secureworks.net (Postfix) with ESMTP id 3EDF0171FC; Mon, 29 Jan 2007 14:59:15 -0500 (EST) Message-ID: <45BE5214.7080907@jellydonut.org> Date: Mon, 29 Jan 2007 14:59:16 -0500 From: Michael Proto User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.9) Gecko/20070113 Thunderbird/1.5.0.9 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: bv@wjv.com References: <20070129192254.GB72262@wjv.com> In-Reply-To: <20070129192254.GB72262@wjv.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Update on buildworld failing with NO_SHARED X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2007 19:59:16 -0000 Bill Vermillion wrote: > OK. > > So I tried using the variable documented in > /usr/share/examples/etc/make.conf of NO_DYNAMIC_ROOT. > > I rebuilt the world and kernel [I did not remove the /usr/obj/src > directory this time - maybe that's it] - but all the files > in /bin and /sbin are still "dynamically linked (users shared libs, > stripped) when I run 'file' on them. > > Is this strange, or is it just me. > > Bill According to the make.conf(5) manpage and the examples/etc/make.conf file (at least on my 6.2 box), the knob is NO_DYNAMICROOT, not NO_DYNAMIC_ROOT. -Proto