Re: [sqlite] Re: [RESOLVED/PATCH] re: "Error: no such function: randstr" @ v3.3.8 on OSX

2007-01-03 Thread Dennis Cote
[EMAIL PROTECTED] wrote: yeah, yeah. ... Call me cranky if you want. It probably just makes some gee-whiz syntax checker tool stop complaining. Whatever... Richard, You do sound a little cranky. :-) Perhaps its just post holiday blues. Remember its supposed to be a *Happy* New

Re: [sqlite] Re: [RESOLVED/PATCH] re: "Error: no such function: randstr" @ v3.3.8 on OSX

2007-01-02 Thread snowcrash+sqlite
> well, a 0.04% test failure rate ain't bad! > Are you, perchance, running this on a network filesystem of some kind? nope. all on my 'local' box. just starting to look over these ... i had NOT *defined* UTF8 as the encoding of choice ... or, at all, actually. so, iirc, that means defaault

Re: [sqlite] Re: [RESOLVED/PATCH] re: "Error: no such function: randstr" @ v3.3.8 on OSX

2007-01-02 Thread snowcrash+sqlite
FWIW, my MacBook has nothing special installed. The "About This Mac" dialog box says "Mac OS X Version 10.4.8. 2GHz Intel Core Duo". I searched through the Makefile that configure generated and there was no sign of a -static flag anywhere. "gcc -v" says version 4.0.1, (Apple Computer, Inc.

[sqlite] Re: [RESOLVED/PATCH] re: "Error: no such function: randstr" @ v3.3.8 on OSX

2007-01-02 Thread drh
snowcrash+sqlite <[EMAIL PROTECTED]> wrote: > ... > Thread-specific data deallocated properly > 32 errors out of 80314 tests > Failures on these tests: conflict-6.2 conflict-6.3 conflict-6.7 > conflict-6.8 conflict-6.9 conflict-6.10 conflict-6.11 conflict-6.12 > conflict-6.13 lock2-1.1

Re: [sqlite] Re: [RESOLVED/PATCH] re: "Error: no such function: randstr" @ v3.3.8 on OSX

2007-01-02 Thread P Kishor
maybe this will help, maybe not... On 1/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: snowcrash+sqlite <[EMAIL PROTECTED]> wrote: > > ... > > On my system (which is generic as far as I know) this runs > > to completion without any errors. > > ... > > I'm not sure what the difference is. >

[sqlite] Re: [RESOLVED/PATCH] re: "Error: no such function: randstr" @ v3.3.8 on OSX

2007-01-02 Thread drh
snowcrash+sqlite <[EMAIL PROTECTED]> wrote: > > ... > > On my system (which is generic as far as I know) this runs > > to completion without any errors. > > ... > > I'm not sure what the difference is. > > tbh, i have _no_ concrete idea either as to why you are NOT seeing > these issues on your

[sqlite] Re: [RESOLVED/PATCH] re: "Error: no such function: randstr" @ v3.3.8 on OSX

2007-01-02 Thread snowcrash+sqlite
now, to check 'make fulltest', with, % chown -R snowcrash /projects/b1 % chown -R snowcrash /projects/sqlite-3.3.8 % sudo -u snowcrash make fulltest and see if this 'holds'. with the mods i've made, make fulltest reports, ... Thread-specific data deallocated properly 32 errors out of