From owner-cvs-src@FreeBSD.ORG Thu Mar 16 18:30:36 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE3C416A424; Thu, 16 Mar 2006 18:30:36 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id C710F43D55; Thu, 16 Mar 2006 18:30:34 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k2GISxnB029742; Thu, 16 Mar 2006 11:29:00 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 16 Mar 2006 11:29:06 -0700 (MST) Message-Id: <20060316.112906.83693057.imp@bsdimp.com> To: deischen@freebsd.org From: "M. Warner Losh" In-Reply-To: References: <200603161516.k2GFGNfK076880@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 16 Mar 2006 11:29:00 -0700 (MST) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 18:30:37 -0000 In message: Daniel Eischen writes: : On Thu, 16 Mar 2006, Daniel Eischen wrote: : : > deischen 2006-03-16 15:16:23 UTC : > : > FreeBSD src repository : > : > Modified files: : > lib/libc Makefile : > Log: : > Allow bsd.lib.mk to generate the symbol version map. : : Everything should now be in place to enable symbol versioning : in libc. Add SYMVER_ENABLED=true to /etc/make.conf and buildworld : to try it. Once you do this and installworld, your binaries : (from buildworld) will not work with a non-symbol-versioned : libc. In fact, this is true for any non-static binary that : you build after this point. To back out of this, remove : SYMVER_ENABLED from make.conf and build&install world again. : : I'm running with this enabled on an x86 and all my previously : built ports seem to be fine (KDE, mozilla, etc). Testing on : other archs would be appreciated. Any idea what the status of the linux-wrappers port is now that the symbol versioning is turned completely on? Warner