GNOME Bugzilla – Bug 723800
3.11.5: requires unreleased geoclue without specifying this in configure
Last modified: 2014-02-06 21:54:39 UTC
Building g-s-d 3.11.5 results in this build failure for me: [ 1149s] gsd_test_datetime-gsd-timezone-monitor.o: In function `on_client_proxy_ready': [ 1149s] /home/abuild/rpmbuild/BUILD/gnome-settings-daemon-3.11.5/plugins/datetime/gsd-timezone-monitor.c:348: undefined reference to `geoclue_client_set_requested_accuracy_level' [ 1149s] collect2: error: ld returned 1 exit status [ 1149s] Makefile:662: recipe for target 'gsd-test-datetime' failed [ 1149s] make[4]: *** [gsd-test-datetime] Error 1 [ 1149s] make[4]: Leaving directory '/home/abuild/rpmbuild/BUILD/gnome-settings-daemon-3.11.5/plugins/datetime' geoclue_client_set_requested_accuracy_level does not exist in geoclue 2.1.0, which is the specified minimal requirement in configure: GEOCLUE_REQUIRED_VERSION=2.1.0
Thanks, bumped the geoclue dep to 2.1.2 in commit 5ea2ccb. This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.