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 5B4A61384B4 for ; Mon, 14 Dec 2015 16:32:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E765C21C059; Mon, 14 Dec 2015 16:32:36 +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 67DD721C03A for ; Mon, 14 Dec 2015 16:32:36 +0000 (UTC) Received: from [192.168.0.13] (ip174-67-193-3.oc.oc.cox.net [174.67.193.3]) (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 372B834082B; Mon, 14 Dec 2015 16:32:35 +0000 (UTC) Subject: Re: [gentoo-portage-dev] [PATCH] doebuild: Support finding lib* for ccache/distcc/icecc masquerade dir To: gentoo-portage-dev@lists.gentoo.org References: <1450106281-27589-1-git-send-email-mgorny@gentoo.org> Cc: =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= From: Zac Medico X-Enigmail-Draft-Status: N1110 Message-ID: <566EEF1A.6030100@gentoo.org> Date: Mon, 14 Dec 2015 08:32:26 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.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 In-Reply-To: <1450106281-27589-1-git-send-email-mgorny@gentoo.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 7f9bfc9f-2af4-46e3-b0aa-d35c0893ffdd X-Archives-Hash: cbacbf93163e195b8615354e10b50b3c On 12/14/2015 07:18 AM, Michał Górny wrote: > Gentoo ccache used to historically swap between storing its masquerade > in 'lib' and $(get_libdir). To prevent breakage with any version of it, > and prevent future breakages when other tools change places randomly > try all three of $(get_libdir), 'lib' and 'libexec' looking for > masquerade dir and use the one that's found. Additionally, warn if there > is no masquerade dir. > > Fixes: https://bugs.gentoo.org/show_bug.cgi?id=567360 > --- > pym/portage/package/ebuild/doebuild.py | 27 ++++++++++++++++++--------- > 1 file changed, 18 insertions(+), 9 deletions(-) Looks good. -- Thanks, Zac