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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C10F215802E for ; Tue, 2 Jul 2024 05:35:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0A102BC03B; Tue, 2 Jul 2024 05:35:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 422AC2BC02B for ; Tue, 2 Jul 2024 05:35:08 +0000 (UTC) Date: Tue, 2 Jul 2024 01:35:04 -0400 From: Ionen Wolkens To: gentoo-dev@lists.gentoo.org Cc: Ulrich =?utf-8?Q?M=C3=BCller?= Subject: Re: [gentoo-dev] [PATCH 1/2] linux-info.eclass: Drop temporary fix for powerpc Message-ID: Mail-Followup-To: gentoo-dev@lists.gentoo.org, Ulrich =?utf-8?Q?M=C3=BCller?= References: <20240701213611.30911-1-ulm@gentoo.org> 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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="KnTErgaJkK0/jF/B" Content-Disposition: inline In-Reply-To: <20240701213611.30911-1-ulm@gentoo.org> X-Archives-Salt: 1ba28d22-9ab5-41ab-92f2-857a8f53937d X-Archives-Hash: ec56074ab8f3d895acf2dfdc54883713 --KnTErgaJkK0/jF/B Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 01, 2024 at 11:36:01PM +0200, Ulrich M=C3=BCller wrote: > Apparently there is no reference to a .tmp_gas_check file or to a TOUT > variable in Linux sources any more. >=20 > Bug: https://bugs.gentoo.org/75034#c14 > Signed-off-by: Ulrich M=C3=BCller > --- > eclass/linux-info.eclass | 6 ------ > 1 file changed, 6 deletions(-) >=20 > diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass > index 9449a6359d2a..90982445fdab 100644 > --- a/eclass/linux-info.eclass > +++ b/eclass/linux-info.eclass > @@ -170,12 +170,6 @@ KERNEL_DIR=3D"${KERNEL_DIR:-${ROOT%/}/usr/src/linux}" > inherit toolchain-funcs > [[ ${EAPI} =3D=3D 6 ]] && inherit eapi7-ver > =20 > -# bug #75034 > -case ${ARCH} in > - ppc) BUILD_FIXES=3D"${BUILD_FIXES} TOUT=3D${T}/.tmp_gas_check";; > - ppc64) BUILD_FIXES=3D"${BUILD_FIXES} TOUT=3D${T}/.tmp_gas_check";; > -esac On a side-note, it was further a no-op for linux-mod-r1 which opted to intentionally ignore BUILD_FIXES (variable is currently read by kernel-2 and linux-mod-r0) and nobody complained. If wanted, technically all references of BUILD_FIXES could probably be removed from eclasses given (normally) nothing sets that variable beside that ppc workaround. It was also undocumented and more like a private variable. Albeit some ebuilds (like the pre-linux-mod-r1 lttng-modules ebuild) and users have wrongly used it, so it could break some spacebar heating. No real need to bother with linux-mod.eclass either way given it's due for eventual removal. --=20 ionen --KnTErgaJkK0/jF/B Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEx3SLh1HBoPy/yLVYskQGsLCsQzQFAmaDkYcACgkQskQGsLCs QzSwcggAxqDBxbrHV2EZtbvjWkwWuC0VBr7ySouDIWImv4dTPWKivCi329aZu3kb 4nRlT//A7QTwW58BquuXXIyiQp57zNoW2ERpjUwUlyABEk8R/ohBYnTtPyisDEVh Q2qLceuDYrWirURdX0ZfAZ6UlfJW2w9X0hAj0REzycbURiVZAkRul/qcfWhhVfd8 Ln7crhyKJaXJEiixr02jviYIXrudclROwjsD982l27d0bBmpSKaX9GJzR5GCHOjS LogtYDQRTEVdXGLM+UN5HBoqc6GP/iIGCeXabVBjIChgEY514AiSUuSkpE6jb4K/ OstizmAgVzpmNI0TJ6xg+WH072zFcg== =F0xg -----END PGP SIGNATURE----- --KnTErgaJkK0/jF/B--