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 690614 - Some plugins fail to load
Some plugins fail to load
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
git master
Other Linux
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2012-12-21 14:32 UTC by Bastien Nocera
Modified: 2013-01-04 10:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix linking of the podcasts and shoutcast plugins (1.33 KB, patch)
2012-12-21 14:35 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2012-12-21 14:32:58 UTC
After adding the debug (see other bugs), I get:

(totem:1344): Grilo-WARNING **: [registry] grl-registry.c:787: Failed to open module: /home/hadess/Projects/gnome-install/lib64/grilo-0.2/libgrlshoutcast.so: undefined symbol: grl_net_wc_request_finish

(totem:1344): Grilo-WARNING **: [registry] grl-registry.c:787: Failed to open module: /home/hadess/Projects/gnome-install/lib64/grilo-0.2/libgrlpodcasts.so: undefined symbol: grl_net_wc_request_finish

grilo, grilo-plugins and totem are all from master, built in jhbuild, and some of the other plugins that use the same functions work correctly.
Comment 1 Bastien Nocera 2012-12-21 14:35:51 UTC
Created attachment 232064 [details] [review]
Fix linking of the podcasts and shoutcast plugins
Comment 2 Juan A. Suarez Romero 2013-01-04 10:16:12 UTC
commit 43f32ed8e97e9374f43f25bde904f416f9aae478
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 21 15:33:00 2012 +0100

    build: Fix linking of the podcasts and shoutcast plugins
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690614

 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)