bugGNU GRUB - Bugs: bug #46951, Build breakage on GNOME Continuous

 
 

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

bug #46951: Build breakage on GNOME Continuous

Submitter:  Emmanuele Bassi <ebassi>
Submitted:  Fri 22 Jan 2016 01:05:25 PM UTC
   
 
Category:  Compilation Severity:  Major
Priority:  5 - Normal Item Group:  Software Error
Status:  Fixed Privacy:  Public
Assigned to:  None Originator Name:  ebassi
Open/Closed:  Closed Release:  Git master
Release:  Reproducibility:  Every Time
Planned Release:  None

Fri 22 Jan 2016 01:11:34 PM UTC, comment #1: 

Fixed it. Thank you for report

Vladimir Serbinenko <phcoder>
Group administrator
Fri 22 Jan 2016 01:05:25 PM UTC, original submission:  

Hi;

this commit:

  http://git.savannah.gnu.org/cgit/grub.git/commit/?id=ae3b83a4d4df75a01198a2fed7542391e7c449e0

broke the build in the GNOME continuous build and deployment environment, with the error:

../../grub-core/efiemu/mm.c: In function 'fill_hook':
../../grub-core/efiemu/mm.c:413:12: error: 'GRUB_MEMORY_PRAM' undeclared (first use in this function)
       case GRUB_MEMORY_PRAM:
            ^
../../grub-core/efiemu/mm.c:413:12: note: each undeclared identifier is reported only once for each function it appears in
../../grub-core/efiemu/mm.c:414:12: error: 'GRUB_MEMORY_PMEM' undeclared (first use in this function)
       case GRUB_MEMORY_PMEM:
            ^
../../grub-core/efiemu/mm.c: In function 'grub_efiemu_mmap_iterate':
../../grub-core/efiemu/mm.c:486:8: error: 'GRUB_MEMORY_PMEM' undeclared (first use in this function)
        GRUB_MEMORY_PMEM, hook_data);
        ^

The configuration flags are:

  "config-opts": ["--with-platform=pc",
                  "--disable-grub-mkfont",
                  "--enable-liblzma=no",
                  "--enable-device-mapper=no",
                  "--enable-libzfs=no"]


Emmanuele Bassi <ebassi>

 

(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 (Posted a comment)
  • -email is unavailable- added by ebassi (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
    2016-01-22 phcoder StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code