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 SIhTHAxnDF8cbgAA0tVLHw (envelope-from ) for ; Mon, 13 Jul 2020 13:52:12 +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 QEERGAxnDF+aagAAB5/wlQ (envelope-from ) for ; Mon, 13 Jul 2020 13:52:12 +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 048FE940222 for ; Mon, 13 Jul 2020 13:52:12 +0000 (UTC) Received: from localhost ([::1]:51658 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1juysM-0002jP-UJ for larch@yhetil.org; Mon, 13 Jul 2020 09:52:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57324) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1juysE-0002hw-DC for bug-guix@gnu.org; Mon, 13 Jul 2020 09:52:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36271) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1juysE-0003rB-3L for bug-guix@gnu.org; Mon, 13 Jul 2020 09:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1juysE-00085P-23 for bug-guix@gnu.org; Mon, 13 Jul 2020 09:52:02 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#41982: [PATCH v2] grub-core: Build fixes for i386 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 13 Jul 2020 13:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41982 X-GNU-PR-Package: guix X-GNU-PR-Keywords: patch To: Jan Nieuwenhuizen Received: via spool by 41982-submit@debbugs.gnu.org id=B41982.159464829931054 (code B ref 41982); Mon, 13 Jul 2020 13:52:02 +0000 Received: (at 41982) by debbugs.gnu.org; 13 Jul 2020 13:51:39 +0000 Received: from localhost ([127.0.0.1]:47817 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1juyrq-00084n-UC for submit@debbugs.gnu.org; Mon, 13 Jul 2020 09:51:39 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43400) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1juyrp-00084a-0Z for 41982@debbugs.gnu.org; Mon, 13 Jul 2020 09:51:37 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36147) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1juyrj-0003on-N6; Mon, 13 Jul 2020 09:51:31 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=34790 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1juyrj-0003Ti-2q; Mon, 13 Jul 2020 09:51:31 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87ftamrlcz.fsf@gnu.org> <87imexncec.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 26 Messidor an 228 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 13 Jul 2020 15:51:29 +0200 In-Reply-To: <87imexncec.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Wed, 08 Jul 2020 19:29:31 +0200") Message-ID: <87r1tfplpa.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: bug-grub@gnu.org, 41982@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: gl0BnhRR6kIB Hi! Jan Nieuwenhuizen skribis: > Jan Nieuwenhuizen writes: > > Hello! > >> When cross-compiling Grub-2.04 from i386-linux-gnu to i586-pc-hurd on >> GNU Guix, I got this error > > Today, we found* that my patch introduced a regression: a native, EFI > build on i686-linux-gnu failed with > > lib/i386/relocator64.S:97: Error: bad register name `%rsp' > > The attached v2 fixes that. On the Guix side I guess you can go ahead and apply it. Well done! Ludo=E2=80=99.