Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53530 - grub will not emerge if not amd64
Summary: grub will not emerge if not amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Highest blocker (vote)
Assignee: Travis Tilley (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-10 07:41 UTC by Cedric Godin
Modified: 2004-06-11 01:16 UTC (History)
0 users

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 Cedric Godin 2004-06-10 07:41:31 UTC
emerge grub failed on my x86 machine saying I needed to rebuild gcc with multilib.

Reproducible: Always
Steps to Reproduce:
1.emerge grub
2.
3.

Actual Results:  
please re-emerge gcc with USE=multilib FEATURES=-sandbox

Expected Results:  
grub installed ok.

the new change in ebuild that test multilib should be (IMHO) :

use amd64 && ( has_m64 && has_m32) && \
                die "please re-emerge gcc with USE=multilib FEATURES=-sandbox"

and not :
use amd64 && ( has_m64 && has_m32) || \
                die "please re-emerge gcc with USE=multilib FEATURES=-sandbox"
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2004-06-10 09:12:31 UTC
lv -- wrong logic in the ebuild, please fix ASAP.
Comment 2 Travis Tilley (RETIRED) gentoo-dev 2004-06-10 09:21:35 UTC
fixed. re-open if you still get problems with the new logic... it'll take a little bit to reach rsync. sorry about the inconvenience.
Comment 3 Cedric Godin 2004-06-11 01:16:09 UTC
Hello, it emerged fine. Thank you for being so fast !