On Fri, Jul 05, 2019 at 07:45:59AM -0400, David Michael wrote: > Signed-off-by: David Michael <fedora....@gmail.com> > --- > > 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 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel