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 741913 - Build fixes
Build fixes
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2014-12-23 15:13 UTC by Marc-Andre Lureau
Modified: 2014-12-29 20:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove NoArrayLength usage (2.15 KB, patch)
2014-12-23 15:13 UTC, Marc-Andre Lureau
committed Details | Review
tracker: update_async throws GLib.Error (5.28 KB, patch)
2014-12-23 15:13 UTC, Marc-Andre Lureau
committed Details | Review

Description Marc-Andre Lureau 2014-12-23 15:13:24 UTC
Some build error fixes.
Comment 1 Marc-Andre Lureau 2014-12-23 15:13:27 UTC
Created attachment 293269 [details] [review]
Remove NoArrayLength usage

Solves the following build error:
make[3]: Entering directory '/home/elmarco/src/gnome/rygel/src/rygel'
  VALAC    rygel_vala.stamp
  rygel-cmdline-config.vala:40.6-40.18: warning: attribute
  `NoArrayLength' never used
      [NoArrayLength]
           ^^^^^^^^^^^^^
           rygel-cmdline-config.vala:63.6-63.18: warning: attribute
  `NoArrayLength' never used
      [NoArrayLength]
           ^^^^^^^^^^^^^
           rygel-cmdline-config.vala:66.6-66.18: warning: attribute
  `NoArrayLength' never used
      [NoArrayLength]
           ^^^^^^^^^^^^^
           rygel-cmdline-config.vala:69.6-69.18: warning: attribute
  `NoArrayLength' never used
      [NoArrayLength]
           ^^^^^^^^^^^^^
Compilation failed: 0 error(s), 4 warning(s)
Makefile:791: recipe for target 'rygel_vala.stamp' failed
Comment 2 Marc-Andre Lureau 2014-12-23 15:13:35 UTC
Created attachment 293270 [details] [review]
tracker: update_async throws GLib.Error

Solves the following build error:

make[4]: Entering directory '/home/elmarco/src/gnome/rygel/src/plugins/tracker'
VALAC    librygel_tracker_la_vala.stamp
rygel-tracker-selection-query.vala:90.24-90.50: warning: unhandled error `GLib.Error'
result = yield resources.query_async (str);
^^^^^^^^^^^^^^^^^^^^^^^^^^^
rygel-tracker-cleanup-query.vala:49.15-49.42: warning: unhandled error `GLib.Error'
yield resources.update_async (str);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
rygel-tracker-insertion-query.vala:129.27-129.60: warning: unhandled error `GLib.Error'
Variant v = yield resources.update_blank_async (str);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
rygel-tracker-insertion-query.vala:144.32-145.71: warning: unhandled error `GLib.Error'
rygel-tracker-deletion-query.vala:48.15-48.42: warning: unhandled error `GLib.Error'
yield resources.update_async (str);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 0 error(s), 5 warning(s)
Makefile:1167: recipe for target 'librygel_tracker_la_vala.stamp' failed
Comment 3 Jens Georg 2014-12-29 20:26:32 UTC
Attachment 293269 [details] pushed as da29cce - Remove NoArrayLength usage
Attachment 293270 [details] pushed as c8b5078 - tracker: update_async throws GLib.Error