https://bugs.freedesktop.org/show_bug.cgi?id=39034
--- Comment #7 from Chris Vine <[email protected]> 2011-07-09 08:00:37 PDT --- "Perhaps the GTK app is using libcanberra (e.g. via the canberra gtk module) and it in turn is linked strangely against pulseaudio's libpulsecommon?" Spot on, although it is libcanberra's pulseaudio module rather than its gtk module. I recompiled libcanberra, the problem disappears and: $ objdump -p /usr/lib/libcanberra-0.28/libcanberra-pulse.so | grep pulse gives: NEEDED libpulse.so.0 NEEDED libpulsecommon-0.9.23.so So libcanberra as well as gnome-shell is also improperly linking with libpulsecommon on my system. Since libcanberra is I believe also one of Lennart's projects, if it is not a libtool-2.4 issue then one of his projects does not like another one. Anyway, if any other gnome users are experiencing the same issue and happen to read this bug report, the problem appears to be resolved, pro tem, by recompiling libcanberra and gnome-shell whenever pulseaudio is upgraded. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ pulseaudio-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs
