Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-portage-dev] [PATCH] doebuild: Support finding lib* for ccache/distcc/icecc masquerade dir
Date: Mon, 14 Dec 2015 16:32:42
Message-Id: 566EEF1A.6030100@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] doebuild: Support finding lib* for ccache/distcc/icecc masquerade dir by "Michał Górny"
1 On 12/14/2015 07:18 AM, Michał Górny wrote:
2 > Gentoo ccache used to historically swap between storing its masquerade
3 > in 'lib' and $(get_libdir). To prevent breakage with any version of it,
4 > and prevent future breakages when other tools change places randomly
5 > try all three of $(get_libdir), 'lib' and 'libexec' looking for
6 > masquerade dir and use the one that's found. Additionally, warn if there
7 > is no masquerade dir.
8 >
9 > Fixes: https://bugs.gentoo.org/show_bug.cgi?id=567360
10 > ---
11 > pym/portage/package/ebuild/doebuild.py | 27 ++++++++++++++++++---------
12 > 1 file changed, 18 insertions(+), 9 deletions(-)
13
14 Looks good.
15 --
16 Thanks,
17 Zac

Replies