From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id yZUcHZJ99F4TYAAA0tVLHw (envelope-from ) for ; Thu, 25 Jun 2020 10:33:54 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id ENGhGJJ99F5XRQAAB5/wlQ (envelope-from ) for ; Thu, 25 Jun 2020 10:33:54 +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 E07DA940144 for ; Thu, 25 Jun 2020 10:33:53 +0000 (UTC) Received: from localhost ([::1]:40602 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1joPCa-000115-IQ for larch@yhetil.org; Thu, 25 Jun 2020 06:33:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38742) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1joPAp-0007D0-0N for guix-patches@gnu.org; Thu, 25 Jun 2020 06:32:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56446) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1joPAo-0000Ym-CP for guix-patches@gnu.org; Thu, 25 Jun 2020 06:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1joPAo-0004YG-8u for guix-patches@gnu.org; Thu, 25 Jun 2020 06:32:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41648] [PATCH 0/2] JamVM: Add aarch64-linux support Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 25 Jun 2020 10:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41648 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Simon South Cc: 41648@debbugs.gnu.org Received: via spool by 41648-submit@debbugs.gnu.org id=B41648.159308107017424 (code B ref 41648); Thu, 25 Jun 2020 10:32:02 +0000 Received: (at 41648) by debbugs.gnu.org; 25 Jun 2020 10:31:10 +0000 Received: from localhost ([127.0.0.1]:39759 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joP9y-0004Wy-Al for submit@debbugs.gnu.org; Thu, 25 Jun 2020 06:31:10 -0400 Received: from flashner.co.il ([178.62.234.194]:33056) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joP9w-0004Wl-Gb for 41648@debbugs.gnu.org; Thu, 25 Jun 2020 06:31:09 -0400 Received: from localhost (unknown [31.210.181.184]) by flashner.co.il (Postfix) with ESMTPSA id 9A25C4005F; Thu, 25 Jun 2020 10:31:02 +0000 (UTC) Date: Thu, 25 Jun 2020 13:30:30 +0300 From: Efraim Flashner Message-ID: <20200625103030.GB21908@E5400> References: <20200601171211.7272-1-simon@simonsouth.net> <87pna0301m.fsf@simonsouth.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="V0207lvV8h4k8FAm" Content-Disposition: inline In-Reply-To: <87pna0301m.fsf@simonsouth.net> 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: 9V7HWdeZcZ3G --V0207lvV8h4k8FAm Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I tested this on aarch64 for aarch64 and for armhf. aarch64 failed as expected in icedtea@1. I'm not sure about applying this to master or staging, 'guix refresh -l icedtea@1' says ~440 packages which is too many for master but they are all x86_64. LGTM, not sure which branch to apply to. --=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 --V0207lvV8h4k8FAm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl70fMYACgkQQarn3Mo9 g1EfXQ/8CXLhBeTPdjjoi6i+REluq9mdrT5dGeX467qZJGVbXz6p6qjU453FKBqS 1q8yjRst8slEB9dAx+ktzoXJQRvCox9kV6PJ9SKlz4poHn8t59FXjYOgUG6L7u3G y6BzrDQQTYd4qL2mxBG7Yn/nR0o+TA/FOgfj7D978PuH3rPO5zx740jZSxtBIjhH cEgf/bCJHyyY0qJdGSlTO70MGBMNx6QtT8xwNXlirS0Ls05VIk1X6/CUD5b37F8k 1FF2HA1dnDqjfY02BGFKNzIsBa7BmcBCWNH/uId6LmHOJoYj8AxdPY+SJeCYNE6x VOv/UV50z7Y2X61ZIRlnQRnCx7wE6ujSahkuG1mN1McLsXzoitka6Jvsueq6s84W MKcWs6hwu1rRHxLbfBZUoMELH1UoQ+nx2gNegSYmA6xH1LYE4b19TaBIjFnpZXa3 DPyEyA0q83zKeOu8j+VraVnsustmPLEnaGHbt7ar2W54w5YBTehGssd+iaAGwR7I T0vh5iaKSz2PXugsNLshspWI1uoEPu+jK5eiGT/WyzQpP6nYUC7ljdEW354b1lK1 mo55+sAwGg/U2NEcxDhf34aaAzDtIZ72wKNkWplNnIBJ7OIFf8cuq6baXUcRS/6B 5+gDHZyfOTXaEYI4LuxPqeJChHBM7zHDLNd5SrZmpm73H8eSu1I= =nw60 -----END PGP SIGNATURE----- --V0207lvV8h4k8FAm--