From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 54A69138C9D for ; Mon, 1 Jun 2015 18:49:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 592AAE077C; Mon, 1 Jun 2015 18:49:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3586E08D2 for ; Mon, 1 Jun 2015 18:49:10 +0000 (UTC) Received: from [10.128.12.146] (unknown [100.42.98.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: zmedico) by smtp.gentoo.org (Postfix) with ESMTPSA id CFD34340E3E for ; Mon, 1 Jun 2015 18:49:09 +0000 (UTC) Message-ID: <556CA924.6010406@gentoo.org> Date: Mon, 01 Jun 2015 11:49:08 -0700 From: Zac Medico User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] [PATCH] make PORTAGE_BIN_PATH settings relocatable References: <1433140493-3288-1-git-send-email-vapier@gentoo.org> <20150601172524.GU4496@vapier> In-Reply-To: <20150601172524.GU4496@vapier> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 4d023130-3e9b-4c53-8e96-93b8bb4b8a53 X-Archives-Hash: a8cd3490e9b4680235ab40637af4a8ce On 06/01/2015 10:25 AM, Mike Frysinger wrote: > (a) just throw an error and exit when PORTAGE_BIN_PATH is not set ... > considering the current portage code points to a path where it is no longer > installed, maybe that's ok ? the recent changes to make portage install copies > for each python version is what broke it i think. I like this idea. I can't think of a reason why we should allow PORTAGE_BIN_PATH to be unset. -- Thanks, Zac