From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 0n+BL9VAOV93dwAA0tVLHw (envelope-from ) for ; Sun, 16 Aug 2020 14:21:09 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id MMwoK9VAOV+ycQAA1q6Kng (envelope-from ) for ; Sun, 16 Aug 2020 14:21:09 +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 4E1CC94005D for ; Sun, 16 Aug 2020 14:21:09 +0000 (UTC) Received: from localhost ([::1]:47054 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k7JX2-0007LN-Ay for larch@yhetil.org; Sun, 16 Aug 2020 10:21:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45688) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k7JWw-0007LH-Q9 for guix-patches@gnu.org; Sun, 16 Aug 2020 10:21:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46545) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k7JWw-00032P-H6 for guix-patches@gnu.org; Sun, 16 Aug 2020 10:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k7JWw-00088L-DO for guix-patches@gnu.org; Sun, 16 Aug 2020 10:21:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42888] [PATCH] gnu: rust: Fix install phase for non-x86_64 platforms. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 16 Aug 2020 14:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42888 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Pierre Langlois Cc: 42888@debbugs.gnu.org Received: via spool by 42888-submit@debbugs.gnu.org id=B42888.159758762431198 (code B ref 42888); Sun, 16 Aug 2020 14:21:02 +0000 Received: (at 42888) by debbugs.gnu.org; 16 Aug 2020 14:20:24 +0000 Received: from localhost ([127.0.0.1]:58091 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k7JWK-000878-21 for submit@debbugs.gnu.org; Sun, 16 Aug 2020 10:20:24 -0400 Received: from flashner.co.il ([178.62.234.194]:35234) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k7JWE-00086n-NJ for 42888@debbugs.gnu.org; Sun, 16 Aug 2020 10:20:22 -0400 Received: from localhost (unknown [31.210.177.29]) by flashner.co.il (Postfix) with ESMTPSA id 85840404AF; Sun, 16 Aug 2020 14:20:12 +0000 (UTC) Date: Sun, 16 Aug 2020 17:19:40 +0300 From: Efraim Flashner Message-ID: <20200816141940.GB22637@E5400> References: <87d03qptmv.fsf@gmx.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="E39vaYmALEf/7YXx" Content-Disposition: inline In-Reply-To: <87d03qptmv.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-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) 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-Scanner: scn0 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-Spam-Score: -2.61 X-TUID: BRZ7/cLIR9Cg --E39vaYmALEf/7YXx Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 16, 2020 at 03:12:08PM +0100, Pierre Langlois wrote: > Hello Guix! >=20 > In an optimistic attempt to eventually have Icecat on a Pinebook Pro, I > thought I'd try and get rust building on aarch64. Here's a fix for the > post-install phase that had an x86 triplet hardcoded. With this we're > able to start off the bootstrap chain! I forgot about that! It takes so long to build I never bothered with it on my boards. > That being said, each step takes ~5 hours on this machine so this is > going to take a while :-), it's currently working on 1.23. >=20 > So, I suppose this should go into either core-updates or staging? WDYT? I'd go with staging. No one wants to rebuild the rust bootstrap, but they're basically all leaf packages so it's fine. >=20 > Thanks! > Pierre >=20 --=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 --E39vaYmALEf/7YXx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl85QHsACgkQQarn3Mo9 g1G++BAAvJ/q4bAjkKDFevy6fRAS0+CoriVQBv4gG34TlZyqmzAH0Jlr08ld3AfV BwSjJNdBmlpt5PjjE6d6j4dDHCk67yY9FZU7OjkU21UUm9JSURKYt0m6s73Mz0rv Ek5ujZqGAGojJb8o9QlguFeCRrsA+AUKunkxWU1mX7GJhaHYvNk1ETpe6cZ34nU8 JZwVrk737H9SJxPb46lbCMCLPhBIoW2MEX8XtpVtF+j4d2j+POE20qagPxuZ/BrO 1jDDZ/1aTRX1KjbsVLkPVoy1uROgg2gXyO5kyXLJ1iqAt/yq7GKr4g4FzYJiVKB+ 1YTEMKGQGXBb2ro6u0BwybUA1LWTbG/yc79GBV74V1VJv7j0hmFOXcSiELyHHZTg u0RvhDcyhLoTCM1PDSZN/pUkZ8jFz75Yj59P7vW1gZ8E8eOxtixkGBwMg2ueYJDg P5AQwgvp2wuwudnHDN3lbeZi9BOgwvJ1PlMkK5y8u9spmexvA3VyxZEeVA5PMb6B vjgIlqsMOV/TObZh/V0kE9YlU4kROcFuGvjLniR9L/J0zDUce7iwcWqK2vSpN+H4 hBUfghI56CE62V80RserwgVzpkS3h5ZiIcMAUEW0I7kcXXgqJCuty5XQ3+sfPJxT Rg41RRTgPm063fJQWay9qnolNdPh6INDnqdfhd+m1Xb57cUDJRM= =B2bz -----END PGP SIGNATURE----- --E39vaYmALEf/7YXx--