From owner-freebsd-arch@FreeBSD.ORG Fri Apr 22 17:42:10 2005 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F12716A4CE for ; Fri, 22 Apr 2005 17:42:10 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1375C43D48 for ; Fri, 22 Apr 2005 17:42:10 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) j3MHg9AW097994; Fri, 22 Apr 2005 10:42:09 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)j3MHg9e4097993; Fri, 22 Apr 2005 10:42:09 -0700 (PDT) (envelope-from sgk) Date: Fri, 22 Apr 2005 10:42:09 -0700 From: Steve Kargl To: Doug White Message-ID: <20050422174209.GA97721@troutmask.apl.washington.edu> References: <20050422103141.F5855@carver.gumbysoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050422103141.F5855@carver.gumbysoft.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-arch@freebsd.org Subject: Re: libpthread version bump X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2005 17:42:10 -0000 On Fri, Apr 22, 2005 at 10:33:06AM -0700, Doug White wrote: > > I think we need to bump libpthread's version to allow for compatibility in > 6. Then we can ship the old libpthread along with the old libc and the > Right Thing happens. I certainly agree that we should bump the library if needed. > > As it is now people have to recompile any libpthread consumer. > A workaround may be the use of libmap.conf to map libc.so.5 to libc.so.6. -- Steve