X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org X-Authority-Analysis: v=1.0 c=1 a=ZNbSkuZPPeUA:10 a=w_pzkKWiAAAA:8 a=xe8BsctaAAAA:8 a=6pPaVK7hbzPcIHP4AkMA:9 a=SpCkYeWdQPFvpeSTHdUA:7 a=kkWGcy0SrEejPS8FYTPbIvnDrAoA:4 a=eDFNAWYWrCwA:10 a=rPt6xJ-oxjAA:10 Message-ID: <4759A7BA.2010106@byu.net> Date: Fri, 07 Dec 2007 13:06:18 -0700 From: Eric Blake Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: "Nicholas S. Wourms" , cygwin AT cygwin DOT com Subject: Re: coreutils new "case insensitivity" screws up shell scripts and other stuff References: <47596D37 DOT 1020108 AT clemson DOT edu> In-Reply-To: <47596D37.1020108@clemson.edu> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Please post to the list, so that others may chime in: http://cygwin.com/acronyms/#PPIOSPE According to Nicholas S. Wourms on 12/7/2007 8:56 AM: > Eric, > > Using coreutils-6.9-5 with a recently checked out version of Cygwin > sources from cvs is causing major headaches. Specifically your > modifications to make coreutils case insensitive. For starters, this > functionality really messes up when "[" and "test" are checking for > files in shell scripts. I'm not sure I follow. [ and test are (usually) shell builtins, so my coreutils changes should have no effect on it. And even if you are using /bin/test instead of the shell builtin, I didn't change any functionality there. All I changed was the behavior of mv (and cp, install, and ln) to recognize attempts to change the case of a file; everything else should be the default case handling rules of the underlying cygwin1.dll and not specific to my port of coreutils. > It will return a false positive for CHANGELOG > and ChangeLog, even when only ChangeLog is present. This was not the > case with previous versions of coreutils. If you want to see this > behavior for yourself, just checkout the latest Cygwin Generic Build > Script from cvs and give it a whirl with a package that has a ChangeLog. Please show a transcript of a simple shell session that demonstrates what you think is wrong, rather than describing it in sentences. > Ironically, I believe that it was you who had previously checked in a > modification to the GBS that had it check for both CHANGELOG and > ChangeLog. Note that I think this a perfectly reasonable thing to do. I > do not think package maintainers should be in the business of change the > cases of file names. At the very least, Cygwin users should expect a > reasonable level of case sensitivity. Also, please do not forget that we > have CYGWIN=case_check:strict mode, which still ought to work (to some > extent). To what extent is debatable - the cygwin maintainers have not really put much effort into maintaining it. > And then there is the problem of "managed" mounts. They allow > for mount points which encode non-lowercase non-numeric letters in file > names to achieve case sensitivity. Obviously this would likely cause > problems, as well. I think these only serve to illustrate some of the > many numerous problems with changing the long time default behavior of > the very basic Cygwin utilities. At the very least, it makes the > coreutils even less XSH Posix compliant, which is deviating from the > fundamental goals of Cygwin. If people want that level of insensitivity, > they ought use a mingw version of coreutils. However, if you still want > it, I think it would be better to make this insensitivity opt-in with a > environmental variable. Bash _does_ have a shell option that controls how much case insensitivity it uses for shell builtins. Perhaps you have inadvertently set these settings differently than what you want? > > Cheers, > Nicholas > > P.S. - This is a simple bug report, I don't have time to monitor or chat > on the main list. Please let me know if you have a huge problem with me > contacting you like this. Thanks for understanding. You might not read the list, but I do, and I prefer my mail to come through the list. - -- Don't work too hard, make some time for fun as well! Eric Blake ebb9 AT byu DOT net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHWae684KuGfSFAYARAj2cAKDJ1mtNzWTl12hV1I16roJVYvFb+QCgzoDp UigHc1CzHQB10ylIjhEAqAw= =gI0M -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/