From owner-svn-src-head@FreeBSD.ORG Fri May 23 15:52:30 2014 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7096E57; Fri, 23 May 2014 15:52:30 +0000 (UTC) Received: from i3mail.icecube.wisc.edu (i3mail.icecube.wisc.edu [128.104.255.23]) by mx1.freebsd.org (Postfix) with ESMTP id 823332B0B; Fri, 23 May 2014 15:52:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by i3mail.icecube.wisc.edu (Postfix) with ESMTP id 33D6738064; Fri, 23 May 2014 10:52:30 -0500 (CDT) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from i3mail.icecube.wisc.edu ([127.0.0.1]) by localhost (i3mail.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id PQtpSqGBXLNW; Fri, 23 May 2014 10:52:30 -0500 (CDT) Received: from comporellon.tachypleus.net (polaris.tachypleus.net [75.101.50.44]) by i3mail.icecube.wisc.edu (Postfix) with ESMTPSA id 8A0AC38059; Fri, 23 May 2014 10:52:29 -0500 (CDT) Message-ID: <537F6EBC.3080008@freebsd.org> Date: Fri, 23 May 2014 08:52:28 -0700 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Baptiste Daroussin Subject: Re: svn commit: r266553 - head/release/scripts References: <201405221922.s4MJM4Y9025265@svn.freebsd.org> <537F6706.6070509@freebsd.org> <20140523153619.GF72340@ivaldir.etoilebsd.net> In-Reply-To: <20140523153619.GF72340@ivaldir.etoilebsd.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, Glen Barber , svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2014 15:52:30 -0000 On 05/23/14 08:36, Baptiste Daroussin wrote: > On Fri, May 23, 2014 at 08:19:34AM -0700, Nathan Whitehorn wrote: >> Is there any chance of finally switching the pkg abi identifiers to just >> be uname -p? >> -Nathan > Keeping asking won't make it happen, I have explained a large number of time why it > happened, why it is not easy for compatibility and why uname -p is still not > representing the ABI we do support, and what flexibility we need that the > current string offers to us. > > if one is willing to do the work, please be my guess, just dig into the archives > and join the pkg development otherwise: no it won't happen before a while > because we have way too much work on the todo and this item is stored at the > very end of this todo. > > regards, > Bapt I'm happy to do the work, and have volunteered now many times. If uname -p does not describe the ABI fully, then uname -p needs changes on the relevant platforms. Which are they? What extra flexibility does the string give you if uname -p describes the ABI completely? -Nathan