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 61C3C138239 for ; Wed, 20 Jun 2018 19:59:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5F3EE0B40; Wed, 20 Jun 2018 19:59:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46A33E0B2E for ; Wed, 20 Jun 2018 19:59:02 +0000 (UTC) Received: from pomiocik (public-gprs391647.centertel.pl [37.47.161.32]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 7FBE2335CF5; Wed, 20 Jun 2018 19:58:59 +0000 (UTC) Message-ID: <1529524735.1791.2.camel@gentoo.org> Subject: Re: [gentoo-dev] [PATCH 1/5] toolchain.eclass: ROOT->EROOT at looking for gcc specs file From: =?UTF-8?Q?Micha=C5=82_G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: Michael Haubenwallner Date: Wed, 20 Jun 2018 21:58:55 +0200 In-Reply-To: <20180620174905.7733-2-haubi@gentoo.org> References: <20180620174905.7733-1-haubi@gentoo.org> <20180620174905.7733-2-haubi@gentoo.org> Organization: Gentoo Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.24.6 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 Content-Transfer-Encoding: 8bit X-Archives-Salt: 02e15aa0-33fb-4de0-a031-34d449afaf24 X-Archives-Hash: 64810566d0c7c3f25a35f52b3bd42465 W dniu śro, 20.06.2018 o godzinie 19∶49 +0200, użytkownik Michael Haubenwallner napisał: > --- > eclass/toolchain.eclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass > index 68e4ce15b37..fe41a80db28 100644 > --- a/eclass/toolchain.eclass > +++ b/eclass/toolchain.eclass > @@ -2207,7 +2207,7 @@ do_gcc_config() { > [[ -n ${current_specs} ]] && use_specs=- > ${current_specs} > > if [[ -n ${use_specs} ]] && \ > - [[ ! -e ${ROOT}/etc/env.d/gcc/${CTARGET}- > ${GCC_CONFIG_VER}${use_specs} ]] > + [[ ! -e ${EROOT}etc/env.d/gcc/${CTARGET}- > ${GCC_CONFIG_VER}${use_specs} ]] ${EROOT%/}/ for EAPI 7 compliance. > then > ewarn "The currently selected specs-specific > gcc config," > ewarn "${current_specs}, doesn't exist > anymore. This is usually" -- Best regards, Michał Górny