Gentoo Archives: gentoo-user

From: Richard Marzan <richardmarzan@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Any reason to keep older gcc?
Date: Tue, 01 Jan 2008 06:00:52
Message-Id: 1199166951.11853.0.camel@localhost
In Reply to: [gentoo-user] Re: Any reason to keep older gcc? by Grant Edwards
1 On Mon, 2007-12-31 at 15:25 +0000, Grant Edwards wrote:
2 > On 2007-12-31, Rumen Yotov <rumen@××××××.org> wrote:
3 > > On (30/12/07 16:18) Grant Edwards wrote:
4 > >> On 2007-12-28, Qian Qiao <qian.qiao@×××××.com> wrote:
5 > >>
6 > >> >> Would there be any reason to keep the older gcc 3.46? I'm
7 > >> >> not familiar enough with Gentoo "under-the-hood" to decide.
8 > >> >
9 > >> > Try "equery depends =gcc-3*", without the quotes obviously.
10 > >> >
11 > >> > If none of the packages you installed depends on gcc-3*, you should be
12 > >> > able to get rid of it safely.
13 > >>
14 > >> That's not been my experience. For example, Qemu won't compile
15 > >> with gcc-4, yet doesn't have gcc-3 as a dependancy.
16 > >
17 > > qemu is just a meta-ebuild, in ~x86 qemu-softmmu-0.9.0-r1:
18 > > pkg_setup() {
19 > > if [ "$(gcc-major-version)" == "4" ]; then
20 > > eerror "qemu requires gcc-3 in order to build and work
21 > > correctly"
22 > > eerror "please compile it switching to gcc-3."
23 > > eerror "We are aware that qemu can guess a gcc-3 but
24 > > this feature"
25 > > eerror "could be harmful."
26 > > die "gcc 4 cannot build q
27 > > fi
28 >
29 > My mistake. I was thinking of OpenEmbedded. It uses a build
30 > system very similar to portage, and that's where I recently ran
31 > into problems with Qemu being built using gcc 3.
32 >
33 > --
34 > Grant Edwards grante Yow! How's it going in
35 > at those MODULAR LOVE UNITS??
36 > visi.com
37 >
38
39
40 Just mask it. Everything will be fine.
41
42 --
43 gentoo-user@g.o mailing list