Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 422835 - sys-boot/grub-2.00_beta6: efiemu useflag not handled correctly
Summary: sys-boot/grub-2.00_beta6: efiemu useflag not handled correctly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-21 13:07 UTC by Rafał Mużyło
Modified: 2012-06-25 03:56 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafał Mużyło 2012-06-21 13:07:35 UTC
I don't have the build log at hand, but a quick look at configure.ac explains the problem:
- target_cpu != i386
- platform = efi
if any of those two conditions is met while --enable-efiemu is passed, configure will die.
Seems to be a case of REQUIRED_USE in regard of first one, but something different in second case.
Comment 1 Mike Gilbert gentoo-dev 2012-06-25 03:56:24 UTC
I modified the logic so that --enable-efiemu will only be passed in conditions where it is valid. This is in grub-2.00_rc1.

There probably should be a REQUIRED_USE for this, but it would be quite ugly and verbose.