Re: [sqlite] building 3.4.1

2007-08-10 Thread Victor Secarin
I have solved the failed tests reported a few days ago, and I have now the proof that none of them is blamed on sqlite. For what it is worth, here are the details: The source is sqlite 3.4.1 last updated on August 9 The platforms and compilers are: - Enterprise 3, 32 and 64 bits, gcc 3.2.3 - En

Re: [sqlite] building 3.4.1

2007-08-03 Thread Victor Secarin
The lock4-1.3 problem happens ONLY when lock4.test is run after lock3.test: = [EMAIL PROTECTED] arcturus | sqlite.arcturus.gcc > ./testfixture ../sqlite/test/lock4.test lock4-1.1... Ok lock4-1.2... Ok lock4-1.3... Ok

Re: [sqlite] building 3.4.1

2007-08-03 Thread Joe Wilson
The string "integer value too large to represent" is not found in sqlite sources, so I assume it is an error in either in Tcl or the tcl test harness. I have no idea why the checksum of the databases in malloc2-1.1.28.5 is different, or whether it is harmless. As for the malloc2.1.5 failure, as

Re: [sqlite] building 3.4.1, running tests

2007-08-03 Thread Joe Wilson
./testfixture test/select1.test > Is there a way to run a single test of my choice? Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search http://search.yahoo.com/search?fr=oni_on

Re: [sqlite] building 3.4.1, running tests

2007-08-03 Thread Victor Secarin
Is there a way to run a single test of my choice? Victor Secarin Joe Wilson wrote: Can you post the output for the failed tests? i.e.: footest-13.1... Expected: [10] Got: [0] --- Victor Secarin <[EMAIL PROTECTED]> wrote: Hello, everyone. I just started to look at the software and

Re: [sqlite] building 3.4.1

2007-08-03 Thread Victor Secarin
Here are the fulltest errors I get trying to build sqlite 3.4.1 with the included gcc on Enterprise 3, 4 and Fedora 5. After building tcl8.4.7 and installing it in /usr/local, I was able to configure with "--with-tcl=/usr/local/lib" and build the two libraries completely and then run the fulltes

Re: [sqlite] building 3.4.1

2007-08-01 Thread Joe Wilson
Can you post the output for the failed tests? i.e.: footest-13.1... Expected: [10] Got: [0] --- Victor Secarin <[EMAIL PROTECTED]> wrote: > Hello, everyone. I just started to look at the software and I have two > questions: > > Question 1: > > > > Building sqlite-3.4.1, as obta

[sqlite] building 3.4.1

2007-08-01 Thread Victor Secarin
Hello, everyone. I just started to look at the software and I have two questions: Question 1: Building sqlite-3.4.1, as obtained from the cvs, on Fedora 5, 64 bits, with gcc 4.1.1, over glibc-2.4-11, and tcl/tcl-devel 8.4.13-1.1, followed by "make fulltest", I get the following three f