[sqlite] [patch] for test/backup2.test

2017-07-06 Thread Pavel Volkov
Hello. Please, make test 'test/backup2.test' more compatible with FreeBSD. This is patch for it: --- test/backup2.test.orig 2017-07-07 04:59:34 UTC +++ test/backup2.test @@ -143,7 +143,7 @@ do_test backup2-9 { # if {$tcl_platform(platform)=="windows"} { set msg {cannot open source

Re: [sqlite] Incompatibility into configure.ac

2017-04-04 Thread Pavel Volkov
Richard Hipp wrote: > >> On 4/4/17, Pavel Volkov <pavelivol...@googlemail.com> wrote: >> >>> The "+ =" operator works as you would expect in bash only. >>> And it causes an error in the Bourne shell, for example. >>> >> >> You have p

[sqlite] Incompatibility into configure.ac

2017-04-04 Thread Pavel Volkov
Hello. Please, replace the "+ =" operators in the configure.ac file with a more compatible way of combining strings. The "+ =" operator works as you would expect in bash only. And it causes an error in the Bourne shell, for example. Please, see this patch: --- configure.ac.orig 2017-04-03

Re: [sqlite] freebsd 11 SQLite build: readline/readline.h file not found

2016-10-18 Thread Pavel Volkov
Hello. Readline now don't part of FreeBSD. You should add flag -I /usr/local/include into your compilation process. See flags in the port database/sqlite3. PS I'm sorry. I am in vacation now. On Oct 16, 2016 2:46 AM, "jungle Boogie" wrote: > Hi All, > > I just

[sqlite] You may add sha256 checksum for files in the download page?

2016-04-03 Thread Pavel Volkov
Hello. I ask for easy check checksum. Not because of the hacking. Thank you. On 3 April 2016 at 18:19, Luuk wrote: > > > On 02-04-16 19:13, Simon Slavin wrote: >> >> On 2 Apr 2016, at 11:35am, Pavel Volkov wrote: >> >>> You may add sha256 checksum for fi

[sqlite] You may add sha256 checksum for files in the download page?

2016-04-02 Thread Pavel Volkov
Hello developers. You may add sha256 checksum for files in the download page? (https://en.wikipedia.org/wiki/SHA-2). sha256 used as default algorithm in the FreeBSD ports tree. It is would be convenient. Please. __ With regards, Pavel.

[sqlite] amalgamation sqlite3.c:142353: warning: assignment from incompatible pointer type

2014-01-04 Thread Pavel Volkov
Hello. During compilation, the warning occurs sqlite3.c: In function 'deserializeGeometry': sqlite3.c:142353: warning: assignment from incompatible pointer type for the sources of http://www.sqlite.org/2013/sqlite-autoconf-3080200.tar.gz with -DSQLITE_RTREE_INT_ONLY=1 and really 142314 /*

Re: [sqlite] Don't passes next tests on FreeBSD: atof1-*

2013-03-09 Thread Pavel Volkov
FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 r...@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 %sqlite3 :memory: SQLite version 3.7.15.1 2012-12-19 20:39:10 Enter ".help" for instructions Enter SQL

Re: [sqlite] Don't passes next tests on FreeBSD: atof1-*

2013-03-08 Thread Pavel Volkov
118 values(b) = 4.4003536420313e+118 values(c) = 1 values(*) = a b c values(a) = 4.40035364203128e+118 values(b) = 4.4003536420313e+118 values(c) = 2 values(*) = a b c values(a) = 4.40035364203128e+118 values(b) = 4.4003536420313e+118 values(c) = 3 values(*) = a b c values(a) = 4.40035364203128e+118 values(b) = 4.4003536420313e+118 values(c) = 4 -

Re: [sqlite] Don't passes next tests on FreeBSD: atof1-*

2013-03-08 Thread Pavel Volkov
Excuse me, the test (test/atof1.test) of sqlite3 distribution, of course. It is guilty? Or tcl real to text conversation? Why only on the platform x32. Thanks. On Fri, Mar 8, 2013 at 3:10 PM, Richard Hipp <d...@sqlite.org> wrote: > On Fri, Mar 8, 2013 at 6:00 AM, Pavel Volkov &

Re: [sqlite] Don't passes next tests on FreeBSD: atof1-*

2013-03-08 Thread Pavel Volkov
Hello again. This problem was initially detected in the test "test/atof1.test", only on x32 platform. On x64 it work correct. On Fri, Mar 8, 2013 at 2:54 PM, Richard Hipp <d...@sqlite.org> wrote: > On Fri, Mar 8, 2013 at 5:34 AM, Pavel Volkov <pavelivol...@gmail.

Re: [sqlite] Don't passes next tests on FreeBSD: atof1-*

2013-03-08 Thread Pavel Volkov
And more tests. Perhaps one of the problems in converting real -> text? #!/usr/local/bin/tclsh8.6 # do_test atof1-1.$i.1 package require platform puts "\nplatform: [platform::generic]" puts "sqlite version: [package require

Re: [sqlite] Don't passes next tests on FreeBSD: atof1-*

2013-03-08 Thread Pavel Volkov
86031058909193863e+118 x = 4.400353642031278e+118 xf = 4.400353642031277860310589091938627241607447857305708019118800e+118 x = 4.400353642031277860310589091938627241607447857305708019118800e+118 db eval "SELECT $xf=\$x" : 0 <--- this is wrong expr { $xf == $x } : 1 ---

[sqlite] memsubsys1-8.4...Assertion failed: (EIGHT_BYTE_ALIGNMENT(p)) with --enable-debug

2013-01-11 Thread Pavel Volkov
Hello. I'm found next error in tests memsubsys1-8.3... Ok memsubsys1-8.4...Assertion failed: (EIGHT_BYTE_ALIGNMENT(p)), function sqlite3Malloc, file sqlite3.c, line 18891. *** [test] Signal 6 when compiling sqlite with options CONFIGURE_ARGS+=--enable-debug CPPFLAGS+= -Wall

Re: [sqlite] Don't passes next tests on FreeBSD: atof1-*

2013-01-11 Thread Pavel Volkov
Hello. On a 64 bit system, all the tests running are successful. log compilation https://docs.google.com/file/d/0Bz0ZXsXvwY_gc09EeWk1VEktRVk/edit log testing https://docs.google.com/file/d/0Bz0ZXsXvwY_geDlIRWlUSTZTMFE/edit My operating system: FreeBSD fb2.localhost 9.1-PRERELEASE FreeBSD

Re: [sqlite] Don't passes next tests on FreeBSD: atof1-*

2013-01-06 Thread Pavel Volkov
1 #define __unix 1 #define __unix__ 1 #define i386 1 #define unix 1 On Sat, Jan 5, 2013 at 4:55 PM, Richard Hipp <d...@sqlite.org> wrote: > On Sat, Jan 5, 2013 at 1:40 AM, Pavel Volkov <pavelivol...@gmail.com> wrote: > >> Hello. Excuse me. >> I found the following er

Re: [sqlite] sqlite3.c:134542: warning: assignment from incompatible pointer type

2012-12-24 Thread Pavel Volkov
: Sat Oct 13 11:23:27 MSK 2012 root@test:/usr/obj/usr/src/sys/GENERIC i386 On Sun, Dec 23, 2012 at 11:49 PM, Larry Brasfield <larry_brasfi...@iinet.com> wrote: > Pavel Volkov wrote: >> >> Please consider the following error: >> >> sqlite3.c: In function 'deserial

[sqlite] sqlite3.c:134542: warning: assignment from incompatible pointer type

2012-12-23 Thread Pavel Volkov
Hello. Please consider the following error: sqlite3.c: In function 'deserializeGeometry': sqlite3.c:134542: warning: assignment from incompatible pointer type And the patch for it. ___ sqlite-users mailing list sqlite-users@sqlite.org