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 739149 - Bump glib version (g_str_match_string is only in glib >= 2.40)
Bump glib version (g_str_match_string is only in glib >= 2.40)
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: tracker-general
Depends on:
Blocks:
 
 
Reported: 2014-10-24 21:37 UTC by Ivan Frade
Modified: 2014-10-28 09:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ivan Frade 2014-10-24 21:37:30 UTC
Compiling a fresh checkout from the repo:

tracker-stats.o: In function `main':
/home/ivan/devel/work/tracker/src/tracker-utils/tracker-stats.c:247: undefined reference to `g_str_match_string'
collect2: error: ld returned 1 exit status


configure.ac is requiring glib 2.38, but it seems "g_str_match_string" is only available in glib >= 2.40
Comment 1 Martyn Russell 2014-10-28 09:39:29 UTC
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.