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 743245 - Version of libsqlite3 not updated into configure.ac
Version of libsqlite3 not updated into configure.ac
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: tracker-general
tracker-general
Depends on:
Blocks:
 
 
Reported: 2015-01-20 14:04 UTC by fabrice.louveau
Modified: 2016-05-08 19:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for the configure.ac (768 bytes, patch)
2015-01-20 14:04 UTC, fabrice.louveau
needs-work Details | Review

Description fabrice.louveau 2015-01-20 14:04:09 UTC
Created attachment 294996 [details] [review]
Patch for the configure.ac

Ubuntu 12.04 (sqlite-3.7.9)
tracker-1.3.2

During compilation, I encountered the following error:
../../src/libtracker-data/.libs/libtracker-data.so: undefined reference to `sqlite3_errstr'

This function has been added into sqlite3 since 3.7.15

Need to update configure.ac in repository.
Comment 1 Martyn Russell 2015-01-27 18:50:52 UTC
Comment on attachment 294996 [details] [review]
Patch for the configure.ac

Hi Fabrice, patch looks good, but can you mention in the commit message body:
a) WHY the version bump is needed
b) this bug report so others can find out more.

Thanks, if you do that you can just go ahead and commit without further review.
Comment 2 fabrice.louveau 2015-02-02 13:04:07 UTC
How can I commit into tracker project ?
Do I need to create a gnome account ?
Comment 3 Carlos Garnacho 2016-05-08 19:51:06 UTC
Thanks for the patch. I pushed it after some commit log touchups.