X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Thu, 18 Jun 2009 11:46:50 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Minor terminfo problem (was Re: Garbage man pages)
Message-ID: <20090618094650.GN5039@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <h0rub8$ltg$1@ger.gmane.org> <4A326B74.7000005@gmail.com> <4A326F19.8000303@gmail.com> <4A33100F.5070401@gmail.com> <83zlccsk2h.fsf@gmail.com> <4A33864E.9010506@gmail.com> <4A36531A.3010508@gmail.com> <4A38574F.3090202@gmail.com> <83skhy6zek.fsf@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <83skhy6zek.fsf@gmail.com>
User-Agent: Mutt/1.5.19 (2009-02-20)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Jun 18 10:36, Haojun Bao wrote:
> 
> Dave Korn <dave.korn.cygwin@googlemail.com> writes:
> >
> >   I said I'd check: there doesn't seem anything wrong with the packaging,
> > which hasn't changed in a couple of years now; the most likely thing is that
> > you and Bao experienced some kind of failure during running the postinstall
> > scripts.  Checking the log files /var/log/setup.* might show some indication
> > of the problem.  (But it also might not, error-handling paths are a known
> > weakness in setup.exe.)
> 
> Thanks:-)
> 
> I can confirm your guess, the following lines are in my /var/log/setup.log:
> 
>     2009/06/04 18:06:49 running: C:\cygwin\bin\bash.exe --norc --noprofile -c /etc/postinstall/man.sh
>     2009/06/04 18:06:50 abnormal exit: exit code=127
>     
> Here's a complete list of abnormal exits, note that I did 2 install,
> first time is default, second time is full-install. I used 
> `grep abnormal -B 1 setup.log':
> 
>     2009/06/04 18:06:44 running: C:\cygwin\bin\bash.exe --norc --noprofile -c /etc/postinstall/000-cygwin-post-install.sh
>     2009/06/04 18:06:47 abnormal exit: exit code=127

Works fine for me.  I just made a new 1.7 installation from scratch two
days ago, and all the bash calls work as expected, except for a minor
problem in the terminfo postinstall:

2009/06/16 11:13:37 running: C:\cygwin-1.7\bin\bash.exe --norc --noprofile -c /etc/postinstall/terminfo0.sh
chmod: cannot operate on dangling symlink `Eterm-color'

2009/06/16 11:13:45 running: C:\cygwin-1.7\bin\bash.exe --norc --noprofile -c /etc/postinstall/terminfo.sh
chmod: cannot operate on dangling symlink `Eterm-color'

ETerm-color points to ../E/ETerm, but the directory is called 'e',
not 'E'.  That's a problem when using case-sensitivity like on a couple
of my test machines.

Chuck?  Can you fix this in a manner which also works on case-sensitive
filesyatems, please?


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
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/

