public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Problems with libstdc++.
@ 2006-09-23  3:59 Christopher Granade
  2006-09-23  4:27 ` Bo Ørsted Andresen
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher Granade @ 2006-09-23  3:59 UTC (permalink / raw
  To: gentoo-user

Earlier, I successfully installed Skype via portage (net-im/skype), but
upon attempting to run it get the following text:

Running artsd found
Starting artsd wrapped skype
==========================================
Running wrapped Skype failed, trying not-wrapped mode...
==========================================

Upon further investigation, I narrowed the problem down to an error with
my installation of libstdc++:

$ artsdsp -v --mmap /opt/skype/skype.bin
artsdsp:       1.5.2
name:
command line:  /opt/skype/skype.bin
threaded:      yes
ERROR: ld.so: object '/usr/kde/3.5/lib/libartsdsp.so.0' from LD_PRELOAD
cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/kde/3.5/lib/libartsc.so.0' from LD_PRELOAD
cannot be preloaded: ignored.
/opt/skype/skype.bin: error while loading shared libraries:
libstdc++.so.5: cannot open shared object file: No such file or directory

I then ran revdep-rebuild to try and fix the problem, and it said that
that libstdc++.so.5 was broken, and that it would fix it. After
revdep-rebuild ran, I went back to run Skype again and got the same
error. Running revdep-rebuild a second time resulted in the exact same
output. Any ideas? Thanks.

--Christopher Granade
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Problems with libstdc++.
  2006-09-23  3:59 [gentoo-user] Problems with libstdc++ Christopher Granade
@ 2006-09-23  4:27 ` Bo Ørsted Andresen
  2006-09-23  8:04   ` Christopher E. Granade
  0 siblings, 1 reply; 5+ messages in thread
From: Bo Ørsted Andresen @ 2006-09-23  4:27 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 844 bytes --]

On Saturday 23 September 2006 05:59, Christopher Granade wrote:
[...]
> /opt/skype/skype.bin: error while loading shared libraries:
> libstdc++.so.5: cannot open shared object file: No such file or directory
>
> I then ran revdep-rebuild to try and fix the problem, and it said that
> that libstdc++.so.5 was broken, and that it would fix it. After
> revdep-rebuild ran, I went back to run Skype again and got the same
> error. Running revdep-rebuild a second time resulted in the exact same
> output. Any ideas? Thanks.

revdep-rebuild doesn't look at /opt (which is where binary stuff like skype is 
installed). Also remerging won't help since it's binary. It won't be 
recompiled since the source code isn't available.

sys-libs/libstdc++-v3 provides libstdc++.so.5:

# emerge -va sys-libs/libstdc++-v3

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Problems with libstdc++.
  2006-09-23  4:27 ` Bo Ørsted Andresen
@ 2006-09-23  8:04   ` Christopher E. Granade
  2006-09-23 15:45     ` Bo Ørsted Andresen
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher E. Granade @ 2006-09-23  8:04 UTC (permalink / raw
  To: gentoo-user

Bo Ørsted Andresen wrote:
> On Saturday 23 September 2006 05:59, Christopher Granade wrote:
> [...]
>   
>> /opt/skype/skype.bin: error while loading shared libraries:
>> libstdc++.so.5: cannot open shared object file: No such file or directory
>>
>> I then ran revdep-rebuild to try and fix the problem, and it said that
>> that libstdc++.so.5 was broken, and that it would fix it. After
>> revdep-rebuild ran, I went back to run Skype again and got the same
>> error. Running revdep-rebuild a second time resulted in the exact same
>> output. Any ideas? Thanks.
>>     
>
> revdep-rebuild doesn't look at /opt (which is where binary stuff like skype is 
> installed). Also remerging won't help since it's binary. It won't be 
> recompiled since the source code isn't available.
>
> sys-libs/libstdc++-v3 provides libstdc++.so.5:
>
> # emerge -va sys-libs/libstdc++-v3
>
>   
Running this command reveals that libstdc++-v3 was already emerged. I
reemerged anyway, and the error persists. Thank you for the help, but it
seems that there's something else wrong. Is this a problem with amd64?
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Problems with libstdc++.
  2006-09-23  8:04   ` Christopher E. Granade
@ 2006-09-23 15:45     ` Bo Ørsted Andresen
  2006-09-23 19:30       ` Christopher E. Granade
  0 siblings, 1 reply; 5+ messages in thread
From: Bo Ørsted Andresen @ 2006-09-23 15:45 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1566 bytes --]

On Saturday 23 September 2006 10:04, Christopher E. Granade wrote:
> Bo Ørsted Andresen wrote:
> > On Saturday 23 September 2006 05:59, Christopher Granade wrote:
> > [...]
> >
> >> /opt/skype/skype.bin: error while loading shared libraries:
> >> libstdc++.so.5: cannot open shared object file: No such file or
> >> directory
> >>
> >> I then ran revdep-rebuild to try and fix the problem, and it said that
> >> that libstdc++.so.5 was broken, and that it would fix it. After
> >> revdep-rebuild ran, I went back to run Skype again and got the same
> >> error. Running revdep-rebuild a second time resulted in the exact same
> >> output. Any ideas? Thanks.
> >
> > revdep-rebuild doesn't look at /opt (which is where binary stuff like
> > skype is installed). Also remerging won't help since it's binary. It
> > won't be recompiled since the source code isn't available.
> >
> > sys-libs/libstdc++-v3 provides libstdc++.so.5:
> >
> > # emerge -va sys-libs/libstdc++-v3
>
> Running this command reveals that libstdc++-v3 was already emerged. I
> reemerged anyway, and the error persists. Thank you for the help, but it
> seems that there's something else wrong. Is this a problem with amd64?

Not really sure. On amd64 this requires some of the 
app-emulation/emul-linux-x86-* packages (since skype is a 32 bit app), but it 
should pull them by itself... What does:

# equery check app-emulation/emul-linux-x86-compat

give? What version of skype are you using? Please also post the output of:

# emerge --info

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Problems with libstdc++.
  2006-09-23 15:45     ` Bo Ørsted Andresen
@ 2006-09-23 19:30       ` Christopher E. Granade
  0 siblings, 0 replies; 5+ messages in thread
From: Christopher E. Granade @ 2006-09-23 19:30 UTC (permalink / raw
  To: gentoo-user

Bo Ørsted Andresen wrote:
> On Saturday 23 September 2006 10:04, Christopher E. Granade wrote:
>   
>> Bo Ørsted Andresen wrote:
>>     
>>> On Saturday 23 September 2006 05:59, Christopher Granade wrote:
>>> [...]
>>>
>>>       
>>>> /opt/skype/skype.bin: error while loading shared libraries:
>>>> libstdc++.so.5: cannot open shared object file: No such file or
>>>> directory
>>>>
>>>> I then ran revdep-rebuild to try and fix the problem, and it said that
>>>> that libstdc++.so.5 was broken, and that it would fix it. After
>>>> revdep-rebuild ran, I went back to run Skype again and got the same
>>>> error. Running revdep-rebuild a second time resulted in the exact same
>>>> output. Any ideas? Thanks.
>>>>         
>>> revdep-rebuild doesn't look at /opt (which is where binary stuff like
>>> skype is installed). Also remerging won't help since it's binary. It
>>> won't be recompiled since the source code isn't available.
>>>
>>> sys-libs/libstdc++-v3 provides libstdc++.so.5:
>>>
>>> # emerge -va sys-libs/libstdc++-v3
>>>       
>> Running this command reveals that libstdc++-v3 was already emerged. I
>> reemerged anyway, and the error persists. Thank you for the help, but it
>> seems that there's something else wrong. Is this a problem with amd64?
>>     
>
> Not really sure. On amd64 this requires some of the 
> app-emulation/emul-linux-x86-* packages (since skype is a 32 bit app), but it 
> should pull them by itself... What does:
>
> # equery check app-emulation/emul-linux-x86-compat
>
> give? What version of skype are you using? Please also post the output of:
>
> # emerge --info
>
>   
Well, I didn't know about equery check. That told me that the package
was broken, and so I reemerged it. Skype now works! Thank you so much.
--Christopher Granade
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-09-23 19:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-23  3:59 [gentoo-user] Problems with libstdc++ Christopher Granade
2006-09-23  4:27 ` Bo Ørsted Andresen
2006-09-23  8:04   ` Christopher E. Granade
2006-09-23 15:45     ` Bo Ørsted Andresen
2006-09-23 19:30       ` Christopher E. Granade

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox