From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id eHUZOvblrGLkIgEAbAwnHQ (envelope-from ) for ; Fri, 17 Jun 2022 22:37:11 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id OCENOvblrGKffwEA9RJhRA (envelope-from ) for ; Fri, 17 Jun 2022 22:37:10 +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 96A002A26E for ; Fri, 17 Jun 2022 22:37:10 +0200 (CEST) Received: from localhost ([::1]:49150 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o2IiL-0001D5-IP for larch@yhetil.org; Fri, 17 Jun 2022 16:37:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33752) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2IiE-0001Cr-OO for guix-patches@gnu.org; Fri, 17 Jun 2022 16:37:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53164) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o2IiE-0006Mq-G0 for guix-patches@gnu.org; Fri, 17 Jun 2022 16:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o2IiE-0000MD-De for guix-patches@gnu.org; Fri, 17 Jun 2022 16:37:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55343] Add support for 32bit UEFI Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 17 Jun 2022 20:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55343 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Denis 'GNUtoo' Carikli , Mathieu Othacehe Cc: Maxime Devos , 55343@debbugs.gnu.org Received: via spool by 55343-submit@debbugs.gnu.org id=B55343.16554982061349 (code B ref 55343); Fri, 17 Jun 2022 20:37:02 +0000 Received: (at 55343) by debbugs.gnu.org; 17 Jun 2022 20:36:46 +0000 Received: from localhost ([127.0.0.1]:47061 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2Ihx-0000Lg-Vc for submit@debbugs.gnu.org; Fri, 17 Jun 2022 16:36:46 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48688) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2Ihw-0000LU-AQ for 55343@debbugs.gnu.org; Fri, 17 Jun 2022 16:36:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44378) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2Ihq-0005KF-3A; Fri, 17 Jun 2022 16:36:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=dNddwOdoxucmhk0K6B9T8WLjPFnw1l/tC1xAUtx8nVw=; b=IRosaehxz1dYXbkCw2LP 3RA+3CQCF8k/d5D+vLD2WVv+ZOxVVhjSdQu8q7r3CNw4m+xsgf8s4ZK6Gwqkums6rAJ4qNFpqdV+B 5mmCxl1XcKLb7MafSfBHSFX806/c86Xv+xM9Bcj3DvBCnwGI2Hdr9n8rmQNIGTYp7H5bIVRS4ZyGf qlhGQb/Zac6SLXZGDgGrwP+bYJwiGBmWRk4noCbfcl3tlOb84zvDQY5ca2+h/cVCHLgIppNBSznza 0NyAO9RlsZUgxhAVa3pGw6yzyNn8hgq65dCIAdGub+Q3Pn3x2+jtYZNGJhv+5pKIvath2g5BmISsv Uo1mhfRzMYFFGw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:58300 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2Ihp-0006VS-LE; Fri, 17 Jun 2022 16:36:37 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220510011812.15710e0b@primarylaptop.localdomain> <20220509232451.30605-1-GNUtoo@cyberdimension.org> <20220509232451.30605-2-GNUtoo@cyberdimension.org> <20220511190023.527dacfa@primarylaptop.localdomain> <73c23088990ce1751410d24ecc84580c9811fe2a.camel@telenet.be> <20220518155003.4ef86460@primarylaptop.localdomain> <20220611184135.7bf2ce49@primarylaptop.localdomain> Date: Fri, 17 Jun 2022 22:36:35 +0200 In-Reply-To: <20220611184135.7bf2ce49@primarylaptop.localdomain> (Denis Carikli's message of "Sat, 11 Jun 2022 18:41:35 +0200") Message-ID: <874k0jdo30.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1655498230; 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: content-transfer-encoding:content-transfer-encoding:resent-cc: 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=dNddwOdoxucmhk0K6B9T8WLjPFnw1l/tC1xAUtx8nVw=; b=fhjQYptphWMyHEkP6KuyKw1ajP9SixHmzYNPtOYr4XbAqIXUzRiC2zaxGaIeGMW+ahp/Ab 2p5zC83d0TCD6Bl4YhMS05UHn3Be+XRxmB4LRjVCM2ykSKjy+dvv2Vu6gYpGILRpMCEAWN CcQNTDgyLo9mX2qSIpd5X0Ga2e4qaB8yjh2KeESLpZ7l6EXg20+1r/KmI1gbSar4FWlTUF Az8UQjYQY4WMkATlzcthWViNFX3W7Nmypf/IeO4z5MupuQ0ZnSUx+zmZ8IJGLxDOYwtHLd itGOSz4e7lcioLJ5KsxvCPmgQIqhmGLIHSG8v3jWJLmRqKV8lNXAsvEL0tIx3Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1655498230; a=rsa-sha256; cv=none; b=oKyjEB0zcRKaVIkvsIacohGjXfL1ok9cINqF1VX0yXJhRs/YGTsickNMz3IEbY3X9NXiE4 n3O7tdnvGBBTF2VG/PouiHmTH8OzIqk+LRuX4ropkD8cfuabEgk6LNGJtMceH29xg1fq8Y 4J2yJq9i27xj73odE4QhHfGN9LDjLIMXW6AzDvI7K7eDOxeLGqYbj8S6V8NllQ8Py30uB7 GWdvOE5d7+jBjw/8b7dB1/NmOpBe0cz42OMqVztMhMBtDgqtYo4gb5Lttt9kdd5c+H1+k/ QG5CnAhTNXLYa9PiozFfD6m43NbxIRusMsqXVKVQ8wr4haJTWddFgH+Xh/zoeA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=IRosaehx; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -5.09 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=IRosaehx; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: 96A002A26E X-Spam-Score: -5.09 X-Migadu-Scanner: scn0.migadu.com X-TUID: k75ADLI/adjS Hi Denis, Denis 'GNUtoo' Carikli skribis: > On Wed, 18 May 2022 15:50:03 +0200 > Denis 'GNUtoo' Carikli wrote: > >> On Wed, 11 May 2022 19:25:10 +0200 >> Maxime Devos wrote: >>=20 >> > Denis 'GNUtoo' Carikli schreef op wo 11-05-2022 om 19:00 [+0200]: >> > > [1] Here's the output when trying to build grub-efi32 with >> > > =C2=A0=C2=A0=C2=A0 (list #:target "i686-linux"):=20=20 >> >=20 >> > I don't think it will be relevant to grub-efi32, at least for now, >> > but I have opened an issue for this at >> > . >> Thanks. >>=20 >> Do I still need to do something with the patch serie adding support >> for 32bit UEFI or is everything OK? > As I understood that serie was ready to be merged or is there something > I still need to do on my side? Sorry for the delay; Mathieu, this is more your area of expertise: WDYT? https://issues.guix.gnu.org/55343 Ludo=E2=80=99.