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 739845 - grilo-plugins-0.2.13 fails to build: grl-local-metadata.c:520:37: error: 'GRL_METADATA_KEY_TITLE_FROM_FILENAME'
grilo-plugins-0.2.13 fails to build: grl-local-metadata.c:520:37: error: 'GRL...
Status: RESOLVED DUPLICATE of bug 739159
Product: grilo
Classification: Other
Component: plugins
unspecified
Other Linux
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2014-11-09 14:40 UTC by Markus Meier
Modified: 2014-11-09 15:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
media-plugins:grilo-plugins-0.2.13:20140926-001540.log (36.84 KB, text/plain)
2014-11-09 14:40 UTC, Markus Meier
Details

Description Markus Meier 2014-11-09 14:40:19 UTC
Created attachment 290271 [details]
media-plugins:grilo-plugins-0.2.13:20140926-001540.log

This happens on arm, not sure if this is arm-specific. gcc version 4.8 is used.

make[3]: Entering directory '/var/tmp/portage/media-plugins/grilo-plugins-0.2.13/work/grilo-plugins-0.2.13/src/local-metadata'
/bin/sh ../../libtool  --tag=CC   --mode=compile armv5tel-softfloat-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I../..    -pthread -I/usr/include/grilo-0.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2  -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -I/usr/include/libmediaart-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -DG_LOG_DOMAIN=\"GrlLocalMetadata\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -march=armv5te -pipe  -Wall  -Wmissing-declarations -std=c99  -c -o libgrllocalmetadata_la-grl-local-metadata.lo `test -f 'grl-local-metadata.c' || echo './'`grl-local-metadata.c
libtool: compile:  armv5tel-softfloat-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/grilo-0.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmediaart-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_LOG_DOMAIN=\"GrlLocalMetadata\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -march=armv5te -pipe -Wall -Wmissing-declarations -std=c99 -c grl-local-metadata.c  -fPIC -DPIC -o .libs/libgrllocalmetadata_la-grl-local-metadata.o
grl-local-metadata.c: In function 'resolve_video':
grl-local-metadata.c:520:37: error: 'GRL_METADATA_KEY_TITLE_FROM_FILENAME' undeclared (first use in this function)
     if (grl_data_get_boolean (data, GRL_METADATA_KEY_TITLE_FROM_FILENAME)) {
                                     ^
grl-local-metadata.c:520:37: note: each undeclared identifier is reported only once for each function it appears in
grl-local-metadata.c: In function 'grl_local_metadata_source_resolve':
grl-local-metadata.c:869:51: error: 'GRL_METADATA_KEY_TITLE_FROM_FILENAME' undeclared (first use in this function)
   if (grl_data_get_boolean (GRL_DATA (rs->media), GRL_METADATA_KEY_TITLE_FROM_FILENAME))
                                                   ^
Makefile:630: recipe for target 'libgrllocalmetadata_la-grl-local-metadata.lo' failed
make[3]: *** [libgrllocalmetadata_la-grl-local-metadata.lo] Error 1
make[3]: Leaving directory '/var/tmp/portage/media-plugins/grilo-plugins-0.2.13/work/grilo-plugins-0.2.13/src/local-metadata'
Makefile:562: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/var/tmp/portage/media-plugins/grilo-plugins-0.2.13/work/grilo-plugins-0.2.13/src'
Makefile:616: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/media-plugins/grilo-plugins-0.2.13/work/grilo-plugins-0.2.13'
Makefile:544: recipe for target 'all' failed
make: *** [all] Error 2
 * ERROR: media-plugins/grilo-plugins-0.2.13::gentoo failed (compile phase):
 *   emake failed
Comment 1 Victor Toso 2014-11-09 14:57:59 UTC
Missing GRL_METADATA_KEY_TITLE_FROM_FILENAME. You need to update grilo

https://bugzilla.gnome.org/show_bug.cgi?id=739159
Comment 2 Bastien Nocera 2014-11-09 15:55:10 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 739159 ***