grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] generic/blocklist: Fix flag name


From: Daniel Kiper
Subject: Re: [PATCH] generic/blocklist: Fix flag name
Date: Sat, 6 Jul 2019 00:03:33 +0200
User-agent: NeoMutt/20170113 (1.7.2)

On Fri, Jul 05, 2019 at 07:45:59AM -0400, David Michael wrote:
> Signed-off-by: David Michael <address@hidden>
> ---
>
> Hi,
>
> I tried to test the new release and hit this build failure:
>
> In file included from ../grub-core/osdep/blocklist.c:6:0:
> ../grub-core/osdep/generic/blocklist.c: In function 
> ‘grub_install_get_blocklist’:
> ../grub-core/osdep/generic/blocklist.c:62:67: error: 
> ‘FILE_TYPE_NO_DECOMPRESS’ undeclared (first use in this function); did you 
> mean ‘GRUB_FILE_TYPE_NO_DECOMPRESS’?
>        file = grub_file_open (core_path_dev, GRUB_FILE_TYPE_NONE | 
> FILE_TYPE_NO_DECOMPRESS);
>                                                                    
> ^~~~~~~~~~~~~~~~~~~~~~~
>                                                                    
> GRUB_FILE_TYPE_NO_DECOMPRESS
> ../grub-core/osdep/generic/blocklist.c:62:67: note: each undeclared 
> identifier is reported only once for each function it appears in
>
> It seems to be fixed by this change.  Can it be applied for the next release?

Hmmm... How come? Several people at least build tested GRUB before
release and this did not surface. Could you tell us which options you
use with configure script? Anyway, patch LGTM but I want to know why the
breakage did not appeared earlier.

Daniel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]