From unknown Fri Jun 13 10:38:06 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#50633] [PATCH] gnu: libtool: Fix building on riscv64-linux. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 17 Sep 2021 08:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 50633 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50633@debbugs.gnu.org Cc: Efraim Flashner X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16318683719204 (code B ref -1); Fri, 17 Sep 2021 08:47:01 +0000 Received: (at submit) by debbugs.gnu.org; 17 Sep 2021 08:46:11 +0000 Received: from localhost ([127.0.0.1]:58466 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mR9Va-0002OO-PB for submit@debbugs.gnu.org; Fri, 17 Sep 2021 04:46:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:55802) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mR9VX-0002OF-I9 for submit@debbugs.gnu.org; Fri, 17 Sep 2021 04:46:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48510) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mR9VX-0006VD-9r for guix-patches@gnu.org; Fri, 17 Sep 2021 04:46:07 -0400 Received: from flashner.co.il ([178.62.234.194]:35320) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mR9VU-0007uB-9Y for guix-patches@gnu.org; Fri, 17 Sep 2021 04:46:06 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id 303E040539; Fri, 17 Sep 2021 08:45:31 +0000 (UTC) From: Efraim Flashner Date: Fri, 17 Sep 2021 11:43:00 +0300 Message-Id: X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.62.234.194; envelope-from=efraim@flashner.co.il; helo=flashner.co.il X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, WEIRD_PORT=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/patches/libtool-skip-tests2.patch: Adjust patch to also affect riscv* machines. --- gnu/packages/patches/libtool-skip-tests2.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/patches/libtool-skip-tests2.patch b/gnu/packages/patches/libtool-skip-tests2.patch index c9d61e3b41..b0a479325f 100644 --- a/gnu/packages/patches/libtool-skip-tests2.patch +++ b/gnu/packages/patches/libtool-skip-tests2.patch @@ -1,4 +1,4 @@ -Skip the nopic test on ARM and MIPS systems. +Skip the nopic test on ARM, MIPS and RISCV systems. --- libtool-2.4.6/tests/demo.at.orig 2015-01-16 13:52:04.000000000 -0500 +++ libtool-2.4.6/tests/demo.at 2015-02-16 10:48:51.435851966 -0500 @@ -7,7 +7,7 @@ Skip the nopic test on ARM and MIPS systems. AT_CHECK([case $host in -hppa*|x86_64*|s390*) -+hppa*|x86_64*|s390*|arm*|mips*) ++hppa*|x86_64*|s390*|arm*|mips*|riscv*) # These hosts cannot use non-PIC shared libs exit 77 ;; *-solaris*|*-sunos*) @@ -18,7 +18,7 @@ Skip the nopic test on ARM and MIPS systems. { set +x $as_echo "$at_srcdir/demo.at:535: case \$host in -hppa*|x86_64*|s390*) -+hppa*|x86_64*|s390*|arm*|mips*) ++hppa*|x86_64*|s390*|arm*|mips*|riscv*) # These hosts cannot use non-PIC shared libs exit 77 ;; *-solaris*|*-sunos*) @@ -27,7 +27,7 @@ Skip the nopic test on ARM and MIPS systems. at_fn_check_prepare_notrace 'a `...` command substitution' "demo.at:535" ( $at_check_trace; case $host in -hppa*|x86_64*|s390*) -+hppa*|x86_64*|s390*|arm*|mips*) ++hppa*|x86_64*|s390*|arm*|mips*|riscv*) # These hosts cannot use non-PIC shared libs exit 77 ;; *-solaris*|*-sunos*) base-commit: 716470cda447e8cc3e73b09a8dfdcf1032aa37f2 -- 2.33.0 From unknown Fri Jun 13 10:38:06 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#50633] Acknowledgement ([PATCH] gnu: libtool: Fix building on riscv64-linux.) Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 17 Sep 2021 08:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50633 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50633@debbugs.gnu.org Received: via spool by 50633-submit@debbugs.gnu.org id=B50633.16318686799792 (code B ref 50633); Fri, 17 Sep 2021 08:52:02 +0000 Received: (at 50633) by debbugs.gnu.org; 17 Sep 2021 08:51:19 +0000 Received: from localhost ([127.0.0.1]:58472 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mR9aZ-0002Xs-Eb for submit@debbugs.gnu.org; Fri, 17 Sep 2021 04:51:19 -0400 Received: from flashner.co.il ([178.62.234.194]:45406) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mR9aX-0002Xf-7B for 50633@debbugs.gnu.org; Fri, 17 Sep 2021 04:51:17 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id B14D74062B for <50633@debbugs.gnu.org>; Fri, 17 Sep 2021 08:51:10 +0000 (UTC) Date: Fri, 17 Sep 2021 11:48:41 +0300 From: Efraim Flashner Message-ID: Mail-Followup-To: Efraim Flashner , 50633@debbugs.gnu.org References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="KU4EsdSlqhRrHGqU" Content-Disposition: inline In-Reply-To: X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --KU4EsdSlqhRrHGqU Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable block 50358 by 50633 stop this fixes the test suite on riscv64-linux. If it isn't pushed it's not a big deal, I have another patch that will work around this and not rebuild the world. --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --KU4EsdSlqhRrHGqU Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmFEVmkACgkQQarn3Mo9 g1HlUA//R3bR2psHNNqn8JEgPOwNBTvZgoRtvsyNAWmdvjBM83/TIAbvSgsyTHdl cMWhlakEUiByVSN1iVqaBRjNmg8KYeC6jJHLTZazINVFhib8p9MpoS5E0xoqaSgM i9bHcOTPKAkZCzg15Tcxy/+V4h316A1ZL24L46EcV3E/6SRzZOjySS7/AZM7FVBm CYVDUum+4poexOnMtBvCXkjpvsQAVzO36309ic5hZGkPXNICPOOq5QrM0DNpjvSp oziR/fLi5MJpCkK/hzQ2Dfur5Y0z2xKT1TrCwWwStY5E/Z93BeJoL6cXHeVajvxY BLiAaGHAY87pWu1jjqXBWxM+lDHlHX+/al6vAilMqjGjMWSySpfwu41+b2RGFVwE Xb8DlwEz9rRrghoa+m87GzasTB58UW6ynxVGFivwW4kgaD6uen5TDjnF+NZutCWn Nf8NOjXXTHFtid5dQ7DR2nRUKqMNaKzPjswX+iO62y0tjOXMlpZrdOsEdPXyJP/0 RvWIBZdCTqJjgB63rRMg0XBPJpMRx5ibhrgLh7QWFkgRT7i5cLgrDBm4AUTy5k0Q O/lvzOVNiJrRMPtbgq9AyWTnn/zX2vBePugBtjQUXzCgqRZHXf3n0b4xE+LTXxgI N7Lz25EyHdF6lK1ARYWFCR8PX6HglKs1p41KwSraN+Aa5M1TQ84= =NKLt -----END PGP SIGNATURE----- --KU4EsdSlqhRrHGqU--