* [Buildroot] [Bug 8991] New: grub2 fails to compile
@ 2016-06-14 11:54 bugzilla at busybox.net
2016-06-14 12:13 ` [Buildroot] [Bug 8991] " bugzilla at busybox.net
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2016-06-14 11:54 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8991
Bug ID: 8991
Summary: grub2 fails to compile
Product: buildroot
Version: 2016.05
Hardware: PC
OS: Linux
Status: NEW
Severity: major
Priority: P5
Component: Other
Assignee: unassigned at buildroot.uclibc.org
Reporter: ian_ormshaw at waters.com
CC: buildroot at uclibc.org
Target Milestone: ---
Created attachment 6461
--> https://bugs.busybox.net/attachment.cgi?id=6461&action=edit
patch to fix compilation error
grub2 fails to compile with the following error:
gettext/gettext.c:37:36: error: storage size of 'main_context' isn't known
static struct grub_gettext_context main_context, secondary_context;
file grub2-2.00/grub-core/gettext/gettext.c
the structure grub_gettext_context is not defined until line 62 line
The attached patch contains the changes I made to fix the issue
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 8991] grub2 fails to compile
2016-06-14 11:54 [Buildroot] [Bug 8991] New: grub2 fails to compile bugzilla at busybox.net
@ 2016-06-14 12:13 ` bugzilla at busybox.net
2016-06-14 12:47 ` bugzilla at busybox.net
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2016-06-14 12:13 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8991
--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Thanks for your report!
Could you provide the Buildroot version, and Buildroot configuration file that
allow to produce this build failure?
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 8991] grub2 fails to compile
2016-06-14 11:54 [Buildroot] [Bug 8991] New: grub2 fails to compile bugzilla at busybox.net
2016-06-14 12:13 ` [Buildroot] [Bug 8991] " bugzilla at busybox.net
@ 2016-06-14 12:47 ` bugzilla at busybox.net
2016-06-14 12:50 ` bugzilla at busybox.net
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2016-06-14 12:47 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8991
--- Comment #2 from Dr I J Ormshaw <ian_ormshaw@waters.com> ---
Created attachment 6466
--> https://bugs.busybox.net/attachment.cgi?id=6466&action=edit
config file
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 8991] grub2 fails to compile
2016-06-14 11:54 [Buildroot] [Bug 8991] New: grub2 fails to compile bugzilla at busybox.net
2016-06-14 12:13 ` [Buildroot] [Bug 8991] " bugzilla at busybox.net
2016-06-14 12:47 ` bugzilla at busybox.net
@ 2016-06-14 12:50 ` bugzilla at busybox.net
2016-06-15 7:09 ` bugzilla at busybox.net
2016-07-25 20:10 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2016-06-14 12:50 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8991
--- Comment #3 from Dr I J Ormshaw <ian_ormshaw@waters.com> ---
Version as reported 2016-05
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 8991] grub2 fails to compile
2016-06-14 11:54 [Buildroot] [Bug 8991] New: grub2 fails to compile bugzilla at busybox.net
` (2 preceding siblings ...)
2016-06-14 12:50 ` bugzilla at busybox.net
@ 2016-06-15 7:09 ` bugzilla at busybox.net
2016-07-25 20:10 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2016-06-15 7:09 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8991
--- Comment #4 from Dr I J Ormshaw <ian_ormshaw@waters.com> ---
Created attachment 6476
--> https://bugs.busybox.net/attachment.cgi?id=6476&action=edit
config derived from qemu_x86_64_defconfig
The following is what seems to cause the error
grub2:Platform (x86-64-efi)
(boot linux ext2 fat squash4 part_msdos part_gpt normal efi_gop terminal)
builtin modules
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 8991] grub2 fails to compile
2016-06-14 11:54 [Buildroot] [Bug 8991] New: grub2 fails to compile bugzilla at busybox.net
` (3 preceding siblings ...)
2016-06-15 7:09 ` bugzilla at busybox.net
@ 2016-07-25 20:10 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2016-07-25 20:10 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8991
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #5 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Fixed in
https://git.buildroot.org/buildroot/commit/?id=4770c4ef83f89fc3348fd6df636b0e4adac05d16.
Thanks for reporting the bug!
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-07-25 20:10 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-14 11:54 [Buildroot] [Bug 8991] New: grub2 fails to compile bugzilla at busybox.net
2016-06-14 12:13 ` [Buildroot] [Bug 8991] " bugzilla at busybox.net
2016-06-14 12:47 ` bugzilla at busybox.net
2016-06-14 12:50 ` bugzilla at busybox.net
2016-06-15 7:09 ` bugzilla at busybox.net
2016-07-25 20:10 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox