URL:
  <http://savannah.gnu.org/bugs/?46951>

                 Summary: Build breakage on GNOME Continuous
                 Project: GNU GRUB
            Submitted by: ebassi
            Submitted on: Fri 22 Jan 2016 01:05:25 PM GMT
                Category: Compilation
                Severity: Major
                Priority: 5 - Normal
              Item Group: Software Error
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: ebassi
        Originator Email: [email protected]
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 
                 Release: Git master
         Reproducibility: Every Time
         Planned Release: None

    _______________________________________________________

Details:

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"]






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46951>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


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

Reply via email to