Gentoo Archives: gentoo-dev

From: Jon Portnoy <avenj@g.o>
To: Per Wigren <wigren@××××.se>
Cc: gentoo-dev@g.o
Subject: Re: [gentoo-dev] ACCEPT_KEYWORDS + bootstrap.sh
Date: Sun, 16 Mar 2003 16:16:05
Message-Id: 20030316161603.GA19873@cerberus.oppresses.us
In Reply to: [gentoo-dev] ACCEPT_KEYWORDS + bootstrap.sh by Per Wigren
1 On Sun, Mar 16, 2003 at 10:22:26AM +0100, Per Wigren wrote:
2 > Hi!
3 >
4 > I'm a Gentoo user since about 2 years... I just installed 1.4rc3 on another
5 > computer and noticed this bug (?)..
6 >
7 > During the installation I set ACCEPT_KEYWORDS="~x86" in /etc/make.conf, but
8 > when running bootstrap.sh it gets ignored.. So when running "emerge system"
9 > afterwards it has to rebuild both gcc and glibc AGAIN, which took about 10
10 > extra hours for those two packages alone on the old P2/266 i was installing
11 > on... Quite annoying... I hope this gets fixed before 1.4final ;)
12 >
13 > Regards,
14 > Per Wigren
15 >
16 > --
17 > gentoo-dev@g.o mailing list
18
19 This is not a bug, this is a feature. :-)
20
21 In all seriousness, bootstrap.sh uses very specific settings for package
22 versions. These are hardcoded in /usr/portage/profiles/<your profile
23 version>/packages. You can change these manually before running
24 bootstrap if you want. make.conf isn't used for bootstrap (it's actually
25 moved to make.conf.build during bootstrap and moved back afterwards).
26
27 This is done for stability reasons - the versions used are known-good
28 versions.
29
30 --
31 Jon Portnoy
32
33 --
34 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] ACCEPT_KEYWORDS + bootstrap.sh Felipe Ghellar <fghellar2@×××××××××.br>