From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id cyGyMs7awGTcMgEASxT56A (envelope-from ) for ; Wed, 26 Jul 2023 10:35:26 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 8OW2Mc7awGQbPAAA9RJhRA (envelope-from ) for ; Wed, 26 Jul 2023 10:35:26 +0200 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 7B4D83075C for ; Wed, 26 Jul 2023 10:35:26 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=kIwZs7rn; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1690360526; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=/RRrzVHX7Ndyuzx7ZouTEM9byjiKVIGKBxPYbhVe8e0=; b=OKPacFU3K+H4OJOh+HRR38SvShOx7zVYps8t3CqlOVRwcN/jagQwpdpO1kqljncNBFEt6h wsPAx0wmw87/BOyFfxFvzK8suAh2XFYzYNKd2sqrmg9Pmaf8HLEwc6hEs5jkLPaeS9SiNX rboIgxFw18UNl3cpGgpuYAbxg1UoF1AG2XQbc4ddFu+E8OvelmLWVNyfZZ60jO/S9KXCm3 CGm1t8kcQcrcH6YXp3EyII9MC505+LUHLEnk1QAkZubGPDMMNm5slf1zVGzeKeYqC3GxUy tw22Ku4zhWtcbKzZjGmy+gKpRJc2ePvynZapqzlUgyfQlBjrr/Ls2LMS7x+7wA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1690360526; a=rsa-sha256; cv=none; b=py4XeUxvxvwx8nSGk/iZfjzUjrXRMYIHrAL1clU+ugaOUJt6J/nUJOGc2O1lIO7fo+7i9S 4HMgx1zwy9t9V1jHeF9xM+KIAxQsA7zdEFLikbqTjUMc892z6TKy1a9hcjkSPkij7ffhrr c5sQCewcCoz1VDvQzk3qO+NoJ11STzp+zU3SAPScxPo+85KIZ5NUPXOlWPFVe2G476eY2P +A+yJnOZEzhA4CBNPMB0cVnzrVB6eYUIVBoaQ78tytN71plz34jWsvCumJFwk8tayKLRiJ HKbo11T/X3I+YUp91BcZgmkFrsnjMMWdDAQMURgOarj/QwjcJU918k3q2QcorQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=kIwZs7rn; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qOZz7-0007ag-D9; Wed, 26 Jul 2023 04:35:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qOZz4-0007Zz-Js for guix-patches@gnu.org; Wed, 26 Jul 2023 04:35:02 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qOZz4-0003FC-AF for guix-patches@gnu.org; Wed, 26 Jul 2023 04:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qOZz4-0005uI-5G for guix-patches@gnu.org; Wed, 26 Jul 2023 04:35:02 -0400 Subject: bug#64820: [PATCH v2] gnu: Add rvvm. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 26 Jul 2023 08:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 64820 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Juliana Sims Cc: vagrant@debian.org, ludo@gnu.org, 64820-done@debbugs.gnu.org Received: via spool by 64820-done@debbugs.gnu.org id=D64820.169036048422674 (code D ref 64820); Wed, 26 Jul 2023 08:35:01 +0000 Received: (at 64820-done) by debbugs.gnu.org; 26 Jul 2023 08:34:44 +0000 Received: from localhost ([127.0.0.1]:47516 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qOZym-0005td-3d for submit@debbugs.gnu.org; Wed, 26 Jul 2023 04:34:44 -0400 Received: from mail-lf1-x130.google.com ([2a00:1450:4864:20::130]:45377) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qOZyk-0005tQ-8F for 64820-done@debbugs.gnu.org; Wed, 26 Jul 2023 04:34:43 -0400 Received: by mail-lf1-x130.google.com with SMTP id 2adb3069b0e04-4fe0e23a4b1so1097245e87.3 for <64820-done@debbugs.gnu.org>; Wed, 26 Jul 2023 01:34:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1690360476; x=1690965276; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender:from:to :cc:subject:date:message-id:reply-to; bh=/RRrzVHX7Ndyuzx7ZouTEM9byjiKVIGKBxPYbhVe8e0=; b=kIwZs7rnJZOjw5Au0Rpl6S3yG482WxUuNnZNrjNaJjUz8VLzoT+glJH/so0ewpWKbB 05qPXWsv8e+s4GsJb55REChL4skqcJ4MltEQhm5kUBRaZlYIhC9/lQ8JHfDW8gB1/B+s exI8sbP44tZ5w2lmukOvvjzKLcy3sDpR2uBYfkSTKZ8LvfVBoM86mN6hkTNfO6uYhx8R osRV0jS5kieReOUmb/344nevHXD1aHvMOMrOBCo8PNnNGRD3ZDYyvttg/KJfTI8yAkkr rW2Dl+Z7P8h2SfgA6He3dsfmRSpd4Tr1aBPTpfAe9321CfP5hIWIwbJs2+w+BRtI7Uiq 6g/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690360476; x=1690965276; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=/RRrzVHX7Ndyuzx7ZouTEM9byjiKVIGKBxPYbhVe8e0=; b=IOpYnPn156M7UPa8NXzZtJh3/CdX2s5LHvSxUxpUWQ32RI9mKwG3nKetfJBYwRWfp1 NqgmPv30BrGKiXdIbfAvmkDS4AZlOhl3a0rg/IoQpaTHlAl6kqJb2XbPy+m+w5fanNQ1 nzzE3flYV7vTVREwvrSdtzV72EckHxHDqA9i7xLXFSUKkKwJbi+JB8c4KwZJGtb39kWv dEMF02zIyrS9PMsneXt2X5DwAHTFx3nab76xC28pZe0F1gRmv4cFCgwKF0dXJUxRR5dJ d263BMnq+9lhiqoxffoPlozSdMGoy9a71Kx+rtyujpBXXASWInh69NAhdqw7j98w7l30 qmDQ== X-Gm-Message-State: ABy/qLapXuykFUct7hkQndztGXjfGRwRIiXnFyB2ufCq8CHD9vXm9rNU Eq/1ABca3HMs84XxSUjY79Y= X-Google-Smtp-Source: APBJJlFd3uDO5FkcT1w6Iy+HhmH7IeqHn0PSAVt/N99jltgXzPTZ80coigZ13z7+xmncZhnV5ovR/w== X-Received: by 2002:ac2:499c:0:b0:4fe:993:2218 with SMTP id f28-20020ac2499c000000b004fe09932218mr869501lfl.31.1690360476157; Wed, 26 Jul 2023 01:34:36 -0700 (PDT) Received: from localhost ([141.226.14.192]) by smtp.gmail.com with ESMTPSA id q9-20020adfcd89000000b0030ae3a6be4asm19063162wrj.72.2023.07.26.01.34.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Jul 2023 01:34:35 -0700 (PDT) Date: Wed, 26 Jul 2023 11:34:34 +0300 From: Efraim Flashner Message-ID: Mail-Followup-To: Efraim Flashner , Juliana Sims , 64820-done@debbugs.gnu.org, ludo@gnu.org, vagrant@debian.org References: <20230725184321.20712-1-juli@incana.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="fDIgqErSJCRQwAmT" Content-Disposition: inline In-Reply-To: <20230725184321.20712-1-juli@incana.org> 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx2.migadu.com X-Migadu-Spam-Score: -2.79 X-Spam-Score: -2.79 X-Migadu-Queue-Id: 7B4D83075C X-TUID: s7d1Kxud2sqU --fDIgqErSJCRQwAmT Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I made some changes to the install phase to match the install from the Makefile and I adjusted the configure-flags to not try to use JIT on unsupported architectures. --=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 --fDIgqErSJCRQwAmT Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmTA2poACgkQQarn3Mo9 g1E8khAAuZFrYiuhey/ILL2AWOjyA5zm6Mk+LZN8kwtL3GQyaFDComWxbZMpTGsp POo9APkuW1TlxfaNvpiWf5apAeZhrCYl3vv0tnEXaNGPJhRtig+Rc8VWKok1zGvx 2UlpkRPq3V3Fqlwm/8mgqcdponNa2ZX6DGi6Ay2D/M20ifPtWfMItzx7LS+ROVBY B5410JMYpBBdHnh0m5YbYadQ6Pgd4uDawg6B93tPijLZOhN/X2OXicarzKuF1T7K TSKSgCvsewGS+HsEcKWxeIDkEXgw0ie4j3rXOj/6fkUE0pT+8QYdZwPgRrOeot6/ QDCFZaP4RxoT7wpb9c9NSBrQJzm58B1YFYupUakB+5BkPU21SOns+Fh8RWkzwVQV 1Kkr/fTxTlrgGVkrlWiIhpQ8ry+r1GdpG6pDRP64o/mlFr9HctqB1CwLVtmWf+Bz OfeAs5Tuk1hmBa/oD0qJq4bOIQIZkZWwkTQrdDcUEc8ftIFvUZeBPOEGeRudnYki isw2Geu3DPWI2oTIxbWdreF/JnBiHJIBvSMQo1PDXdGxraVjvoGA/Czt3V9Wt1Vj RNkEXQ7Co9HETPylYMbc2SJDFLP3RJc+H8ax8fUQi53sER5XcMtsqgAob9PBluu9 5CdABAn5PSR8TlhCLv6nHgQp4TiJnCil+n91eSkZiZPNLjVFs7o= =2Bk1 -----END PGP SIGNATURE----- --fDIgqErSJCRQwAmT--