Gentoo Archives: gentoo-user

From: Gavin Seddon <gavin.m.seddon@×××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] skype notworking
Date: Thu, 01 May 2008 11:45:12
Message-Id: 4819ACA7.9030808@manchester.ac.uk
In Reply to: Re: [gentoo-user] skype notworking by Alan McKinnon
1 Alan McKinnon wrote:
2 > On Thursday 01 May 2008, Gavin Seddon wrote:
3 >> Hi,
4 >> I used revdep-rebuild --SEARCH_DIRS /opt
5 >> with no luck. How do I check it to enable /opt?
6 >> thanks
7 >> g
8 >
9 > revdep-rebuild will not solve your problem. It only fixes problems where
10 > binaries used to link to other files that are no longer there. It
11 > cannot fix your incompatible CXXABI versions in libstdc++ as it doesn't
12 > know which gcc versions provide that.
13 >
14 > Read this thread:
15 > http://forums.gentoo.org/viewtopic-p-4107570.html?sid=8acb0d609d3259d3af0dd1c262c7d277
16 > the last post on the page is especially informative.
17 >
18 > Run this:
19 > strings /usr/lib/gcc/i486-pc-linux-gnu/3.4.6/libstdc++.so.6 | grep ABI
20 > to find out what version your gcc is providing. skype requires:
21 >
22 > CXXABI_1.3.1
23 > GLIBCXX_3.4.4
24 > skype
25 Floating exception
26
27 > as per your original post. I recommend you upgrade gcc to version 4.1.2
28 >
29 >
30 >
31 >
32 >
33 I've altered gcc to 4 now I get
34 'skype
35 Floating exception
36 '
37 thanks
38 g
39 --
40 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] skype notworking Alan McKinnon <alan.mckinnon@×××××.com>