From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D12FE139694 for ; Sat, 22 Apr 2017 17:43:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6947421C094; Sat, 22 Apr 2017 17:43:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1EADCE0C5F for ; Sat, 22 Apr 2017 17:43:44 +0000 (UTC) Received: from mail-io0-f169.google.com (mail-io0-f169.google.com [209.85.223.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id B609534071C for ; Sat, 22 Apr 2017 17:43:43 +0000 (UTC) Received: by mail-io0-f169.google.com with SMTP id r16so142285423ioi.2 for ; Sat, 22 Apr 2017 10:43:43 -0700 (PDT) X-Gm-Message-State: AN3rC/7h1j6RcxNPeLDyoL8hFt9u0Q9m59MW1pJ+XwKxynsi2Jlpc5x/ 9THSgYZlsS+ysFwaSG7EFFKgA5sK6w== X-Received: by 10.107.10.13 with SMTP id u13mr2423218ioi.16.1492883021905; Sat, 22 Apr 2017 10:43:41 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.107.19.87 with HTTP; Sat, 22 Apr 2017 10:43:21 -0700 (PDT) In-Reply-To: <20170422082058.19281-1-mgorny@gentoo.org> References: <20170422082058.19281-1-mgorny@gentoo.org> From: Mike Gilbert Date: Sat, 22 Apr 2017 13:43:21 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-dev] [PATCH] gnome2-utils.eclass: gnome2_query_immodules*, use EROOT, #611030 To: Gentoo Dev Cc: gnome@gentoo.org, =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4f2c49a1-a2af-43b1-a923-843f4c547034 X-Archives-Hash: 407f7704b470e6aebf349d77ea805194 On Sat, Apr 22, 2017 at 4:20 AM, Micha=C5=82 G=C3=B3rny = 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 =3D=3D /? I don't have any such binary on my system.