X-Spam-Check-By: sourceware.org Message-ID: <45C3BF6D.CFCEAB96@dessent.net> Date: Fri, 02 Feb 2007 14:47:09 -0800 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Setup.exe stalls on gettext-runtime.mo References: <45C3B36D DOT 8030106 AT sun DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 Bill Ross wrote: > When Setup.exe gets to gettext-runtime.mo it stalls indefinitely, blinking: > > /usr/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo > > This has happened when downloading from 2 different sites, That's quite strange. I tried to reproduce this with setup.exe 2.510.2.2 and the snapshot 2.553 but neither hung there. I can't think of what could cause this. I think you can rule out download corruption since setup.exe would have complained about a md5 sum mismatch, but just in case the one I have is: e8aa6773706e273d16329451f7c896a9 *gettext-0.15-1.tar.bz2 If you want to install this package by hand in the same way setup.exe would, you can try the following: tar jxvf /path/to/gettext-0.15-1.tar.bz2 -C / >/etc/setup/gettext.lst gzip /etc/setup/gettext.lst echo "gettext gettext-0.15-1.tar.bz2 0" >>/etc/setup/installed.db . /etc/postinstall/gettext.sh && mv /etc/postinstall/gettext.sh{,.done} (Note: untested but should work.) > with no effect. I have tried removing gettext from the list to install, > but it still gets included. Hmm. It's not a strictly required package, and only useful for development, but if it keeps getting added that means some package you have installed lists it as a requirement. Brian -- 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/