Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7032 - CHOST not correctly used in GRUB ebuild
Summary: CHOST not correctly used in GRUB ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-26 00:37 UTC by Brad Pillatsch
Modified: 2003-02-04 19:42 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 Brad Pillatsch 2002-08-26 00:37:26 UTC
When doing a 'emerge system' on a fresh gentoo 1.2 stage1 install i recieved an 
error saying that the dirrectory blah/grub/i386-pc could not be found and this 
caused the emerge to halt.  The actualy dirrector that was there was i386-
crusoe in correct relation to my make.conf declaration of CHOST="i686-crusoe-
linux-pc".  So i believe that the GRUB ebuild is not correctly reading the 
CHOST.  Or i was not susposed to change the value of CHOST in said way.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-08-27 14:11:00 UTC
Many things will not support your CHOST setting, although most will build
fine.  Grub is the exception that will fail to build.  Rather use
CHOST="i686-pc-linux-gnu" if not too much trouble ?