X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <46C84EC9 DOT 5040805 AT rcf DOT rhic DOT bnl DOT gov> <46C85B19 DOT 3000802 AT byu DOT net> <46C8B178 DOT 6010507 AT rcf DOT rhic DOT bnl DOT gov> <46C98413 DOT 6000608 AT byu DOT net> <20070907072249 DOT GA12074 AT croese DOT home DOT bogus> <017001c81fbd$06523530$2e08a8c0 AT CAM DOT ARTIMI DOT COM> Subject: RE: cygwin compliation crash when uninstalling the old version of bash - 1 attachment Date: Sat, 10 Nov 2007 23:54:44 -0000 Message-ID: <01ee01c823f5$1193aeb0$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On 10 November 2007 06:49, Peter Keller wrote: > Ok, here's another chance. I'd been having this problem too, which was > fixed by deleting the bash.lst.gz. I've attached it. Great, thanks! /tmp/setup $ od -tx1 -Ax bash.lst.gz 000000 1f 8b 08 00 00 00 00 00 00 0b 00000a Looks like it got truncated - here's the start of mine for comparison: /tmp/setup $ od -tx1 -Ax /etc/setup/bash.lst.gz | head -5 000000 1f 8b 08 00 00 00 00 00 00 0b 95 95 4d 73 9b 40 000010 0c 86 ef fd 2f 81 b8 39 f5 56 ea 32 49 66 1c dc 000020 89 9d e9 f4 94 59 40 c0 b6 cb 8a ee 47 6c f7 d7 000030 77 4d e2 49 0c bc 34 3d 18 af f4 48 2b b1 5a 09 000040 72 45 fc 81 c2 a3 63 eb a4 b6 4e 28 35 56 5c 5e /tmp/setup $ gunzip -v -d -l bash.lst.2.gz method crc date time compressed uncompressed ratio uncompressed_name defla 00000008 Nov 10 23:47 10 184549376 100.0% bash.lst.2 Ouch! That's not gonna work! /tmp/setup $ gunzip -v bash.lst.gz bash.lst.gz: gunzip: bash.lst.gz: unexpected end of file So, looks like setup wrote the header and then bombed writing the rest of the file. Interesting... do you remember setup crashing (in a different way) on the/a *previous* run before you first saw this problem? cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/