Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: Gentoo Dev <gentoo-dev@l.g.o>
Cc: gnome@g.o, "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-dev] [PATCH] gnome2-utils.eclass: gnome2_query_immodules*, use EROOT, #611030
Date: Sat, 22 Apr 2017 17:49:00
Message-Id: CAJ0EP433JbGmTAkrjRqoNayEAYtMzQKb-rDW50oDpUa86AUFdQ@mail.gmail.com
In Reply to: Re: [gentoo-dev] [PATCH] gnome2-utils.eclass: gnome2_query_immodules*, use EROOT, #611030 by Mike Gilbert
1 On Sat, Apr 22, 2017 at 1:43 PM, Mike Gilbert <floppym@g.o> wrote:
2 > On Sat, Apr 22, 2017 at 4:20 AM, Michał Górny <mgorny@g.o> wrote:
3 >> Respect EROOT when running gtk-query-immodules-* tools, alike other
4 >> updaters in the eclass. This ensures that x11-libs/gtk+ installs
5 >> correctly when installing to a ROOT.
6 >
7 > I'm not an expert on this eclass, but it seems like this may be
8 > intentional; calling compiled binaries from $ROOT will break for
9 > cross-compiles.
10 >
11 > Is there some package that installs ${CHOST}-gtk-query-immodules-X.0
12 > for ROOT == /? I don't have any such binary on my system.
13
14 I take that last part back, I do have CHOST prefixed binaries.
15
16 % ls -l /usr/bin/gtk-query-immodules*
17 lrwxrwxrwx 1 root root 43 Mar 25 18:45
18 /usr/bin/gtk-query-immodules-2.0 ->
19 x86_64-pc-linux-gnu-gtk-query-immodules-2.0
20 lrwxrwxrwx 1 root root 43 Apr 13 11:43
21 /usr/bin/gtk-query-immodules-3.0 ->
22 x86_64-pc-linux-gnu-gtk-query-immodules-3.0