Gentoo Archives: gentoo-dev

From: Alexis Ballier <aballier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] gnome2-utils.eclass: gnome2_query_immodules*, use EROOT, #611030
Date: Sat, 22 Apr 2017 17:53:36
Message-Id: 20170422195315.46135317@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH] gnome2-utils.eclass: gnome2_query_immodules*, use EROOT, #611030 by Mike Gilbert
1 On Sat, 22 Apr 2017 13:43:21 -0400
2 Mike Gilbert <floppym@g.o> wrote:
3
4 > On Sat, Apr 22, 2017 at 4:20 AM, Michał Górny <mgorny@g.o>
5 > wrote:
6 > > Respect EROOT when running gtk-query-immodules-* tools, alike other
7 > > updaters in the eclass. This ensures that x11-libs/gtk+ installs
8 > > correctly when installing to a ROOT.
9 >
10 > I'm not an expert on this eclass, but it seems like this may be
11 > intentional; calling compiled binaries from $ROOT will break for
12 > cross-compiles.
13
14 yes, I think calling binaries from EROOT is wrong; it should call
15 binaries from EPREFIX with arguments in EROOT; it's likely the other
16 functions in the eclass are wrong on that