From owner-cvs-src@FreeBSD.ORG Thu Mar 16 18:59:12 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 733A016A41F; Thu, 16 Mar 2006 18:59:12 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73F3143D46; Thu, 16 Mar 2006 18:59:10 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.5/8.13.5/NETPLEX) with ESMTP id k2GIx8r4027056; Thu, 16 Mar 2006 13:59:08 -0500 (EST) Date: Thu, 16 Mar 2006 13:59:08 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: "M. Warner Losh" In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) 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 Reply-To: Daniel Eischen 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:59:12 -0000 On Thu, 16 Mar 2006, Daniel Eischen wrote: > I almost put the following in the commit message: > > No, this doesn't fix linuxpluginwrappers. > > But now that I know a little about symbol versioning, I started > investigating fixing the port so it could work. I've gone so > far as to make a script to generate GLIBC_foo versions for all > the necessary symbols required by libflashplugin.so, but > rtld still complains that it can't them. I can't seem to > get rtld to use the libmap'd library which does have the > required symbols. > > You can grab what I have from: > > http://people.freebsd.org/~deischen/symver/lpw.tgz I just updated this. The previous version didn't build and wasn't correct. > > if you want to take a try at it. > > -- DE