From owner-cvs-src@FreeBSD.ORG Thu Oct 11 19:39:19 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9227616A417; Thu, 11 Oct 2007 19:39:19 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 5002813C478; Thu, 11 Oct 2007 19:39:19 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id l9BJdEKG046954; Thu, 11 Oct 2007 12:39:14 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id l9BJdEB5046953; Thu, 11 Oct 2007 12:39:14 -0700 (PDT) (envelope-from obrien) Date: Thu, 11 Oct 2007 12:39:14 -0700 From: "David O'Brien" To: John Baldwin Message-ID: <20071011193914.GA46899@dragon.NUXI.org> References: <200710091342.l99DgZDB097501@repoman.freebsd.org> <20071011085836.GC14241@team.vega.ru> <20071011172823.GB43603@dragon.NUXI.org> <200710111422.44320.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710111422.44320.jhb@freebsd.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Dag-Erling =?unknown-8bit?B?U23DuHJncmF2?= , src-committers@freebsd.org, Ruslan Ermilov , cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 UPDATING src/cddl/lib Makefile src/cddl/usr.bin Makefile src/cddl/usr.sbin Makefile src/lib Makefile src/lib/libkse Makefile kse.map pthread.map src/lib/libkse/arch/amd64 Makefile.inc src/lib/libkse/arch/amd64/amd64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 19:39:19 -0000 On Thu, Oct 11, 2007 at 02:22:43PM -0400, John Baldwin wrote: > On Thursday 11 October 2007 01:28:23 pm David O'Brien wrote: > > On Thu, Oct 11, 2007 at 12:58:36PM +0400, Ruslan Ermilov wrote: > > > On Wed, Oct 10, 2007 at 09:29:57AM -0700, David O'Brien wrote: > > > > Shipping a libkse.so.3 in 7.0, would be yet another FreeBSD weirdism as > > > > folks may wonder where .1 & 2 are. > > > > > > They are right here: > > > > > > /usr/ports/misc/compat5x/pkg-plist:%%SPARC64%%lib/compat/libkse.so.1 > > > /usr/ports/misc/compat6x/pkg-plist.sparc64:lib/compat/libkse.so.2 > > > > Where did those come from? That is another weirdism as they don't exist > > on i386: .. > These archs use libthr for libpthread because of lacking full libkse > support, and install libkse as libkse as a result. They are analogous > to libpthread.so.[12] on i386. Basically, libpthread was renamed to > libkse on some archs and libthr on others in 7.0, and libpthread is now > always a symlink. Given that, I think libkse should be libkse.so.3 in > 7. Sparc64 is the only arch where this applies... I wonder how many sparc64 users we have with threaded applications built on pre-releng7 that will want to run them without recompiling... I think I have more fingers and toes.. -- -- David (obrien@FreeBSD.org)