Re: [gentoo-user] virtual/libstdc++ keeps trying to pull in gcc-3.3 :(

2007-03-05 Thread Bo Ørsted Andresen
On Monday 05 March 2007 12:55:04 Neil Bothwick wrote: > > I checked the ebuild of virtual/libstdc++ and it gives me an rdepends > > of = gcc-3.3.* > > The full depend is > > RDEPEND="|| ( =sys-libs/libstdc++-v3-3.3* =sys-devel/gcc-3.3* )" > > This means either =sys-libs/libstdc++-v3-3.3* or =sys-

Re: [gentoo-user] virtual/libstdc++ keeps trying to pull in gcc-3.3 :(

2007-03-05 Thread Neil Bothwick
On Mon, 5 Mar 2007 23:04:34 +0800, Mark David Dumlao wrote: > > This means either =sys-libs/libstdc++-v3-3.3* or =sys-devel/gcc-3.3*. > > If neither is installed the first listed will be used. this indicates > > that you already have gcc-3.3* installed. If you have nothing that > > needs it (very

Re: [gentoo-user] virtual/libstdc++ keeps trying to pull in gcc-3.3 :(

2007-03-05 Thread Mark David Dumlao
> I checked the ebuild of virtual/libstdc++ and it gives me an rdepends > of = gcc-3.3.* The full depend is RDEPEND="|| ( =sys-libs/libstdc++-v3-3.3* =sys-devel/gcc-3.3* )" This means either =sys-libs/libstdc++-v3-3.3* or =sys-devel/gcc-3.3*. If neither is installed the first listed will be

Re: [gentoo-user] virtual/libstdc++ keeps trying to pull in gcc-3.3 :(

2007-03-05 Thread Neil Bothwick
On Mon, 5 Mar 2007 18:45:23 +0800, Mark David Dumlao wrote: > I did an emerge --update --newuse world and it keeps trying to build > gcc-3.3.4 and ends in errors. Upon further inspection, I found that I > already have gcc-4.1.1-r3. Everything was working prior to that, and I > couldn't understan

[gentoo-user] virtual/libstdc++ keeps trying to pull in gcc-3.3 :(

2007-03-05 Thread Mark David Dumlao
I did an emerge --update --newuse world and it keeps trying to build gcc-3.3.4 and ends in errors. Upon further inspection, I found that I already have gcc-4.1.1-r3. Everything was working prior to that, and I couldn't understand why it kept asking for gcc-3.3. I went through a whole lot of equ