X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=iY7/SFp2YotlI3GBXJQ1W74juEGanVF1zORWXlftMca IEfUR67FmXbsDjk5v4nGZIp+kTj5xC+pZyK4/2SCsp4zQNx03UaKUo4UiWXUDAoV eo9rmZa5vBKF8J+xbBFEVan2IvFP6nL/KCEfsccFTihpIeiL67knWruCYIXBspHw = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=FfFVAP5RLTiddvhRbiA5bZj/KYo=; b=DKtZQFw51ZRk+fSG0 ES+AeSUpmfBuV8IWnGuGH1uCW4ems7LxKJnIQTI6Lo+n9Tbwx7sqedwYu/INMwxB MDavQ9btecIs3VovZ7q1x4P0To17aRaeir6bmulFgjb/fFBE2yMhas0KX66YlqZK RcZnAlDGbsW4t2/USiPJhLbnls= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-3.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 X-Received: by 10.50.122.100 with SMTP id lr4mr865573igb.8.1369974225271; Thu, 30 May 2013 21:23:45 -0700 (PDT) Message-ID: <51A825D0.8040304@users.sourceforge.net> Date: Thu, 30 May 2013 23:23:44 -0500 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: sqlite3: bug with monotone References: <51A6B6EB DOT 6050309 AT users DOT sourceforge DOT net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2013-05-30 05:27, Achim Gratz wrote: > Yaakov (Cygwin/X users.sourceforge.net> writes: >> This was working properly with my 3.7.15.2 x64 package, as well as with >> a self-built 3.7.17. I don't know if it's a question of configuration >> options or a bug in that version. Here's how I have built sqlite3: > > You are defining "SQLITE_OS_UNIX" which introduces known interoperability > problems with accesses from the windows side. What happens with your > monotone problem when you drop that definition? If monotone tries to use a > temporary table, this would perhaps explain the error. Indeed, it does, thanks for the tip. This got me looking at your post from a previous thread, where you mention the configuration option for this. I can confirm that -DSQLITE_TEMP_STORE=2 is enough to fix monotone on its own. I have updated my build accordingly, plus added two more configuration options, and a patch for the manpage, from Fedora. Can *this* get into the distro package? Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple