From owner-freebsd-arch@FreeBSD.ORG Fri Apr 22 19:20:28 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 7590016A4CE; Fri, 22 Apr 2005 19:20:28 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42C7343D54; Fri, 22 Apr 2005 19:20:27 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j3MJLuWT002595; Fri, 22 Apr 2005 13:21:56 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42694DAC.5090505@samsco.org> Date: Fri, 22 Apr 2005 13:17:00 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warner Losh References: <20050422174209.GA97721@troutmask.apl.washington.edu> <42693837.7090400@samsco.org> <20050422182727.GA2753@troutmask.apl.washington.edu> <20050422.131534.59696216.imp@bsdimp.com> In-Reply-To: <20050422.131534.59696216.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: peter@freebsd.org cc: sgk@troutmask.apl.washington.edu 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 19:20:28 -0000 Warner Losh wrote: >>Having lived through the std{io,err,out} libc snafu, the >>libm.so.2 snafu, and now the libc.so.5/libpthread.so.1 >>problem, I will once again suggest that *ALL* library >>version numbers should be bumped when a new branch is >>created. > > > Yes. When a library version is bumped, *ALL* libraries that depend on > it need to be bumped. Sadly, this has proven to be too difficult > because it would create an unholy maintanence problem for the ports. > > Warner Well, there is indeed a problem at the moment of libc being bumped for 6-current but not libpthread. However, I think that the particular problem with the fs/gs change goes above and beyond this problem. So, we have about 2 months to sort this all out. Any volunteers? Scott