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 726702 - build error: implicit declaration of function 'grl_source_get_tags'
build error: implicit declaration of function 'grl_source_get_tags'
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-03-19 12:34 UTC by Olav Vitters
Modified: 2014-03-25 13:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Olav Vitters 2014-03-19 12:34:09 UTC
In brief: Seems grilo 0.2.10 is required. configure.ac should be updated.

totem-grilo.c: In function 'source_is_adult':
totem-grilo.c:258:2: error: implicit declaration of function 'grl_source_get_tags' [-Werror=implicit-function-declaration]
  tags = grl_source_get_tags (source);
  ^
totem-grilo.c:258:2: warning: nested extern declaration of 'grl_source_get_tags' [-Wnested-externs]
totem-grilo.c:258:7: warning: assignment makes pointer from integer without a cast [enabled by default]
  tags = grl_source_get_tags (source);
       ^
totem-grilo.c: In function 'totem_grilo_finalize':
totem-grilo.c:2417:9: warning: unused variable 's' [-Wunused-variable]
  GList *s;
         ^
totem-grilo.c:2416:9: warning: unused variable 'sources' [-Wunused-variable]
  GList *sources;
         ^
totem-grilo.c: At top level:
totem-grilo.c:2325:1: warning: 'create_debug_window' defined but not used [-Wunused-function]
 create_debug_window (TotemGrilo       *self,
 ^



Full build log at: http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20140318111738.ovitters.valstar.2566/log/totem-3.11.91-1.mga5/build.0.20140318112010.log
Comment 1 Bastien Nocera 2014-03-25 13:16:39 UTC
commit 195873fe8a6adda5b2b0d78266559e69f1f513a1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Mar 25 14:11:36 2014 +0100

    build: Require grilo 0.2.10
    
    For grl_source_get_tags()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=726702