Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 94870

Summary: media-libs/win32codecs requires libstdc++.so.5
Product: Gentoo Linux Reporter: ferret <ferret-bgo>
Component: Current packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED DUPLICATE    
Severity: normal CC: leroutier
Priority: High    
Version: unspecified   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---

Description ferret 2005-06-02 15:22:20 UTC
ldd: warning: you do not have execution permission for `/usr/lib/real/cook.so'
  broken /usr/lib/real/cook.so (requires libstdc++.so.5)
ldd: warning: you do not have execution permission for `/usr/lib/real/drvc.so'
  broken /usr/lib/real/drvc.so (requires libstdc++.so.5)

This system (quite correctly) doesn't have a libstdc++.so.5, because it has
libstdc++.so.6 from gcc-3.4.4.

And no, I'd rather not have to install sys-libs/libstdc++-v3.  That's like a
step in the totally wrong direction. ;)

Nothing relevant or helpful found on mplayerhq.hu (no surprises there).  Not
sure how this can be fixed either.

a) distribute with a binary libstdc++.so.5?
b) wait for upstream fix?
c) ...?
d) depend on sys-libs/libstdc++-v3 (except you can't, because portage isn't
clever enough to know if sys-devel/gcc provides libstdc++.so.5 or not).
e) get rid of the real stuff from win32codecs altogether? (:

Note: a generic solution to (d) for all packages would be nice.  Perhaps
libstdc++ should just be made a separate slotted ebuild for all gcc versions? :)
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2005-06-02 15:39:08 UTC
DEPEND="|| ( libstdc++-v3 <gcc-3.4 )" maybe?
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-06-02 15:45:11 UTC
(In reply to comment #1)
> DEPEND="|| ( libstdc++-v3 <gcc-3.4 )" maybe?

What will this do if you have both <gcc-3.4 and >=gcc-3.4 installed?
Comment 3 SpanKY gentoo-dev 2005-06-02 16:24:50 UTC

*** This bug has been marked as a duplicate of 84961 ***
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-01-14 05:39:05 UTC
*** Bug 118978 has been marked as a duplicate of this bug. ***