On Sat, Apr 22, 2017 at 1:43 PM, Mike Gilbert <[email protected]> wrote: > On Sat, Apr 22, 2017 at 4:20 AM, Michał Górny <[email protected]> wrote: >> Respect EROOT when running gtk-query-immodules-* tools, alike other >> updaters in the eclass. This ensures that x11-libs/gtk+ installs >> correctly when installing to a ROOT. > > I'm not an expert on this eclass, but it seems like this may be > intentional; calling compiled binaries from $ROOT will break for > cross-compiles. > > Is there some package that installs ${CHOST}-gtk-query-immodules-X.0 > for ROOT == /? I don't have any such binary on my system.
I take that last part back, I do have CHOST prefixed binaries. % ls -l /usr/bin/gtk-query-immodules* lrwxrwxrwx 1 root root 43 Mar 25 18:45 /usr/bin/gtk-query-immodules-2.0 -> x86_64-pc-linux-gnu-gtk-query-immodules-2.0 lrwxrwxrwx 1 root root 43 Apr 13 11:43 /usr/bin/gtk-query-immodules-3.0 -> x86_64-pc-linux-gnu-gtk-query-immodules-3.0
