On 10/26/07, Bastian Blank <[EMAIL PROTECTED]> wrote: > On Sun, Aug 26, 2007 at 10:59:49AM -0700, Zack Weinberg wrote: > > I need more information to debug this. Is there any chance you can > > tar up the contents of the "tester_dir" subdirectory of the build tree > > (after the failure happens) and send it to me? Either attach to the > > bug, or email direct to [EMAIL PROTECTED] if it's too big. > > Most of the errors goes away if I build it against the system > libsqlite3. Only one remains: the sql statement length is not longer > sufficient, so I did not merge #318509 yet.
Right. That's consistent with the problem being the one I fixed, too. (The internal copy of sqlite is configured to use pread; it turns out that that mode has some bugs; the system libsqlite3 is probably using lseek/read. I've put in a local fix that will work on systems that properly implement SUSv3, and am in discussion with sqlite upstream about a 100% correct fix.) Please do keep #318509 separate; I consider that a meta-bug for *all* the embedded libraries. Could you follow up to that bug describing the problem with the upstream default statement length? I think I know but it would be nice to have it in the record. zw -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]