bug-grub
[Top][All Lists]
Advanced

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

[bug #56264] 2.04-rc1 -- typo?


From: Kostya Berger
Subject: [bug #56264] 2.04-rc1 -- typo?
Date: Fri, 3 May 2019 18:22:31 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:66.0) Gecko/20100101 Firefox/66.0

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/




reply via email to

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