URL:
  <https://savannah.gnu.org/bugs/?56264>

                 Summary: 2.04-rc1 -- typo?
                 Project: GNU GRUB
            Submitted by: bergerkos
            Submitted on: Fri 03 May 2019 10:22:29 PM UTC
                Category: Compilation
                Severity: Major
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 
                 Release: other
         Reproducibility: None
         Planned Release: None

    _______________________________________________________

Details:

While building grub-2.04-rc1 I encounter this fatal error:

In file included from grub-core/osdep/blocklist.c:6:
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);
                                                                
Is this a typo or other kind of problem?
                                                                   Since
FILE_TYPE_NO_DECOMPRESS is only found on my system in grub source tree, and
there only in this file grub-core/osdep/generic/blocklist.c -- I just tried
the first logical thing to do: fixing FILE_TYPE_NO_DECOMPRESS on lines 62,119
to GRUB_FILE_TYPE_NO_DECOMPRESS (which is used in the rest of the file). That
fixed the compilation process and it went well to the end.





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56264>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/


_______________________________________________
Bug-grub mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to