[sqlite] SQLite build dependency on tclsh

2015-10-27 Thread Jan Staněk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, with the recent replacement of awk build scripts with tclsh ones, a problem has risen. The tcl is not commonly available when building the environment/distribution from ground up (bootstrap), and as a consequence, SQLite can no longer be built in

[sqlite] Bug: Cannot compile the new sqlite-src-3081001: preprocessor and testuite errors

2015-05-11 Thread Jan Staněk
Hello, I'm trying to build sqlite from source (sqlite-src) for Fedora. In the latest version (3.8.10.1), I encountered two issues that prevents me from building it: 1) The compilation fails on file sqlite3_analyzer.c, with error sqlite3_analyzer.c:14131:30: error: #if with no expression

Re: [sqlite] Bugreport - slowdown in sqlite after the ANALYZE statement

2014-12-10 Thread Jan Staněk
Thank you very much for the explanation and tips, they are appreciated. Dne 9.12.2014 v 14:30 Richard Hipp napsal(a): > Answered by adding a comment at > https://bugzilla.redhat.com/show_bug.cgi?id=1161844 > > On Tue, Dec 9, 2014 at 6:06 AM, Jan Staněk <jsta...@redhat.com> wrot

[sqlite] Bugreport - slowdown in sqlite after the ANALYZE statement

2014-12-09 Thread Jan Staněk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, some of the banshee users noticed a huge slowdown in its operation after upgrading to version 3.8.7 from 3.8.6. Here is the related log : [4 Debug 13:24:27.263] Executed in 12819ms DELETE FROM CoreCache WHERE ModelID = 9;

[sqlite] sqlite3_value_type dereferencing NULL pointer

2014-10-02 Thread Jan Staněk
During the running of the fail2ban daemon, which uses python2.7 bindings for sqlite, the function sqlite3_value_type dereferenced a NULL pointer, thus causing Segmentation fault error. Bellow are attached links to stacktraces leading to this segfault ([1] and more detailed in [2]). [1]

[sqlite] Failed test on aarch64

2013-11-26 Thread Jan Staněk
Hello, I'm trying to build sqlite for aarch64 (ARMv8) and one of the expression tests is failing (specifically e_expr-31.2.4) with: > Expected: [integer -9223372036854775808] > Got: [integer 9223372036854775807] >From the comment, I gather that this should test correct CASTing from REAL to

[sqlite] SQLite 3.8.0 percentile test failure

2013-09-09 Thread Jan Staněk
Hello, I have trouble building the sqlite for i686 architecture. One of the percentile tests (percentile-2.1.50) fails, because it expects result of exactly 274.5 and got 274.50004681, which is very near, but not exact. I've built previous versions without problem, so I guess

Re: [sqlite] Documentation license

2013-05-28 Thread Jan Staněk
Dne 28.5.2013 15:25, Richard Hipp napsal(a): On Tue, May 28, 2013 at 9:04 AM, Jan Staněk <jsta...@redhat.com> wrote: . May I suggest update of the webpage http://www.sqlite.org/copyright.htmlto reflect current state? It would help preventing similar "bug reports". Is the

Re: [sqlite] Documentation license

2013-05-28 Thread Jan Staněk
Dne 28.5.2013 14:53, Richard Hipp napsal(a): On Tue, May 28, 2013 at 8:37 AM, Jan Staněk <jsta...@redhat.com> wrote: Hello, as a maintainer of sqlite in Fedora, I recently found out that the license of the sqlite documentation is not specified - the web page only states that documen

[sqlite] Documentation license

2013-05-28 Thread Jan Staněk
Hello, as a maintainer of sqlite in Fedora, I recently found out that the license of the sqlite documentation is not specified - the web page only states that documentation or its parts may be licensed under various licenses, and that the details are unclear. Recently a bug was opened (see

[sqlite] Feature request: Support for aarch64

2013-04-23 Thread Jan Staněk
Hello, support for the ARM 64 bit CPU architecture (aarch64) was introduced in autoconf 2.69. sqlite appears to use an earlier version of autoconf, preventing its being built. Would it be possible to migrate sqlite to new version of autoconf? Thanks for answer, Jan Stanek