On Mittwoch, 15. August 2007, Iain Buchanan wrote:
> On Mon, 2007-08-13 at 08:02 +0200, Andreas Niederl wrote:
> > Hi,
> >
> > Iain Buchanan wrote:
> > > so I ran `revdep-rebuild --library=libstdc++.so.6` but that got stuck
> > > on eix:
> > >
> > > src/eix: /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/libstdc++.so.6: version
> > > `CXXABI_1.3.1' not found (required by src/eix)
> >
> > Unmerging the old gcc should take care of this.
> >
> > However, if might want to keep a 3.x gcc (e.g. app-emulation/qemu needs
> > it to build), have a look at your /etc/ld.so.conf.
>
> I do indeed want to keep it for now - I have some home-grown programs
> and I'm not sure how they'll run yet with 4.1.2... but we'll see.
>
> > Lately, I noticed on a Gentoo x86 machine with both gcc versions 3.4.x
> > and 4.1.x installed that this file was a bit messed up, i.e. the old gcc
> > libs got preferred over /lib /usr/lib etc. (though that shouldn't happen
> > on an amd64 multilib system).
> >
> > My own little workaround:
> > echo 'LDPATH="/lib:/usr/lib:/usr/local/lib"' >> /etc/env.d/04basic-ldpath
> > env-update
>
> I tried that, but eix still fails with the same error...  Or do I have
> to rebuild the system again?!

no!

why not just rm -r /usr/lib/gcc/x86-pc-linux-gnu/3.4.6
?
-- 
[EMAIL PROTECTED] mailing list

Reply via email to