Gentoo Archives: gentoo-dev

From: Grant Goodyear <grant@××××××××××××××.edu>
To: gentoo-dev@g.o
Subject: [gentoo-dev] gcc-3.0.2-based system
Date: Fri, 02 Nov 2001 12:32:04
Message-Id: 20011102143151.A13584@g2.ces.clemson.edu
1 I'm currently in the middle of "emerge system" with my new gcc-3.0.2-
2 based system, and so far I haven't encountered any problems.
3
4 Here's what I did to bootstrap w/ gcc 3.0.2:
5
6 1. Remove the ">=gcc-3.26" line from package.mask.
7
8 2. Update the gcc and binutils lines in /etc/make.profile/packages:
9
10 *>=sys-apps/baselayout-1.6.4
11 *>=sys-apps/portage-1.6.10
12 *=sys-devel/binutils-2.11.90.0.7
13 *=sys-devel/gcc-2.95.3-r5
14 *=sys-libs/glibc-2.2.4-r2
15 >=sys-apps/sysklogd-1.4-r6
16
17 3. Update the gcc and binutils lines in /usr/portage/files/boot*:
18
19 >=sys-apps/baselayout-1.6.4
20 >=sys-apps/portage-1.6.6
21 =sys-libs/glibc-2.2.4-r2
22 =sys-devel/binutils-2.11.90.0.7
23 =sys-devel/gcc-2.95.3-r5
24 =sys-devel/gettext-0.10.39-r1
25
26 (In the future I think this file should just have the names of the packages,
27 with the versions obtained from /etc/make.profile/packages. Incidentally,
28 the bootstrap.sh script parses the file for texinfo, which, of course,
29 isn't there.)
30
31 4. Edit the glibc-2.2.4-r2 ebuild to add a "--disable-sanity-checks" option
32 to configure:
33
34 try ../configure --host=${CHOST} --without-cvs \
35 --enable-add-ons=linuxthreads \
36 --disable-profile --prefix=/usr \
37 --mandir=/usr/share/man --infodir=/usr/share/info \
38 --disable-sanity-checks ${myconf}
39
40 If other people would test this, I would be grateful!
41 -g2boojum-
42 --
43 ___________________________________________________________________
44 | Grant Goodyear | The Secrets of Physics: |
45 | Dept. of Chemistry - Clemson U |1. Add zero. |
46 | Clemson, SC 29634 |2. Multiply by one. |
47 |-------------------------------------|3. Expand in a Taylor series|
48 |e-mail: goodyea@×××××××.edu |4. Integrate by parts. |
49 |www:bernacchi.chem.uh.edu/~grant |5. Fourier transform. |
50 | |6. Add auxiliary variables |
51 |_____________________________________|____________________________|

Replies

Subject Author
Re: [gentoo-dev] gcc-3.0.2-based system Grant Goodyear <grant@××××××××××××××.edu>