Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Re: Any reason to keep older gcc? Richard Marzan <richardmarzan@×××××××××.net>