Gentoo Archives: gentoo-user

From: Mark David Dumlao <stuffinator@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] virtual/libstdc++ keeps trying to pull in gcc-3.3 :(
Date: Mon, 05 Mar 2007 10:51:10
Message-Id: 3951a2200703050245g2d260d2fyf970c9db7d92ecc7@mail.gmail.com
1 I did an emerge --update --newuse world and it keeps trying to build
2 gcc-3.3.4 and ends in errors. Upon further inspection, I found that I
3 already have gcc-4.1.1-r3. Everything was working prior to that, and I
4 couldn't understand why it kept asking for gcc-3.3. I went through a whole
5 lot of equeries and headbanging to find the package that wanted gcc-3.3.
6 libstdc++ itself didn't seem to want it, but im not that good at reading
7 ebuilds just yet.
8
9 I checked the ebuild of virtual/libstdc++ and it gives me an rdepends of =
10 gcc-3.3.*
11
12 But I already have >gcc-4.1. Nothing seemed to be not working with my
13 system then prior to the upgrade. So I made an overlay with anrdepends of
14 >=gcc-3.3. I continued trying to emerge and voila gcc-3.3 wasnt in the list
15 anymore.
16
17 I wonder if I'll break something this way. playing with libstdc++ sounds
18 scary, but I don't want to compile gcc when I already have a working one.
19
20 any ideas why virtual/libstdc++ asks specifically for 3.3? And was it a bad
21 idea for me to do what I just did?
22 --
23 thing.

Replies

Subject Author
Re: [gentoo-user] virtual/libstdc++ keeps trying to pull in gcc-3.3 :( Neil Bothwick <neil@××××××××××.uk>