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 329280 - compile error with sqlite 3.3.2 and beagle 0.2.1
compile error with sqlite 3.3.2 and beagle 0.2.1
Status: RESOLVED NOTGNOME
Product: beagle
Classification: Other
Component: General
0.2.1
Other Linux
: Normal normal
: ---
Assigned To: Beagle Bugs
Beagle Bugs
Depends on:
Blocks:
 
 
Reported: 2006-01-30 23:18 UTC by Christopher Aillon
Modified: 2006-01-31 18:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christopher Aillon 2006-01-30 23:18:10 UTC
output from configure:

checking for SQLITE... checking for SQLITE... configure: error: You need to install sqlite 2.x or >= 3.3.1

Seems the sqlite3 package from upstream reports itself only as 3.3

% pkg-config --modversion sqlite3
3.3
% rpm -q sqlite
sqlite-3.3.2-0
Comment 1 Christopher Aillon 2006-01-31 07:06:44 UTC
See also: http://www.sqlite.org/cvstrac/tktview?tn=1639
Comment 2 Joe Shaw 2006-01-31 18:09:58 UTC
Thanks for the report.

I filed that issue with sqlite.  At least one of our users was running 3.3.0 and reported a problem on the mailing list, so I'm not going to change this back in Beagle.

Sqlite 3.3.x is alpha and probably still buggy, so I recommend against shipping it or using it by default in Fedora.  Either way, I think the more correct thing to do here is to patch sqlite to provide the right version.  If anything, the alpha status of sqlite 3.3.x makes me feel like we shouldn't work around this issue in Beagle.

Closing NOTGNOME.