delorie.com/archives/browse.cgi | search |
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=MslUUjDoiw/qluZ1WqpXsLhnj/ZaizhHti2MXMpBwxL | |
ohnzT/igjMxtSZdh2jd54um13ri2iTeBlVGmwbmbpmDtxl+R7wkMhZU/tqSmoHD/ | |
kkZaK2D/KUMBKQb5VAvQJUmuLP42LRLNJuDK5YwMaB9sobkrY7Fpk1AjZ3xU70lE | |
= | |
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=cNKmjysZKMNUjV+NmHBDxaTLwMs=; b=WMZDJn1FuXeLnRmz2 | |
IrjbN8lEKYfDcmqKBYAw1ln7oBW6aLj9Acls35Vuo+cXNp0rsSAEihWTg2qMdgTV | |
obAQln4ascxc2pGtKmncUJv7Jz6coOSVLmi+o4Gd2DeQnqwA7DulmjetLeA9shZw | |
qPEi+2MkqqZL+9lkFm70Iebx+Q= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD,TW_SV autolearn=ham version=3.3.1 |
Message-ID: | <51A7F547.6020509@etr-usa.com> |
Date: | Thu, 30 May 2013 18:56:39 -0600 |
From: | Warren Young <warren AT etr-usa DOT com> |
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 <cygwin AT cygwin DOT com> |
Subject: | Re: sqlite3: bug with monotone |
References: | <51A6B6EB DOT 6050309 AT users DOT sourceforge DOT net> <loom DOT 20130530T122354-144 AT post DOT gmane DOT org> <51A7862F DOT 1070507 AT etr-usa DOT com> <51A7D47E DOT 3050502 AT users DOT sourceforge DOT net> |
In-Reply-To: | <51A7D47E.3050502@users.sourceforge.net> |
On 5/30/2013 16:36, Yaakov (Cygwin/X) wrote: > DON'T BREAK Cygwin programs for the sake of those NOT USING Cygwin. Where did you get the idea that my stance favors those not using Cygwin? My choice favors those who want to use Cygwin *and* native Windows programs, together. That's approximately 100% of all Cygwin users. Did you miss the part in the referenced Stack Overflow post where I talked about how we had already tried building SQLite your way? The post was a sort of damage control resulting from that experiment. SQLite is one of the most widely used libraries, with hundreds of millions[1] of deployments. This problem isn't just about Cygwin svn vs. TortoiseSVN. It's also about Firefox, and Chrome, and Flash, and Skype, and Lightroom, and Dropbox, and...[2] With so many native Windows programs using SQLite, it's virtually certain there are more bad interactions waiting to bite us if we make Cygwin SQLite incompatible with native SQLite again. I see you're using Thunderbird. Are you willing to give up the ability to use sqlite(1) on a live Thunderbird DB file? > Please fix sqlite3 accordingly. I don't see that switching Cygwin SQLite back to Unix mode is an option as long as it has a real potential of breaking half a billion other programs. As I see it, the practical options are: 1. We continue waiting for someone to to implement a per-process or per-subtree mandatory locking feature in Cygwin, so that "Unix mode" SQLite on Cygwin can be configured to cooperate with native SQLite. 2. You figure out which of the thousands of lines of code separating Unix mode from Cygwin mode in SQLite breaks monotone. With any luck, it's not in the file locking code, so we can talk about selectively patching that piece of Unix mode in over the top of the stock Cygwin code. The current package includes one such patch already. (That patch makes it use the Unix mode /tmp path selector to get around a permissions issue.) 3. I start shipping two different versions of the libsqlite3 package, each built differently, and deploy the Unix mode version as 'test', perpetually. (There isn't any more elegant way to ship two different versions of the same library, each of which could satisfy setup.exe's dependency checker, is there?) Then individual users can choose which side of the fence they want the breakage to land on. If you don't like those options, then I offer, in all seriousness: 4. You take over maintainership of the official Cygwin SQLite packages. Then you can build it however you like. [1] https://www.sqlite.org/mostdeployed.html [2] https://www.sqlite.org/famous.html -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |