Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2006 06:41:08 -0400 (EDT)
From:      Daniel Eischen <deischen@freebsd.org>
To:        kmacy@fsmware.com
Cc:        David Xu <davidxu@freebsd.org>, freebsd-threads@freebsd.org
Subject:   Re: a couple of issues with libthr
Message-ID:  <Pine.GSO.4.64.0607270638100.1787@sea.ntplx.net>
In-Reply-To: <b1fa29170607262250vab78217g5239f013df63594b@mail.gmail.com>
References:  <b1fa29170607262250vab78217g5239f013df63594b@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 26 Jul 2006, Kip Macy wrote:

> I'm running -CURRENT as of yesterday.
>
> The function thr_set_name is only defined in libc.so.7, so as far as I
> can tell the only way to get java to work on current with libthr is by
> mapping libc.so.6 to libc.so.7. The function thr_set_name is only used
> by libthr, so libthr seems like a *much* smarter place to put it.

No, the problem is that libthr (and libpthread, libc_r probably
too) need a version bump but haven't been bumped yet.  That
will happen, but we need some more time to address some related
issues and whether all the other libraries need bumping too.
As always in -current, you may need to rebuild ports.  In this
case, you need to rebuild java so it will link to libc.so.7,
not libc.so.6.

-- 
DE



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.64.0607270638100.1787>