* [gentoo-amd64] libstdc++.5 with skype and firefox-bin
@ 2007-02-22 15:13 Mirko Bronzi
2007-02-22 15:19 ` Bob Sanders
2007-02-22 15:43 ` Simon Stelling
0 siblings, 2 replies; 5+ messages in thread
From: Mirko Bronzi @ 2007-02-22 15:13 UTC (permalink / raw
To: gentoo-amd64
Hi,
I got this dependencies broken, so I can't use Skype and firefox-bin
because the system can't retrieve libstdc++.so.5.
I search with strace, but the problem is I don't have that file
installed on the system (weel, I got the 64 bit ELF version...)
Can you say me wich is the package containing this file in 32 bit
mode? I suppose it is something like emul-linux* , but I can't find
that file in them....
--
Mirko Bronzi
http://www.gentoo.org/
http://www.ubuntu.com/
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-amd64] libstdc++.5 with skype and firefox-bin
2007-02-22 15:13 [gentoo-amd64] libstdc++.5 with skype and firefox-bin Mirko Bronzi
@ 2007-02-22 15:19 ` Bob Sanders
2007-02-22 15:38 ` Mirko Bronzi
2007-02-22 15:43 ` Simon Stelling
1 sibling, 1 reply; 5+ messages in thread
From: Bob Sanders @ 2007-02-22 15:19 UTC (permalink / raw
To: gentoo-amd64
Mirko Bronzi, mused, then expounded:
> Hi,
> I got this dependencies broken, so I can't use Skype and firefox-bin
> because the system can't retrieve libstdc++.so.5.
>
> I search with strace, but the problem is I don't have that file
> installed on the system (weel, I got the 64 bit ELF version...)
> Can you say me wich is the package containing this file in 32 bit
> mode? I suppose it is something like emul-linux* , but I can't find
> that file in them....
>
Looks like:
rsanders@crosis ~ $ esearch -Sc libstdc++
[ I] app-emulation/emul-linux-x86-compat (1.0-r1): emul-linux-x86 version of lib-compat, with the addition of a 32bit libgcc_s and the libstdc++ versions provided by gcc 3.3 and 3.4 for non-multilib systems.
[ N] sys-libs/libstdc++-v3 (3.3.4): Compatibility package for running binaries linked against a pre gcc 3.4 libstdc++
[ N] virtual/libstdc++ (3.3): Virtual for the GNU Standard C++ Library
Bob
-
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-amd64] libstdc++.5 with skype and firefox-bin
2007-02-22 15:19 ` Bob Sanders
@ 2007-02-22 15:38 ` Mirko Bronzi
0 siblings, 0 replies; 5+ messages in thread
From: Mirko Bronzi @ 2007-02-22 15:38 UTC (permalink / raw
To: gentoo-amd64
Thanks for the answer....
virtual/libstdc++ is a virttual, it does nothing...
sys-libs/libstdc++-v3 has the file I need, but is 64bit ELF
(compatibility is with gcc 3.3/4, but 64)
app-emulation/emul-linux-x86-compat has the 32 bit files, but they are
libstdc++.so.2*, can I use them? I need the *so.5...I'm gonna try
now...
On 2/22/07, Bob Sanders <rsanders@sgi.com> wrote:
> Mirko Bronzi, mused, then expounded:
> > Hi,
> > I got this dependencies broken, so I can't use Skype and firefox-bin
> > because the system can't retrieve libstdc++.so.5.
> >
> > I search with strace, but the problem is I don't have that file
> > installed on the system (weel, I got the 64 bit ELF version...)
> > Can you say me wich is the package containing this file in 32 bit
> > mode? I suppose it is something like emul-linux* , but I can't find
> > that file in them....
> >
>
> Looks like:
>
> rsanders@crosis ~ $ esearch -Sc libstdc++
> [ I] app-emulation/emul-linux-x86-compat (1.0-r1): emul-linux-x86 version of lib-compat, with the addition of a 32bit libgcc_s and the libstdc++ versions provided by gcc 3.3 and 3.4 for non-multilib systems.
> [ N] sys-libs/libstdc++-v3 (3.3.4): Compatibility package for running binaries linked against a pre gcc 3.4 libstdc++
> [ N] virtual/libstdc++ (3.3): Virtual for the GNU Standard C++ Library
>
> Bob
> -
> --
> gentoo-amd64@gentoo.org mailing list
>
>
--
Mirko Bronzi
http://www.gentoo.org/
http://www.ubuntu.com/
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-amd64] libstdc++.5 with skype and firefox-bin
2007-02-22 15:13 [gentoo-amd64] libstdc++.5 with skype and firefox-bin Mirko Bronzi
2007-02-22 15:19 ` Bob Sanders
@ 2007-02-22 15:43 ` Simon Stelling
2007-02-22 16:05 ` Mirko Bronzi
1 sibling, 1 reply; 5+ messages in thread
From: Simon Stelling @ 2007-02-22 15:43 UTC (permalink / raw
To: gentoo-amd64
Mirko Bronzi wrote:
> I got this dependencies broken, so I can't use Skype and firefox-bin
> because the system can't retrieve libstdc++.so.5.
This was reported yesterday already. The skype ebuild didn't depend on
app-emulation/emul-linux-x86-compat, but it's corrected now. Simply
merge that package and the errors will go away.
--
Kind Regards,
Simon Stelling
Gentoo/AMD64 developer
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-amd64] libstdc++.5 with skype and firefox-bin
2007-02-22 15:43 ` Simon Stelling
@ 2007-02-22 16:05 ` Mirko Bronzi
0 siblings, 0 replies; 5+ messages in thread
From: Mirko Bronzi @ 2007-02-22 16:05 UTC (permalink / raw
To: gentoo-amd64
Weel, I already got it installed, but re-emerging it works!
Thank you :)
On 2/22/07, Simon Stelling <blubb@gentoo.org> wrote:
> Mirko Bronzi wrote:
> > I got this dependencies broken, so I can't use Skype and firefox-bin
> > because the system can't retrieve libstdc++.so.5.
>
> This was reported yesterday already. The skype ebuild didn't depend on
> app-emulation/emul-linux-x86-compat, but it's corrected now. Simply
> merge that package and the errors will go away.
>
> --
> Kind Regards,
>
> Simon Stelling
> Gentoo/AMD64 developer
> --
> gentoo-amd64@gentoo.org mailing list
>
>
--
Mirko Bronzi
http://www.gentoo.org/
http://www.ubuntu.com/
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-02-22 16:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-22 15:13 [gentoo-amd64] libstdc++.5 with skype and firefox-bin Mirko Bronzi
2007-02-22 15:19 ` Bob Sanders
2007-02-22 15:38 ` Mirko Bronzi
2007-02-22 15:43 ` Simon Stelling
2007-02-22 16:05 ` Mirko Bronzi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox