From owner-freebsd-current@FreeBSD.ORG Sun Dec 3 09:50:37 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 653DA16A4C2 for ; Sun, 3 Dec 2006 09:50:37 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A6CC43CAB for ; Sun, 3 Dec 2006 09:50:11 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 1D03E78CDB; Sun, 3 Dec 2006 09:50:09 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id C696611434; Sun, 3 Dec 2006 10:50:35 +0100 (CET) Date: Sun, 3 Dec 2006 10:50:35 +0100 From: "Simon L. Nielsen" To: Rene Ladan Message-ID: <20061203095035.GC1000@zaphod.nitro.dk> References: <456E5DAB.10608@FreeBSD.org> <457160A3.5060209@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <457160A3.5060209@gmail.com> User-Agent: Mutt/1.5.11 Cc: current@freebsd.org Subject: Re: HEADS UP: compat6x X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Dec 2006 09:50:37 -0000 On 2006.12.02 12:16:51 +0100, Rene Ladan wrote: > Marcus Alves Grando schreef: > > Hi list, > > > > I make compat6x port. If someone need or can help to test, please > > download shar here: > > > > http://marcus.grupos.com.br:8080/patch/compat6x.shar > > > > Any feedback are welcome. > > > Would this be a nice opportunity to bump the version of libpthread.so ? > > The pre-compiled 6.x binaries of biology/boinc-simap are exiting with > signal 11 on CURRENT. ldd shows that they are linked to both libc.so.6 > and libpthread.so.2. However, libc.so.6 doesn't play nice with > libpthread.so.2 of CURRENT. > > Something like libpthread.so.2 --> /usr/local/lib/compat/libpthread.so.2 > in libmap.conf doesn't help :( If this is a problem for you, there is nothing stopping you from simply bumping the shared library version number locally in your version (see src/lib/libpthread/Makefile). That's the neat thing about having the source for your OS :-). Note: I have no idea what, if any, pain this will cause later. Do this at your own risk and yadadada std. disclaimer :-). -- Simon L. Nielsen