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 2B3SMtzo11+vXwAA0tVLHw (envelope-from ) for ; Mon, 14 Dec 2020 22:36: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 wPWdLtzo1188fQAAB5/wlQ (envelope-from ) for ; Mon, 14 Dec 2020 22:36: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 7282A940253 for ; Mon, 14 Dec 2020 22:36:12 +0000 (UTC) Received: from localhost ([::1]:48652 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kowRv-0000ru-EJ for larch@yhetil.org; Mon, 14 Dec 2020 17:36:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:53908) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kowRm-0000p5-Nh for guix-patches@gnu.org; Mon, 14 Dec 2020 17:36:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:43286) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kowRm-0007h9-G9 for guix-patches@gnu.org; Mon, 14 Dec 2020 17:36:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kowRm-0007w5-DV for guix-patches@gnu.org; Mon, 14 Dec 2020 17:36:02 -0500 Subject: bug#45225: [PATCH] gnu: grub: Fix unicode font loading when booting over TFTP. Resent-From: Danny Milosavljevic Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 14 Dec 2020 22:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 45225 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Stefan Mail-Followup-To: 45225@debbugs.gnu.org, dannym@scratchpost.org, stefan-guix@vodafonemail.de Received: via spool by 45225-done@debbugs.gnu.org id=D45225.160798531530445 (code D ref 45225); Mon, 14 Dec 2020 22:36:02 +0000 Received: (at 45225-done) by debbugs.gnu.org; 14 Dec 2020 22:35:15 +0000 Received: from localhost ([127.0.0.1]:54830 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kowR1-0007uz-CQ for submit@debbugs.gnu.org; Mon, 14 Dec 2020 17:35:15 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:37032) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kowQz-0007uq-RR for 45225-done@debbugs.gnu.org; Mon, 14 Dec 2020 17:35:14 -0500 Received: from localhost (80-110-125-229.cgn.dynamic.surfer.at [80.110.125.229]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 28B3C33601B6; Mon, 14 Dec 2020 23:35:12 +0100 (CET) Date: Mon, 14 Dec 2020 23:35:10 +0100 From: Danny Milosavljevic Message-ID: <20201214233510.40725a4d@scratchpost.org> In-Reply-To: References: X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/6dyrJLIINAELupInINCDOSs"; protocol="application/pgp-signature"; micalg=pgp-sha512 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: , Cc: 45225-done@debbugs.gnu.org Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -0.91 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-Migadu-Queue-Id: 7282A940253 X-Spam-Score: -0.91 X-Migadu-Scanner: scn0.migadu.com X-TUID: aVKezJycGnRI --Sig_/6dyrJLIINAELupInINCDOSs Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Stefan, your patch file arrived mangled in my mailbox. On Sun, 13 Dec 2020 18:25:24 +0100 Stefan wrote: >diff --git a/gnu/bootloader/grub.scm b/gnu/bootloader/grub.scm >index af7b7561ff..3177452dfb 100644 >--- a/gnu/bootloader/grub.scm >+++ b/gnu/bootloader/grub.scm >@@ -191,9 +191,18 @@ fi~%" > (define font-file For example, the original source file had here two spaces before the "defin= e". But the Patch format needs one control character in front. In this case (for the Context mark), the control character should also be a space. That means there should be three spaces there. But there are two spaces th= ere. It goes on similarly in the entire patch file. I've fixed it up manually and pushed to guix master--but you might want to look into why this happens in general before something important gets mangled. --Sig_/6dyrJLIINAELupInINCDOSs Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl/X6J4ACgkQ5xo1VCww uqUPAAgAg7T2WCmi9SX15hUIl98NwoDUHBGKg1DNIGM1VXWxPYjRndTFfgieHpY2 VWipynBu5fdgdbeYR/bsI0Vm4s1ZVkDHHFiopb4CVUkXVh+FaWohSu75XK4BuY9b 5CW/E9FOBJrFq8OUraUz06bh0lVrGEXtOQxjbRSvDJO+pW9bF5YBc0y04TYoIrJT 726ILPBqaNF8C+29eDfX+4j9cqt6e3qUzpU1x61CMLlJVaqex1Q74yiUEg0FMXrQ jndp4npUJZ1sHLozrPgXozYRJ/pCF7I2Cc+dWLt2vfCID490AzFDBVdJOu5/WuX9 8SDI20nJImoFM/cO3P5Gz/aJMzYYmA== =nb+E -----END PGP SIGNATURE----- --Sig_/6dyrJLIINAELupInINCDOSs--