2009/8/1 Christopher Faylor <cgf-use-the-mailinglist-ple...@cygwin.com>: >>> 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