Re: [gentoo-user] skype notworking ]SOLVED]

2008-05-01 Thread Alan McKinnon
On Thursday 01 May 2008, Gavin Seddon wrote:
> Hi,I dl from skype.com and with gcc4~ IT WORKS!
> thanks
> g

I seem to remember having something similar. I think it was one of the 
2.0.0 versions - 48? 63? Could never get it to work.

Eventually I just put an old ebuild in my overlay and used that instead. 
The latest skype also works for me. Did you download the qt-static or 
the qt version of skype?

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] skype notworking ]SOLVED]

2008-05-01 Thread Gavin Seddon

Hi,I dl from skype.com and with gcc4~ IT WORKS!
thanks
g
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] skype notworking

2008-05-01 Thread Gavin Seddon

Alan McKinnon wrote:

On Thursday 01 May 2008, Gavin Seddon wrote:

as per your original post. I recommend you upgrade gcc to version
4.1.2

thanks,
However I need gcc 3~ for some critical software.  If I change to 4
'it' won't recompile.  I suppose I could alternate profiles as
required.


I had that with qemu. It reduced me to tears...

Lucky for skype I think it will be easier as you don't build skype:

emerge gcc-4.something
set gcc-3 to the system compiler
make sure gcc-3 libs are earlier in LD_LIBRARY_PATH than gcc-4
run skype with
   LD_LIBRARY_PATH=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1 skype


samething, sorry.
g
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] skype notworking

2008-05-01 Thread Alan McKinnon
On Thursday 01 May 2008, Gavin Seddon wrote:
> > as per your original post. I recommend you upgrade gcc to version
> > 4.1.2
>
> I've altered gcc to 4 now I get
> 'skype
> Floating exception

did you run env-update and either source /etc/profile or log out/log in 
first?

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] skype notworking

2008-05-01 Thread Alan McKinnon
On Thursday 01 May 2008, Gavin Seddon wrote:
> > as per your original post. I recommend you upgrade gcc to version
> > 4.1.2
>
> thanks,
> However I need gcc 3~ for some critical software.  If I change to 4
> 'it' won't recompile.  I suppose I could alternate profiles as
> required.

I had that with qemu. It reduced me to tears...

Lucky for skype I think it will be easier as you don't build skype:

emerge gcc-4.something
set gcc-3 to the system compiler
make sure gcc-3 libs are earlier in LD_LIBRARY_PATH than gcc-4
run skype with
   LD_LIBRARY_PATH=/usr/lib/gcc/i686-pc-linux-gnu/4.1.1 skype

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] skype notworking

2008-05-01 Thread Gavin Seddon

Alan McKinnon wrote:

On Thursday 01 May 2008, Gavin Seddon wrote:

Hi,
I used revdep-rebuild --SEARCH_DIRS /opt
with no luck.  How do I check it to enable /opt?
thanks
g


revdep-rebuild will not solve your problem. It only fixes problems where 
binaries used to link to other files that are no longer there. It 
cannot fix your incompatible CXXABI versions in libstdc++ as it doesn't 
know which gcc versions provide that.


Read this thread:
http://forums.gentoo.org/viewtopic-p-4107570.html?sid=8acb0d609d3259d3af0dd1c262c7d277
the last post on the page is especially informative.

Run this:
strings /usr/lib/gcc/i486-pc-linux-gnu/3.4.6/libstdc++.so.6 | grep ABI
to find out what version your gcc is providing. skype requires:

CXXABI_1.3.1
GLIBCXX_3.4.4
skype

Floating exception


as per your original post. I recommend you upgrade gcc to version 4.1.2






I've altered gcc to 4 now I get
'skype
Floating exception
'
thanks
g
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] skype notworking

2008-05-01 Thread Gavin Seddon

Alan McKinnon wrote:

On Thursday 01 May 2008, Gavin Seddon wrote:

Hi,
I used revdep-rebuild --SEARCH_DIRS /opt
with no luck.  How do I check it to enable /opt?
thanks
g


revdep-rebuild will not solve your problem. It only fixes problems where 
binaries used to link to other files that are no longer there. It 
cannot fix your incompatible CXXABI versions in libstdc++ as it doesn't 
know which gcc versions provide that.


Read this thread:
http://forums.gentoo.org/viewtopic-p-4107570.html?sid=8acb0d609d3259d3af0dd1c262c7d277
the last post on the page is especially informative.

Run this:
strings /usr/lib/gcc/i486-pc-linux-gnu/3.4.6/libstdc++.so.6 | grep ABI
to find out what version your gcc is providing. skype requires:

CXXABI_1.3.1
GLIBCXX_3.4.4

as per your original post. I recommend you upgrade gcc to version 4.1.2






thanks,
However I need gcc 3~ for some critical software.  If I change to 4 'it' 
won't recompile.  I suppose I could alternate profiles as required.

g
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] skype notworking

2008-05-01 Thread Alan McKinnon
On Thursday 01 May 2008, Gavin Seddon wrote:
> Hi,
> I used revdep-rebuild --SEARCH_DIRS /opt
> with no luck.  How do I check it to enable /opt?
> thanks
> g

revdep-rebuild will not solve your problem. It only fixes problems where 
binaries used to link to other files that are no longer there. It 
cannot fix your incompatible CXXABI versions in libstdc++ as it doesn't 
know which gcc versions provide that.

Read this thread:
http://forums.gentoo.org/viewtopic-p-4107570.html?sid=8acb0d609d3259d3af0dd1c262c7d277
the last post on the page is especially informative.

Run this:
strings /usr/lib/gcc/i486-pc-linux-gnu/3.4.6/libstdc++.so.6 | grep ABI
to find out what version your gcc is providing. skype requires:

CXXABI_1.3.1
GLIBCXX_3.4.4

as per your original post. I recommend you upgrade gcc to version 4.1.2





-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] skype notworking

2008-05-01 Thread Gavin Seddon

Hi,
I used revdep-rebuild --SEARCH_DIRS /opt
with no luck.  How do I check it to enable /opt?
thanks
g
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] skype notworking

2008-05-01 Thread Gavin Seddon

Mick wrote:

2008/4/30 Gavin Seddon <[EMAIL PROTECTED]>:

 skype
 /opt/skype/skype: /usr/lib/gcc/i486-pc-linux-gnu/3.4.6/libstdc++.so.6:
version `CXXABI_1.3.1' not found (required by /opt/skype/skype)
 /opt/skype/skype: /usr/lib/gcc/i486-pc-linux-gnu/3.4.6/libstdc++.so.6:
version `GLIBCXX_3.4.4' not found (required by /opt/skype/skype)
 when I try skype I get the above.  Can anyone help pls?


Did you try revdep-rebuild -X -v -p ?


Yes, same.
thanks.
g

--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] skype notworking

2008-04-30 Thread Alan McKinnon
On Wednesday 30 April 2008, Mick wrote:
> 2008/4/30 Gavin Seddon <[EMAIL PROTECTED]>:
> >  skype
> >  /opt/skype/skype:
> > /usr/lib/gcc/i486-pc-linux-gnu/3.4.6/libstdc++.so.6: version
> > `CXXABI_1.3.1' not found (required by /opt/skype/skype)
> > /opt/skype/skype:
> > /usr/lib/gcc/i486-pc-linux-gnu/3.4.6/libstdc++.so.6: version
> > `GLIBCXX_3.4.4' not found (required by /opt/skype/skype) when I try
> > skype I get the above.  Can anyone help pls?
>
> Did you try revdep-rebuild -X -v -p ?


Just check first that revdep-rebuild is not configured to ignore stuff 
in /opt, otherwise running the command is worthless

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] skype notworking

2008-04-30 Thread Gavin Seddon

Pupino wrote:

Hi,
have you tried running revdep-rebuild?
it should fix this problem... is in the gentoolkit package

HTH
Davide

2008/4/30 Gavin Seddon <[EMAIL PROTECTED]>:

 skype
 /opt/skype/skype: /usr/lib/gcc/i486-pc-linux-gnu/3.4.6/libstdc++.so.6:
version `CXXABI_1.3.1' not found (required by /opt/skype/skype)
 /opt/skype/skype: /usr/lib/gcc/i486-pc-linux-gnu/3.4.6/libstdc++.so.6:
version `GLIBCXX_3.4.4' not found (required by /opt/skype/skype)
 when I try skype I get the above.  Can anyone help pls?
 g
 --
 gentoo-user@lists.gentoo.org mailing list



yes thanks.
I'll repeat.
g
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] skype notworking

2008-04-30 Thread Alan McKinnon
On Wednesday 30 April 2008, Gavin Seddon wrote:
>   skype
> /opt/skype/skype:
> /usr/lib/gcc/i486-pc-linux-gnu/3.4.6/libstdc++.so.6: version
> `CXXABI_1.3.1' not found (required by /opt/skype/skype)
> /opt/skype/skype:
> /usr/lib/gcc/i486-pc-linux-gnu/3.4.6/libstdc++.so.6: version
> `GLIBCXX_3.4.4' not found (required by /opt/skype/skype) when I try
> skype I get the above.  Can anyone help pls?
> g

Those files are provided by gcc. What options is your gcc compiled with? 
('eix -e gcc' is you use eix, otherwise 'emerge -pv gcc')

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] skype notworking

2008-04-30 Thread Mick
2008/4/30 Gavin Seddon <[EMAIL PROTECTED]>:
>  skype
>  /opt/skype/skype: /usr/lib/gcc/i486-pc-linux-gnu/3.4.6/libstdc++.so.6:
> version `CXXABI_1.3.1' not found (required by /opt/skype/skype)
>  /opt/skype/skype: /usr/lib/gcc/i486-pc-linux-gnu/3.4.6/libstdc++.so.6:
> version `GLIBCXX_3.4.4' not found (required by /opt/skype/skype)
>  when I try skype I get the above.  Can anyone help pls?

Did you try revdep-rebuild -X -v -p ?

-- 
Regards,
Mick
-- 
gentoo-user@lists.gentoo.org mailing list




Re: [gentoo-user] skype notworking

2008-04-30 Thread Pupino
Hi,
have you tried running revdep-rebuild?
it should fix this problem... is in the gentoolkit package

HTH
Davide

2008/4/30 Gavin Seddon <[EMAIL PROTECTED]>:
>  skype
>  /opt/skype/skype: /usr/lib/gcc/i486-pc-linux-gnu/3.4.6/libstdc++.so.6:
> version `CXXABI_1.3.1' not found (required by /opt/skype/skype)
>  /opt/skype/skype: /usr/lib/gcc/i486-pc-linux-gnu/3.4.6/libstdc++.so.6:
> version `GLIBCXX_3.4.4' not found (required by /opt/skype/skype)
>  when I try skype I get the above.  Can anyone help pls?
>  g
>  --
>  gentoo-user@lists.gentoo.org mailing list
>
>
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] skype notworking

2008-04-30 Thread Gavin Seddon

 skype
/opt/skype/skype: /usr/lib/gcc/i486-pc-linux-gnu/3.4.6/libstdc++.so.6: 
version `CXXABI_1.3.1' not found (required by /opt/skype/skype)
/opt/skype/skype: /usr/lib/gcc/i486-pc-linux-gnu/3.4.6/libstdc++.so.6: 
version `GLIBCXX_3.4.4' not found (required by /opt/skype/skype)

when I try skype I get the above.  Can anyone help pls?
g
--
gentoo-user@lists.gentoo.org mailing list