After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 434101 - [gsm] doesn't link against libgstbase-0.10
[gsm] doesn't link against libgstbase-0.10
Status: VERIFIED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-28 12:00 UTC by Igor Zubkov
Modified: 2007-05-11 15:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (629 bytes, patch)
2007-04-28 12:00 UTC, Igor Zubkov
none Details | Review

Description Igor Zubkov 2007-04-28 12:00:23 UTC
gsm module from gst-plugins-bad don't properly linked.

Just run on them ldd -r -u.

Patch which fixes this i will attach.
Comment 1 Igor Zubkov 2007-04-28 12:00:48 UTC
Created attachment 87183 [details] [review]
Patch
Comment 2 Tim-Philipp Müller 2007-04-28 13:11:00 UTC
Thanks for the bug report and the patch, but I think this is already fixed in CVS.  This commit should have fixed it:

  2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>

        * configure.ac:
        * ext/gsm/Makefile.am:
        * ext/ladspa/Makefile.am:
        * ext/wavpack/Makefile.am:
        * gst/equalizer/Makefile.am:
        * gst/filter/Makefile.am:
        * gst/mve/Makefile.am:
        * gst/nsf/Makefile.am:
        * gst/replaygain/Makefile.am:
        * gst/speed/Makefile.am:
          Fix build with LDFLAGS='-Wl,-z,defs'.

Please let us know if it still doesn't work for you with -bad CVS.

Comment 3 Igor Zubkov 2007-05-11 14:56:11 UTC
(In reply to comment #2)
> Thanks for the bug report and the patch, but I think this is already fixed in
> CVS.  This commit should have fixed it:

Yes. This is bug fixed in SVN now. Thanks!