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=ZADusGpm3g6VQqBGkw/9x2eg3h9BXm00S9OlCAyFj92 SiwJ4EV7kFHzwYMeRRC7okyK4niUL1FE75hiPSQr0aNw4wUvr2lNMlC+yUyUK2M8 Nd09qdn2wnGo2U9oOdZUNgcV8A5y8iey7x0I8SafmwsCAsz0xAKjUn+rAmxWDhks = 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=8dfH0zqzVRJhn1DYg5XcCKYIam8=; b=BCPY6eR++kN19CHBQ Qmdyv3C3XwZhvf0rAkQgAa7elDBWww3EuAVG8rQjV5NqLUmy2psfn2qDLH1cj6yg 7609BOhb38RRrMPm7oOoGmKfJECqMwZBsJbeKkly3iF+eYWeyCAZ4DiG/6+Vk+pB GQGINV1g65vgYebeGZWfeR6whQ= 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.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Message-ID: <51B8AB9F.4000602@etr-usa.com> Date: Wed, 12 Jun 2013 11:10:55 -0600 From: Warren Young User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Cygwin-L Subject: Re: SQLite temporary path creation broken in latest stable release References: <51B52B51 DOT 50203 AT dancol DOT org> <51B6272F DOT 8010001 AT etr-usa DOT com> <1925072689 DOT 20130612041943 AT mtu-net DOT ru> In-Reply-To: <1925072689.20130612041943@mtu-net.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 6/11/2013 18:19, Andrey Repin wrote: > >> None of the SQLite core developers have responded to my charge that this >> looks like a bug in SQLite. It shouldn't be generating temporary file >> names with backslashes in them for Cygwin builds... > > There's no reason to ever use backslashes in paths, ever. I suspect it is an interaction between #ifdef WINDOWS == true and the cygwinTempPath() hack patched into that version. The mainline SQLite code doesn't realize we've played a bit of sleight of hand with it, so it fails when it wants to add a second level to its temporary storage hierarchy. If true, that's yet another reason to switch to 3.7.17: I removed the hack since we're building as SQLITE_OS_UNIX. -- 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