Re: [Buildroot] boot/grub2: grub-core-build-fixes-for-i386 (grub-2.04 + binutils-2.35.2 + pseudo-op .code64)

2021-05-13 Thread Mikhail B. WproxyM
As expected, they do not want to include fix patch, because "The GRUB 2.04 release is a few years old." -- Best regards, Mikhail B. ср, 28 апр. 2021 г. в 16:23, Mikhail B. WproxyM : > >What about having this patch submitted to upstream Grub ? > > Idea is nice, but I am not sure that it will wor

Re: [Buildroot] boot/grub2: grub-core-build-fixes-for-i386 (grub-2.04 + binutils-2.35.2 + pseudo-op .code64)

2021-05-13 Thread John Paul Adrian Glaubitz
Hello Mikhail! On 5/13/21 9:19 AM, Mikhail B. WproxyM wrote: > As expected, they do not want to include fix patch, because "The GRUB 2.04 > release is a few years old." Since GRUB 2.06 will hopefully be released within the next weeks, you should be able to upgrade to the new upstream release, are

Re: boot/grub2: grub-core-build-fixes-for-i386 (grub-2.04 + binutils-2.35.2 + pseudo-op .code64)

2021-05-13 Thread Jan Nieuwenhuizen
Daniel Kiper writes: Hello Daniel, > May I ask you to try latest GRUB master git branch [1]? The GRUB 2.04 > release is a few years old. We are going to release 2.06 soon. Sure. The bug is still there (see attached patch to reproduce using Guix): --8<---cut here---start

Re: [2.06 RELEASE PATCH v2 1/4] types: Define PRI{x,d}GRUB_INT{32,64}_T format specifiers

2021-05-13 Thread Daniel Kiper
On Wed, May 12, 2021 at 05:46:13PM +0200, Javier Martinez Canillas wrote: > There are already constant macros defined for unsigned integers but no for > signed integers. Add macro constants for format specifiers of the latter. > > Suggested-by: Daniel Kiper > Signed-off-by: Javier Martinez Canilla