Gentoo Archives: gentoo-catalyst

From: Andrew Gaffney <agaffney@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] Generic stage1 and glibc
Date: Fri, 23 Mar 2007 17:08:33
Message-Id: 4604096E.8090709@gentoo.org
In Reply to: [gentoo-catalyst] Generic stage1 and glibc by John Eckhart
1 John Eckhart wrote:
2 > I'm trying to build a generic stage1 using the stage3-x86-2006.1.tar.bz2
3 > as a seed and the 20070319 portage snapshot. I can get all the way up to
4 > the building of glibc (glibc-2.5 as per the portage snapshot), which
5 > fails with the following error:
6 >
7 > * i386 CHOSTs are no longer supported.
8 > * Chances are you don't actually want/need i386.
9 > * Please read http://www.gentoo.org/doc/en/change-chost.xml
10 >
11 > !!! ERROR: sys-libs/glibc-2.5 failed.
12 >
13 >
14 > I wonder how the release team is producing the stage1's for 2007.0. Are
15 > they masking glibc-2.5 or have they moved the sub-architecture for
16 > stage1-x86 to something newer like i586?
17
18 There is a build problem with glibc-2.5 for the i386 CHOST. Rather than fix it
19 (which would be a lot of work for virtually no benefit), the minimum supported
20 CHOST has been changed to i486. Just set 'chost: i486-pc-linux-gnu' in your
21 stage1.spec. Unless you're planning on installing on an actual 386, this will
22 work fine for 486 and up.
23
24 --
25 Andrew Gaffney http://dev.gentoo.org/~agaffney/
26 Gentoo Linux Developer Installer Project
27 --
28 gentoo-catalyst@g.o mailing list

Replies

Subject Author
Re: [gentoo-catalyst] Generic stage1 and glibc John Eckhart <jweckhart@×××××.com>