This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: cygwin compliation crash when uninstalling the old version of bash - 1 attachment


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]