Gentoo Archives: gentoo-alt

From: Stefan Hoelldampf <stefan@××××××××××.net>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Emerging gcc-4.2.3 fails on amd64-linux
Date: Tue, 27 May 2008 12:25:24
Message-Id: 18a0ccd4815a2aca8f50dccd2ed3e28a.squirrel@mail.hoelldampf.net
In Reply to: Re: [gentoo-alt] Emerging gcc-4.2.3 fails on amd64-linux by Fabian Groffen
1 On Tue, May 27, 2008 10:41, Fabian Groffen wrote:
2 > First:
3 > - what is your current compiler
4 > - what gcc-config do you have installed
5 > - what profile do you use
6 > - which USE-flags for gcc do you use
7
8 During Bootstrap:
9
10 $ which gcc
11 /usr/bin/gcc
12
13 $ rpm -qf /usr/bin/gcc
14 gcc-3.4.6-9 # RHEL4 system compiler
15
16 $ emerge -p gcc-config
17 [ebuild R ] sys-devel/gcc-config-1.4.0-r04.3
18
19 $ ls -l $EPREFIX/etc/make.profile
20 ... $EPREFIX/etc/make.profile ->
21 $EPREFIX/usr/portage/profiles/default-prefix/linux/amd64
22
23 $ emerge -pv gcc
24 [ebuild N ] sys-devel/gcc-4.2.3 USE="mudflap openmp (-altivec)
25 -bootstrap -build -doc -fortran -gcj -gtk-hardened -ip28 -ip32r10k -libffi
26 (-multilib) -multislot (-n32) (-n64) -nls -nocxx -objc -objc++ -objc-gc
27 -test -vanilla"
28
29 On the already running installation:
30
31 $ which gcc
32 $EPREFIX/usr/bin/gcc
33
34 $ equery l sys-devel/gcc
35 equery l sys-devel/gcc
36 [I--] [ ] sys-devel/gcc-4.2.3 (4.2)
37 [I--] [ ] sys-devel/gcc-config-1.4.0-r04.3 (0)
38
39 $ ls -l $EPREFIX/etc/make.profile
40 ... $EPREFIX/etc/make.profile ->
41 $EPREFIX/usr/portage/profiles/default-prefix/linux/amd64
42
43 $ emerge -pv gcc
44 [ebuild R ] sys-devel/gcc-4.2.3 USE="fortran mudflap nls openmp
45 (-altivec) -bootstrap -build -doc -gcj -gtk -hardened -ip28 -ip32r10k
46 -libffi (-multilib) -multislot (-n32) (-n64) -nocxx -objc -objc++ -objc-gc
47 -test -vanilla" 0 kB
48
49 Best regards,
50 Stefan
51 --
52 gentoo-alt@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] Emerging gcc-4.2.3 fails on amd64-linux Fabian Groffen <grobian@g.o>