Gentoo Archives: gentoo-dev

From: Sebastian Werner <sebastian@××××××××××××××××××.de>
To: gentoo-dev@××××××××××.org
Subject: AW: [gentoo-dev] gcc 3.0.2 system build notes
Date: Wed, 14 Nov 2001 15:30:27
Message-Id: 000601c16d53$bb51add0$0100a8c0@wp
In Reply to: [gentoo-dev] gcc 3.0.2 system build notes by Grant Goodyear
1 I think you get the pam error with any option in make.conf. I thought
2 It was a problem only on my system, but it seems to be not. I use
3 The pam and pwdb binary-packages form rc5. - ok this is not very clean
4 But work for me!
5
6 Thanks in advance
7
8 Sebastian
9
10 -----Ursprüngliche Nachricht-----
11 Von: gentoo-dev-admin@××××××××××.org
12 [mailto:gentoo-dev-admin@××××××××××.org] Im Auftrag von Grant Goodyear
13 Gesendet: Mittwoch, 14. November 2001 19:19
14 An: gentoo-dev@g.o
15 Betreff: [gentoo-dev] gcc 3.0.2 system build notes
16
17 I've recently been working on how to effectively build a new
18 system using gcc-3.0.2. Since the current glibc complains
19 when built using gcc-3+, I decided to bootstrap using gcc-2.95.
20 I followed the build-from-source docs, except for the following
21 changes:
22
23 1. Comment out >=gcc-2.96 in package.mask.
24 2. Change binutils to be 2.11.92.7 in /etc/make.profile/packages
25 and files/boot*.
26 3. Comment out net-misc/netkit-telnetd in /etc/make.profile/packages
27 (because netkit-telnetd won't build with gcc-3+).
28
29 I bootstrapped normally and then emerged the latest gcc:
30 scripts/bootstrap.sh files/boot[tab] && emerge sys-devel/gcc
31 and then I edited /etc/make.conf to use "-mcpu=athlon -march=athlon"
32 before doing
33 export CONFIG_PROTECT="" && emerge system.
34
35 I finished up the rest of the install, rebooted, and discovered
36 that I couldn't log in. It seems that the PAM ebuild didn't build
37 the PAM pwdb module. *Sigh*
38
39 I tried again, only this time I left "-mcpu=i686 -march=i686" in
40 /etc/make.conf. I haven't found any glaring problems with this
41 version, so now I'm rebuilding using the latest iso and we'll
42 see what happens!
43
44 -g2boojum-
45 --
46 ___________________________________________________________________
47 | Grant Goodyear | The Secrets of Physics: |
48 | Dept. of Chemistry - Clemson U |1. Add zero. |
49 | Clemson, SC 29634 |2. Multiply by one. |
50 |-------------------------------------|3. Expand in a Taylor series|
51 |e-mail: goodyea@×××××××.edu |4. Integrate by parts. |
52 |www:bernacchi.chem.uh.edu/~grant |5. Fourier transform. |
53 | |6. Add auxiliary variables |
54 |_____________________________________|____________________________|
55
56
57 _______________________________________________
58 gentoo-dev mailing list
59 gentoo-dev@××××××××××.org
60 http://cvs.gentoo.org/mailman/listinfo/gentoo-dev

Replies

Subject Author
Re: AW: [gentoo-dev] gcc 3.0.2 system build notes Chad Huneycutt <chad.huneycutt@×××.org>