X-Spam-Check-By: sourceware.org Message-ID: <4584ADA3.D931547E@dessent.net> Date: Sat, 16 Dec 2006 18:38:27 -0800 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: Postinstall Problem with 01bash.bat References: <918c01e60612161607m2809a84dua3929813c74ee18c@mail.gmail.com> <4584AA15.6060206@byu.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin@cygwin.com Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com Eric Blake wrote: > I'm starting to wonder if cygcheck chokes on the fact that > cygreadline6.dll exists, but is missing the hook that /bin/sh version > 3.0.x depended on. Hmm, based on digging up an older build of bash from > my archives, it looks like cygcheck is just fine with it, but trying to Right, cygcheck just reads the import list of the PE file header, it doesn't try to actually invoke the binary or resolve any symbols. > execute it from bash just silently exits with status 57 (ie. missing dll > dependency). But so far, I can't reproduce a hang. Maybe you need to reproduce the conditions under which setup spawns the postinstall process. This means CYGWIN=nontsec and stdin detached, although I can't see how either of those would really conspire to cause a hang. 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/