X-Spam-Check-By: sourceware.org Message-ID: <4587EC06.50200@byu.net> Date: Tue, 19 Dec 2006 06:41:26 -0700 From: Eric Blake User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Thunderbird/1.5.0.8 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: bash issue... i think References: <7944635 DOT post AT talk DOT nabble DOT com> In-Reply-To: <7944635.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1 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 According to Heiko on 12/19/2006 3:13 AM: > Hi > > for a while (a month or so) my cygwin installation in not acting normally. > I have some small sh scripts... (unix type files)... but executing them > results with nothing. Absolutely nothing. > > $ man bash > Error executing formatting or display command. > System command (cd "/usr/share/man" && (echo ".pl 1100i"; /usr/bin/cat > '/usr/sha > re/man/man1/bash.1'; echo ".\\\""; echo ".pl \n(nlu+10") | /usr/bin/tbl | > /usr/b > in/nroff -c -mandoc 2>/dev/null | /usr/bin/less -isrR) exited with status > 14592. 14592 is 57 * 256, and exit status 57 implies a missing .dll dependency. Which might also explain why your sh script is failing. My guess is that your /bin/sh is out of date. What do the following say for you? $ ls -l /bin/{ba,}sh.exe $ grep -C 5 00bash /var/log/setup.log{,.full} I am stymied as to why setup.exe is failing to upgrade /bin/sh version 3.0 (which has a missing .dll dependency not satisfied by the current libreadline6), but it looks like this is becoming reproducible enough that I need to think of something to do about it. At this point, I'm almost leaning towards bumping to libreadline7, then 'fixing' libreadline6 by back-revving it to the version that /bin/sh 3.0 requires, in order to avoid that dreaded missing .dll dependency. - -- Life is short - so eat dessert first! Eric Blake ebb9 AT byu DOT net volunteer cygwin bash maintainer -----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 iD8DBQFFh+wG84KuGfSFAYARAm4IAJ9NcIkAkR/gQg9OsBcH3sRV/d9S0ACfbJgV U26og2C1lJmghlpnYtfmvBw= =+UhJ -----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/