Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Fri, 14 Oct 2005 13:54:52 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Subject: Re: Bug: 1.5.18: 'This application has failed to start because cygwin1.dll was not found. Re-installing the application may fix this problem' In-Reply-To: <20051012083646.GW12938@calimero.vinschen.de> Message-ID: References: <20051012083646 DOT GW12938 AT calimero DOT vinschen DOT de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 12 Oct 2005, Corinna Vinschen wrote: > On Oct 10 21:29, Igor Pechtchanski wrote: > > > I believe this may be an instance of the error I reported in > > . Basically, > > the PATH conversion code stops whenever it encounters an invalid > > element in the PATH. In my case it was due to strict case checking, > > but it seems to be a more general problem. Basically, the Cygwin path > > conversion code stops when it encounters a non-existent directory, and > > only returns the part of the path it's converted so far. Since in > > your case the invalid directory comes first, you get an empty PATH. > > > > A patch to turn off this behavior altogether is reasonably simple, but > > I'm not sure it'll be accepted. The main question is whether this > > behavior is desired. Corinna or Chris, care to comment? > > This should be solved in current CVS (the general problem with > non-existant directories, not the case_check stuff). Incidentally, that fix also solves the check_case problem I reported, since, due to the wrong case, Cygwin simply thought that the directory was non-existent. My patch attempted to make Cygwin understand that the directory was valid, whereas your approach is much simpler. In any case, I'm happy... Thanks! :-) Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -- 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/