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

Bug 293300

Summary: media-sound/mumble-1.2.0_beta1 tries to load media-libs/celt-0.7.0 under wrong library name
Product: Gentoo Linux Reporter: Dennis Schridde <dschridde+gentoobugs>
Component: Current packagesAssignee: Timo Gurr (RETIRED) <tgurr>
Status: RESOLVED FIXED    
Severity: normal CC: scan2006, voip+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Dennis Schridde 2009-11-15 17:03:29 UTC
media-sound/mumble-1.2.0_beta1 tries to load media-libs/celt-0.7.0 as "libcelt.so.0.7.0", but the actually installed library is named "libcelt.so.0.0.0". Thus CELT support in Mumble is supposedly missing, but can be restored by symlinking libcelt.so.0.7.0 to libcelt.so.0.0.0.

Reproducible: Always
Comment 1 Timo Gurr (RETIRED) gentoo-dev 2009-11-20 00:45:59 UTC
Thanks for your report & solution Dennis, I've committed media-libs/celt-0.7.0-r1 to CVS which installs a versioned symlink.
Comment 2 Dennis Schridde 2010-02-01 21:46:14 UTC
Issue reappears with media-libs/celt-0.7.1.
The library is now named libcelt0.so.0.0.0, but Mumble expects libcelt.so.0.0.0.
Comment 3 Timo Gurr (RETIRED) gentoo-dev 2010-02-02 01:20:05 UTC
Thanks for reporting again, I've applied the relevant part of the upstream patch in -r1.
Comment 4 Timo Gurr (RETIRED) gentoo-dev 2010-02-03 10:45:52 UTC
*** Bug 302949 has been marked as a duplicate of this bug. ***