Gentoo Archives: gentoo-user

From: Darren Grant <dgrant@×××××××××××.ca>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1
Date: Fri, 30 Jun 2006 00:17:53
Message-Id: 44A46C0C.40702@monstertech.ca
In Reply to: Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 by Richard Fish
1 Richard Fish wrote:
2 > On 6/28/06, Darren Grant <dgrant@×××××××××××.ca> wrote:
3 >> Any chance that's what's causing my gcc problems now?
4 >
5 > Hmm, I doubt it. But in comparing what you have posted to my AMD64
6 > box, I see some things that don't look right. For example, on my
7 > AMD64 box, I have:
8 >
9 > Gentoo Base System version 1.12.0
10 > Portage 2.1 (default-linux/amd64/2006.0, gcc-4.1.1/amd64-vanilla,
11 > glibc-2.4-r3, 2.6.16 x86_64)
12 > =================================================================
13 > System uname: 2.6.16 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor
14 > 4400+
15 >
16 > Notice my profile is default-linux/amd64/<something>, where you have
17 > your profile as just default-linux/amd64. I'm not sure that is
18 > actually supported...and may in fact be the cause of your trouble.
19 >
20 > The new profiles (starting with 2005.1) are "multilib" by default, so
21 > for example merging glibc will try to build both i686 and x86_64
22 > versions. So it is in fact perfectly reasonble for an emerge of glibc
23 > to try to build a i686 version, but *only* if you are using a multilib
24 > profile. Similarly gcc would try to build i686 versions of its
25 > libraries, but would require an i686 glibc to be available first.
26 >
27 > I suspect what you need to do is:
28 >
29 > cd /etc
30 > rm make.profile
31 > ln -s ../usr/portage/profiles/default-linux/amd64/2005.1/no-multilib
32 >
33 > Then try re-merging glibc and gcc.
34 >
35 > If you want to switch to the multilib profile, the symlink should be
36 > to /usr/portage/profiles/default-linux/amd64/2005.1 or 2006.0. But
37 > you might want to ask on gentoo-amd64 about how to switch from
38 > no-multilib to a multilib profile...
39 >
40 > -Richard
41 Didn't seem to help... I can emerge certain packages, but still can't
42 re-merge gcc and glibc.
43
44 --
45 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 Richard Fish <bigfish@××××××××××.org>