From owner-freebsd-ports@FreeBSD.ORG Thu Aug 23 22:54:14 2012 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A899106564A; Thu, 23 Aug 2012 22:54:14 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id 7FAB88FC08; Thu, 23 Aug 2012 22:54:13 +0000 (UTC) Received: from baby-jane.lamaiziere.net (unknown [192.168.1.10]) by smtp.lamaiziere.net (Postfix) with ESMTP id 5740FC324; Fri, 24 Aug 2012 00:54:06 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id E74582CEC18; Fri, 24 Aug 2012 00:54:04 +0200 (CEST) Date: Fri, 24 Aug 2012 00:54:03 +0200 From: Patrick Lamaiziere To: Baptiste Daroussin Message-ID: <20120824005403.7f400d78@davenulle.org> In-Reply-To: <20120823222712.GH18372@ithaqua.etoilebsd.net> References: <97612B57-1255-4BB3-A6D3-FC74324C6D67@FreeBSD.org> <20120823222712.GH18372@ithaqua.etoilebsd.net> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: ports@FreeBSD.org, current@FreeBSD.org Subject: Re: pkgng suggestion: renaming /usr/sbin/pkg to /usr/sbin/pkg-bootstrap X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2012 22:54:14 -0000 Le Fri, 24 Aug 2012 00:27:13 +0200, Baptiste Daroussin a écrit : Hello, > > So, opinions? There may still be time to fix it for 9.1 if we can > > decide quickly. > > > I do personnally have no opinion on this, I have hesitated long > between both before choosing /usr/sbin/pkg. > > I'm interested in other's opinion. I was hit by this: install poudriere, forgot to install pkgng (yes it is documented...). Run poudriere bulk, it will be stuck waiting an user input (it does not output anything too) and it closes the poudriere jail juste after a key is pressed. I've spent sometime to understand why pkg was waiting on the "tty" wchan... So yes this is confusing IMO. Regards.