GNOME Bugzilla – Bug 660217
folks-0.6.3.2 requires tracker-0.12, but configure.ac calls VALA_CHECK_PACKAGES([tracker-sparql-0.10])
Last modified: 2011-09-27 15:34:53 UTC
folks-0.6.3.2 fails configure with --enable-tracker-backend --enable-vala due to the VALA_CHECK_PACKAGES([tracker-sparql-0.10]) macro, which was apparently missed during commit 23c38576.
Nice catch! I had tracker-sparql-0.10 installed system-wide, which is why I didn't catch this. commit 58d8b4789cf6d1118b9a2fae1bc46bd108f99d26 Author: Travis Reitter <travis.reitter@collabora.co.uk> Date: Tue Sep 27 08:12:17 2011 -0700 Use consistent version checking for tracker-sparql-0.12 Closes: bgo#660217 - folks-0.6.3.2 requires tracker-0.12, but configure.ac calls VALA_CHECK_PACKAGES([tracker-sparql-0.10]) NEWS | 2 ++ configure.ac | 12 +++++------- 2 files changed, 7 insertions(+), 7 deletions(-)