Date: Sun, 3 Dec 2006 10:50:35 +0100 From: "Simon L. Nielsen" <simon@nitro.dk> To: Rene Ladan <r.c.ladan@gmail.com> Cc: current@freebsd.org Subject: Re: HEADS UP: compat6x Message-ID: <20061203095035.GC1000@zaphod.nitro.dk> In-Reply-To: <457160A3.5060209@gmail.com> References: <456E5DAB.10608@FreeBSD.org> <457160A3.5060209@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061203095035.GC1000>