X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,SPF_HELO_PASS,TW_CG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Andrew DeFaria Subject: Re: Side-by-side configuration is incorrect reported as permission denied Date: Mon, 13 Aug 2012 08:49:56 -0700 Lines: 47 Message-ID: References: <5025C431 DOT 7050201 AT cygwin DOT com> <20120812170641 DOT GC32748 AT ednor DOT casa DOT cgf DOT cx> <20120813082716 DOT GA11198 AT calimero DOT vinschen DOT de> <20120813152202 DOT GB14176 AT ednor DOT casa DOT cgf DOT cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 In-Reply-To: <20120813152202.GB14176@ednor.casa.cgf.cx> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On 08/13/2012 08:22 AM, Christopher Faylor wrote: > But you aren't really even suggesting that. You are apparently just > suggesting that every windows error should be displayed by the Cygwin > DLL. Wow. I never said "every" - you did. >> I would draw the border at "if there's an error message". > You clearly haven't thought this through. Your screen would be filled with > errors. What happens when something like bash looks for ~/.bashrc and it > doesn't exist? You'd see a "File not found" on your screen. That's not even a valid example. Even bash doesn't report that as an error as it isn't an error. You're being way to literal here. Let's change the statement "If there's an error, that you are gonna report, then you should report the best error that you can. One that leads to a solution the quickest". Call me silly but saying "Permission denied" in this circumstance is not "the best error you can report". > Ok, so you don't want that one. You just want the error messages that you > care about. Which of the thousands of Windows errors would we decide to > display and which would we ignore? It's not a solvable problem. See above. > >>> As cgf pointed out, Windows has zillions of error codes. We wouldn't >>> want to generate the same number of POSIX-like error codes. It wouldn't >>> make a lot of sense since POSIX applications only test for a limited, >>> expected number of error codes, and it might break things. >> I was talking error *messages* not error *codes*. > Cygwin and other windows programs do not see error *messages* when > something fails, they see error *codes*. Getting the error *message* > involves translating the error *code* into a *message*. We aren't actively > stopping you from seeing an error message. We are translating a windows > error code into a POSIX errno. Then bash reports the error using a table > of error strings that it gets from Cygwin. It's the "translation" that seems to be the problem. I understand, there's no error code that better translates. This, to me, just points out the flaw in the design of error handling and it results in bad error messages like the infamous "not a typewriter". > The fact that this has to be explained to you pretty clearly illustrates that > you don't understand what is going on here. I do understand it. I gave a suggesting for how to better handle the error given the restrictions in the plumbing you describe. > You really should either go thoroughly educate yourself about this or just stop talking. Earnie's > points made here: http://cygwin.com/ml/cygwin/2012-08/msg00257.html are > quite pertinent. Obviously you're not interested. So be it.. -- Andrew DeFaria Things are more like they are today than they ever were before. -- 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