From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id WKYsG5YXKWARMgAA0tVLHw (envelope-from ) for ; Sun, 14 Feb 2021 12:29:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id sC8JF5YXKWAMKQAA1q6Kng (envelope-from ) for ; Sun, 14 Feb 2021 12:29:10 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id AE3F026516 for ; Sun, 14 Feb 2021 13:29:09 +0100 (CET) Received: from localhost ([::1]:58038 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lBGWS-0000h2-RE for larch@yhetil.org; Sun, 14 Feb 2021 07:29:08 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:39134) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lBGWM-0000gv-NM for guix-patches@gnu.org; Sun, 14 Feb 2021 07:29:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:52232) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lBGWM-0006AF-GD for guix-patches@gnu.org; Sun, 14 Feb 2021 07:29:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lBGWM-0004jI-Ap for guix-patches@gnu.org; Sun, 14 Feb 2021 07:29:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#46440] [PATCH core-updates] gnu: findutils-boot0: Enable tests on arm. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 14 Feb 2021 12:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46440 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Pierre Langlois Cc: 46440@debbugs.gnu.org Received: via spool by 46440-submit@debbugs.gnu.org id=B46440.161330570818139 (code B ref 46440); Sun, 14 Feb 2021 12:29:02 +0000 Received: (at 46440) by debbugs.gnu.org; 14 Feb 2021 12:28:28 +0000 Received: from localhost ([127.0.0.1]:35545 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lBGVn-0004iV-RU for submit@debbugs.gnu.org; Sun, 14 Feb 2021 07:28:28 -0500 Received: from flashner.co.il ([178.62.234.194]:45112) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lBGVm-0004iG-D7 for 46440@debbugs.gnu.org; Sun, 14 Feb 2021 07:28:26 -0500 Received: from localhost (unknown [31.210.181.184]) by flashner.co.il (Postfix) with ESMTPSA id 782A5401B2; Sun, 14 Feb 2021 12:28:19 +0000 (UTC) Date: Sun, 14 Feb 2021 14:27:44 +0200 From: Efraim Flashner Message-ID: References: <87czx6wg2f.fsf@gmx.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jcfXseTczInVn1IE" Content-Disposition: inline In-Reply-To: <87czx6wg2f.fsf@gmx.com> 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-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -3.96 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: AE3F026516 X-Spam-Score: -3.96 X-Migadu-Scanner: scn1.migadu.com X-TUID: bgvYvjzsiZSW --jcfXseTczInVn1IE Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 11, 2021 at 07:38:16PM +0000, Pierre Langlois wrote: > Hello Guix! >=20 > I noticed the recent rust changes on core-updates, so I was eager to try > and get rust working on aarch64 again, but I noticed I couldn't > bootstrap because the pthread tests from findutils-boot0 were failing. >=20 > I was just about to send a patch for that and then saw we had disabled > the tests all together. So, here's an updated patch that re-enables them > again, but disable only pthread tests. >=20 > Let me know what you think of this patch, I've tested it on aarch64 and > currently building rust 1.29, but I wasn't able to test it on x86, I'm > getting the following failure: >=20 > --8<---------------cut here---------------start------------->8--- > starting phase `compress-documentation' = = =20 > compressing documentation in '/gnu/store/fl4xmk5pln6lw81ixjk3w24hhdn1zi26= -findutils-boot0-4.8.0/share/man' with "gzip" and flags ("--best" "--no-nam= e") > sterror: unknown error: /gnu/store/fl4xmk5pln6lw81ixjk3w24hhdn1zi26-findu= tils-boot0-4.8.0/share/man/man1/find.1 =20 > sterror: unknown error: /gnu/store/fl4xmk5pln6lw81ixjk3w24hhdn1zi26-findu= tils-boot0-4.8.0/share/man/man1/locate.1 =20 > sterror: unknown error: /gnu/store/fl4xmk5pln6lw81ixjk3w24hhdn1zi26-findu= tils-boot0-4.8.0/share/man/man1/updatedb.1=20 > sterror: unknown error: /gnu/store/fl4xmk5pln6lw81ixjk3w24hhdn1zi26-findu= tils-boot0-4.8.0/share/man/man1/xargs.1 =20 > sterror: unknown error: /gnu/store/fl4xmk5pln6lw81ixjk3w24hhdn1zi26-findu= tils-boot0-4.8.0/share/man/man5/locatedb.5 > error: in phase 'compress-documentation': uncaught exception: > srfi-34 #=20 > phase `compress-documentation' failed after 0.0 seconds > command "gzip" "--best" "--no-name" "/gnu/store/fl4xmk5pln6lw81ixjk3w24hh= dn1zi26-findutils-boot0-4.8.0/share/man/man1/find.1" "/gnu/store/fl4xmk5pln= 6lw81ixjk3w24hhdn1zi26-findutils-boot0-4.8.0/share/man/man1/locate.1" "/gnu= /store/fl4xmk5pln6lw81ixjk3w24hhdn1zi26-findutils-boot0-4.8.0/share/man/man= 1/updatedb.1" "/gnu/store/fl4xmk5pln6lw81ixjk3w24hhdn1zi26-findutils-boot0-= 4.8.0/share/man/man1/xargs.1" "/gnu/store/fl4xmk5pln6lw81ixjk3w24hhdn1zi26-= findutils-boot0-4.8.0/share/man/man5/locatedb.5" failed with status 1 = =20 > builder for `/gnu/store/g64zjdljpk4wawimf44v7ysgf23ywg30-findutils-boot0-= 4.8.0.drv' failed with exit code 1 > build of /gnu/store/g64zjdljpk4wawimf44v7ysgf23ywg30-findutils-boot0-4.8.= 0.drv failed > View build log at '/var/log/guix/drvs/g6/4zjdljpk4wawimf44v7ysgf23ywg30-f= indutils-boot0-4.8.0.drv.bz2'. > --8<---------------cut here---------------end--------------->8--- >=20 > I'm a bit confused what's going on, anybody has a clue? >=20 > By the way, I'm glad we no longer have to pass all the tests for every > stage of the rust bootstrap, getting this working on different platform > was quite tedious :-). >=20 > Thanks, > Pierre I had planned on re-enabling the tests with the next release of findutils. I built out to findutils on aarch64 and armhf and they both passed their test suites without any problems so I figured it was safe enough to skip them for now. If you can skip just the pthread test(s) that be better probably. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --jcfXseTczInVn1IE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmApF0AACgkQQarn3Mo9 g1G6eg/+Im46BVKaN7PhpPoU9A/OY3t02aMWsomd1P5CfZR2VAO0lssw60JqhoCT V9oqET4XGBFeiMh0TXMW10yMnO5AIQVeFJi34/f97XudqGt1NADX6O6j54X2VUjW g3Y7NFlHUO8GUpRwMzZnYrqoLgXGplkOcFH1PJK36kiHKdneTEmtt/FPAxEBjQbN +iIjPyngZXGSSbtLyO4lPn4Za+xD7SNyjv80O4ZgX754yYD8Zw4ZcSOkwBwwpWjm ngx1bt73Y4P10Ps/voBi7kyBENxiqLo6DgHszDHXzkfiC8YJWv5NYUYPIrjVBUvs lvLAD8XHvHa2cJTSY+DFQ/tQ3wCoAJd6B9AsblWqWeVzhkjT48iRBMLOAulHsgFU JQxVOnZuFcnPdeVU/O534EcpKuNff5UEzFDr2jw0XHlYvz+mMP+8Mdrj8EA1VPB5 NN/81PoDeZ4vV72K7cLUQAS8s1GPojd1FEAsjocfGscyaBKMUF7xArF7FpBVQCeJ 8Gfwjq2NaP5FMlLtodnyaLnetvTsIUPIyVx/Qwmb3le7Rz/nwZYWgmRm7UsJGGTq LDkxlw++7UXWdBOM4UMrund8JD6djrRA61dA8JfEuwk2aAiG3KpHF8HmL1PoxrY1 dZLM8gJwHImgpvNMe5FyfnOEkAG1qeKR1qlIYCa+Re3H65rc0hY= =N7Po -----END PGP SIGNATURE----- --jcfXseTczInVn1IE--