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 732518 - Link with gmodule-2.0-no-export for g_module_*() API
Link with gmodule-2.0-no-export for g_module_*() API
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-omx
1.2.4
Other Linux
: Normal normal
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-06-30 20:15 UTC by m][sko
Modified: 2014-07-23 08:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
makefile with proper linking with GLIB on rpi (1.06 KB, patch)
2014-06-30 20:15 UTC, m][sko
rejected Details | Review

Description m][sko 2014-06-30 20:15:12 UTC
Can we add proper linking with GLIB to makefile for RPI ?
Comment 1 m][sko 2014-06-30 20:15:49 UTC
Created attachment 279636 [details] [review]
makefile with proper linking with GLIB on rpi
Comment 2 Tim-Philipp Müller 2014-06-30 20:22:45 UTC
Could you share with us what problem this solves exactly in what circumstances? :)

Does GST_LIBS not include a linker line for glib?
Comment 3 Sebastian Dröge (slomo) 2014-07-01 07:10:36 UTC
It's not needed here for building. How does it fail without your patch, and what's the distro you're using? Do you have a custom GLib or GStreamer installation on there?
Comment 4 m][sko 2014-07-01 07:27:22 UTC
debian wheezy on rpi (raspbian)

And I use this to create debian package
http://live.mdragon.org/gst-omx.tar.gz

and linking end with unknown symbols
http://pastebin.com/DwUp90Pn
Comment 5 Sebastian Dröge (slomo) 2014-07-01 07:38:59 UTC
Thanks, this should fix it:

commit 3d94d3e44d7576a43c8755b2f7b5cf35eb83e8a6
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Tue Jul 1 09:38:01 2014 +0200

    omx: Link to gmodule-2.0-no-export for being able to use the g_module_*() API
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732518