From owner-cvs-src@FreeBSD.ORG Thu Oct 11 20:01:29 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 AB9D216A418; Thu, 11 Oct 2007 20:01:29 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id 57FA713C45D; Thu, 11 Oct 2007 20:01:29 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.1/8.14.1/NETPLEX) with ESMTP id l9BK1Qjf014792; Thu, 11 Oct 2007 16:01:26 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-3.0 (mail.netplex.net [204.213.176.10]); Thu, 11 Oct 2007 16:01:26 -0400 (EDT) Date: Thu, 11 Oct 2007 16:01:26 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: "David O'Brien" In-Reply-To: <20071011195512.GC46899@dragon.NUXI.org> Message-ID: References: <200710091342.l99DgZDB097501@repoman.freebsd.org> <20071011085836.GC14241@team.vega.ru> <20071011172823.GB43603@dragon.NUXI.org> <200710111422.44320.jhb@freebsd.org> <20071011193914.GA46899@dragon.NUXI.org> <20071011195512.GC46899@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@freebsd.org, John Baldwin , cvs-src@freebsd.org, cvs-all@freebsd.org, Ruslan Ermilov , Dag-Erling =?unknown-8bit?B?U23DuHJncmF2?= 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: Daniel Eischen 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 20:01:29 -0000 On Thu, 11 Oct 2007, David O'Brien wrote: > On Thu, Oct 11, 2007 at 03:47:24PM -0400, Daniel Eischen wrote: >> Whatever happened to renumbering all symbol versioned libraries >> to libfoo.0? Or even libfoo.0.0. The whole point of symbol >> versioning is that we don't need to bump library versions >> for ABI breakage. > > That's what I'd like to see happen (so.0 => symboled lib). Ken felt it > was too be late to do for 7.0. > > But if we do it for 8.0, we'd have to have a compat7x port which put > symlinks in place. So the upgrade path is a little rougher than we > should have for symboled libs. Thus we won't get the symboled libs done > painlessly right. Ugh, that's awful. We should do it now and be done with it if we are going to do it at all... -- DE