X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <20090801033156.GA13096@ednor.casa.cgf.cx> References: <20090730202942 DOT GP18621 AT calimero DOT vinschen DOT de> <806a89db0907301436i104fb530ladbd569d202d9e0b AT mail DOT gmail DOT com> <2bf229d30907301644w3c997799l9bd964bd69127d3c AT mail DOT gmail DOT com> <20090801033156 DOT GA13096 AT ednor DOT casa DOT cgf DOT cx> Date: Sat, 1 Aug 2009 18:27:54 +0100 Message-ID: <416096c60908011027i66a6c198n4cc45ddbce0bfb4e@mail.gmail.com> Subject: Re: [1.7] Updated: cygwin-1.7.0-54 From: Andy Koppe To: cygwin AT cygwin DOT com 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 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 2009/8/1 Christopher Faylor : >>> Something still not 100% correct with 1.7.0-54 >>> >>> startxwin.bat gives me this error: >>> >>> xterm: Can't execvp /usr/bin/tcsh: Invalid argument >>> xterm: Could not exec /bin/bash: Invalid argument >>> >>> I can start both shells in a DOS window, however. >> >>Starting mintty with bash also fails with: >> >>exec: bash: Invalid argument >> >>but as Jim pointed out, using cygwin.bat is fine (run from a DOS window). > > I was able to duplicate the mintty problem and track it down. > I hope that the mintty problem is the same as the xterm problem. > > I'll upload a new -55 version of cygwin ASAP. Still something dodgy going on with 1.7.0-55: $ man ls Error executing formatting or display command. System command (cd "/usr/share/man" && (echo ".pl 1100i"; /usr/bin/gunzip -c '/usr/share/man/man1/ls.1.gz'; echo ".\\\""; echo ".pl \n(nlu+10") | /usr/bin/tbl | /usr/bin/nroff -c -mandoc 2>/dev/null | /usr/bin/less -isrR) exited with status 127. No manual entry for ls Invoking that command directly works fine. This shows the ls manual page: $ cd "/usr/share/man" && (echo ".pl 1100i"; /usr/bin/gunzip -c '/usr/share/man/man1/ls.1.gz'; echo ".\\\""; echo ".pl \n(nlu+10") | /usr/bin/tbl | /usr/bin/nroff -c -mandoc 2>/dev/null | /usr/bin/less -isrR $ uname -a CYGWIN_NT-6.1-WOW64 Tobermory 1.7.0(0.212/5/3) 2009-07-31 23:45 i686 Cygwin Andy -- 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