Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 681008 - sys-boot/grub-2.02-r1 - In file included from .../work/grub-2.02/grub-core/efiemu/runtime/efiemu.c:33: .../work/grub-2.02/include/grub/efiemu/runtime.h:36:1: error: alignment 1 of ‘struct efi_variable’ is less than 8 [-Werror=packed-not-aligned]
Summary: sys-boot/grub-2.02-r1 - In file included from .../work/grub-2.02/grub-core/ef...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-20 12:38 UTC by Thomas Beutin
Modified: 2019-03-21 03:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (gzipped) (build.log.gz,71.70 KB, application/gzip)
2019-03-20 12:40 UTC, Thomas Beutin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Beutin 2019-03-20 12:38:49 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H  -I/var/tmp/portage/sys-boot/grub-2.02-r1/work/grub-2.02/grub-core/efiemu/runtime -DGRUB_FILE=\"efiemu/runtime/efiemu.c\" -I. -I/var/tmp/portage/sys-boot/grub-2.02-r1/work/grub-2.02/grub-core -I.. -I/var/tmp/portage/sys-boot/grub-2.02-r1/work/grub-2.02 -I/var/tmp/portage/sys-boot/grub-2.02-r1/work/grub-2.02/include -I../include -I/var/tmp/portage/sys-boot/grub-2.02-r1/work/grub-2.02/grub-core/lib/libgcrypt-grub/src/ -m32 -Wall -Werror -nostdlib -static -O2 -c -o efiemu32.o.bin /var/tmp/portage/sys-boot/grub-2.02-r1/work/grub-2.02/grub-core/efiemu/runtime/efiemu.c
In file included from /var/tmp/portage/sys-boot/grub-2.02-r1/work/grub-2.02/grub-core/efiemu/runtime/efiemu.c:33:
/var/tmp/portage/sys-boot/grub-2.02-r1/work/grub-2.02/include/grub/efiemu/runtime.h:36:1: error: alignment 1 of ‘struct efi_variable’ is less than 8 [-Werror=packed-not-aligned]
 } GRUB_PACKED;
 ^
cc1: all warnings being treated as errors
make[3]: *** [Makefile:44696: efiemu32.o] Error 1
make[3]: Leaving directory '/var/tmp/portage/sys-boot/grub-2.02-r1/work/grub-2.02-pc/grub-core'
make[2]: *** [Makefile:24207: all] Error 2
make[2]: Leaving directory '/var/tmp/portage/sys-boot/grub-2.02-r1/work/grub-2.02-pc/grub-core'
make[1]: *** [Makefile:11296: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/sys-boot/grub-2.02-r1/work/grub-2.02-pc'
make: *** [Makefile:3516: all] Error 2
Comment 1 Thomas Beutin 2019-03-20 12:40:16 UTC
Created attachment 569966 [details]
build.log (gzipped)
Comment 2 Larry the Git Cow gentoo-dev 2019-03-21 03:39:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598e8b3f76a437208ff1a34e33aa68dd8d518475

commit 598e8b3f76a437208ff1a34e33aa68dd8d518475
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2019-03-21 03:38:07 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2019-03-21 03:38:07 +0000

    sys-boot/grub: 2.02-r3 stable on amd64 and x86
    
    Closes: https://bugs.gentoo.org/681008
    Package-Manager: Portage-2.3.62, Repoman-2.3.12_p83
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-boot/grub/grub-2.02-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)