bugGNU GRUB - Bugs: bug #56264, 2.04-rc1 -- typo?

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #56264: 2.04-rc1 -- typo?

Submitter:  Kostya Berger <bergerkos>
Submitted:  Fri 03 May 2019 10:22:29 PM UTC
   
 
Category:  Compilation Severity:  Major
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  None Originator Name: 
Open/Closed:  Closed Release:  other
Release:  Reproducibility:  None
Planned Release:  None

Sat 03 Aug 2019 01:13:23 PM UTC, comment #1: 

as per current git version (grub-2.04-10-g4e75b2ae3) this code has been fixed.

Anatoly Pugachev <matorola>
Fri 03 May 2019 10:22:29 PM UTC, original submission:  

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.

Kostya Berger <bergerkos>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by phcoder (Updated the item)
  • -email is unavailable- added by matorola (Posted a comment)
  • -email is unavailable- added by bergerkos (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-08-03 phcoder StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code