GNOME Bugzilla – Bug 739845
grilo-plugins-0.2.13 fails to build: grl-local-metadata.c:520:37: error: 'GRL_METADATA_KEY_TITLE_FROM_FILENAME'
Last modified: 2014-11-09 15:55:10 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
Missing GRL_METADATA_KEY_TITLE_FROM_FILENAME. You need to update grilo https://bugzilla.gnome.org/show_bug.cgi?id=739159
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 ***