Gentoo Archives: gentoo-user

From: Xavier Parizet <xav@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Firefox doesn't build - gcc compilers
Date: Mon, 13 Dec 2010 12:52:05
Message-Id: 049f5689361c7449b1e041e66ca258e6@parizet.com
In Reply to: [gentoo-user] Firefox doesn't build - gcc compilers by dhk
1 On Mon, 13 Dec 2010 07:34:16 -0500, dhk <dhkuhl@×××××××××.net> wrote:
2 > How can I get Firefox and Imagemagick working?
3 >
4 > I had two gcc compiles installed on my machine 3.4.3 and 4.4.4.
5 > After
6 > reading that gcc 3.4.3 was not necessary anymore since gcc 4.4.4 was
7 > stable. I removed gcc 3.4.3 and left 4.4.4 to get imagemagick
8 > updated.
9 > Now both imagemagick and firefox fail to build ( [ebuild U ]
10 > media-gfx/imagemagick-6.6.5.6 [6.6.2.5] USE="corefonts%*" ). I'm not
11 > sure if there are other things not working also. Should I have kept
12 > gcc
13 > 3.4.3? Thanks dhk
14 >
15 > # uname -a
16 > Linux dhcppc3 2.6.34-gentoo-r6 #1 SMP Fri Sep 24 06:12:23 EDT 2010
17 > x86_64 AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux
18 >
19 > # emerge --info =www-client/firefox-3.6.13
20 > !!! No gcc found. You probably need to 'source /etc/profile'
21 > !!! to update the environment of this terminal and possibly
22 > !!! other terminals also.
23
24 You need to run:
25 gcc-config x86_64-pc-linux-gnu-4.4.4 && source /etc/profile && gcc -v
26
27 If the above commande output gcc version 4.4.4, then you're done, just
28 re-run emerge.
29
30 > Portage 2.1.9.24 (default/linux/amd64/10.0, [unavailable],
31 > glibc-2.11.2-r3, 2.6.34-gentoo-r6 x86_64)
32 [SNIP]
33 --
34 Xavier Parizet
35 http://gentooist.com

Replies

Subject Author
Re: [gentoo-user] Firefox doesn't build - gcc compilers dhk <dhkuhl@×××××××××.net>