From owner-freebsd-threads@FreeBSD.ORG Thu Jul 27 10:41:13 2006 Return-Path: X-Original-To: freebsd-threads@freebsd.org Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76F8E16A4DF; Thu, 27 Jul 2006 10:41:13 +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 EE53643D5D; Thu, 27 Jul 2006 10:41:09 +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.7/8.13.7/NETPLEX) with ESMTP id k6RAf8fh006747; Thu, 27 Jul 2006 06:41:08 -0400 (EDT) Date: Thu, 27 Jul 2006 06:41:08 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: kmacy@fsmware.com In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: David Xu , freebsd-threads@freebsd.org Subject: Re: a couple of issues with libthr X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2006 10:41:13 -0000 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