RE: cygwin compliation crash when uninstalling the old version of bash
> 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 I just hit the same problem, and the same fix (deleting /etc/setup/bash.lst.gz) worked for me too. Here is what led to this happening: 1. I had an older version of bash installed, and ran the cygwin setup while I had a couple of bash window open. 2. Setup reported "file in use, please close and select retry or cancel". 3. I closed the bash windows by right-clicking on the Windows task bar and selecting close, but by doing it that way I accidentally closed the setup window too (since it has the same icon and looks the same on the task bar). 4. I reran setup which got to "uninstalling bash" and then crashed. Hope this helps, Ian -- 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/
RE: cygwin compliation crash when uninstalling the old version of bash - 1 attachment
> 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 Nope. I'm pretty sure it just crashed on the bash install. -- 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/
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 00 1f 8b 08 00 00 00 00 00 00 0b 0a 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 00 1f 8b 08 00 00 00 00 00 00 0b 95 95 4d 73 9b 40 10 0c 86 ef fd 2f 81 b8 39 f5 56 ea 32 49 66 1c dc 20 89 9d e9 f4 94 59 40 c0 b6 cb 8a ee 47 6c f7 d7 30 77 4d e2 49 0c bc 34 3d 18 af f4 48 2b b1 5a 09 40 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 compresseduncompressed ratio uncompressed_name defla 0008 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/
RE: cygwin compliation crash when uninstalling the old version of bash - 1 attachment
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. Peter > Augh! There goes the last chance of finding out what happened! > > Next time, could somebody hang on to one of those files and perhaps > offer it > on the list to anyone who wants to try and figure out in what way it > got corrupted? > > cheers, > DaveK begin 644 bash.lst.gz *'XL("P`` ` end -- 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/
RE: cygwin compliation crash when uninstalling the old version of bash
On 05 November 2007 14:48, Mario Frasca wrote: > William Crosmun wrote: > > Mario - I've had the same problem for some time now. I finally determined to > track it down. I'll spare you the details, but I found that the file > /etc/setup /bash.lst.gz was corrupted. Using Windows Explorer, I could open > the .gz file, but I got an error opening the contained the .lst file > contained therein. I deleted /etc/setup/bash.lst.gz and was able to upgrade > bash successfully. > > Maybe this will work for you. > > --- > indeed it worked for me too. > > [EMAIL PROTECTED]:~/Bureaublad$ tar tvzf /etc/setup/bash.lst.gz > > gzip: stdin: unexpected end of file > tar: Child returned status 1 > tar: Error exit delayed from previous errors > [EMAIL PROTECTED]:~/Bureaublad$ rm !$ > rm /etc/setup/bash.lst.gz > > after this I could run Setup.exe without problems. Augh! There goes the last chance of finding out what happened! Next time, could somebody hang on to one of those files and perhaps offer it on the list to anyone who wants to try and figure out in what way it got corrupted? 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/
Re: cygwin compliation crash when uninstalling the old version of bash
William Crosmun wrote: Mario - I've had the same problem for some time now. I finally determined to track it down. I'll spare you the details, but I found that the file /etc/setup /bash.lst.gz was corrupted. Using Windows Explorer, I could open the .gz file, but I got an error opening the contained the .lst file contained therein. I deleted /etc/setup/bash.lst.gz and was able to upgrade bash successfully. Maybe this will work for you. --- indeed it worked for me too. [EMAIL PROTECTED]:~/Bureaublad$ tar tvzf /etc/setup/bash.lst.gz gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error exit delayed from previous errors [EMAIL PROTECTED]:~/Bureaublad$ rm !$ rm /etc/setup/bash.lst.gz after this I could run Setup.exe without problems. thanks, Mario -- 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/
Re: cygwin compliation crash when uninstalling the old version of bash
On 2007-0820 06:07:47, Eric Blake wrote: > According to wei on 8/19/2007 3:09 PM: > > It's a popup box from setup.exe. I also attached the cygcheck.out in the > > email > > And what did the popup say? Nothing in your cygcheck output > is jumping out at me as unusual, but without knowing what the > crash said, I don't know the full picture. having this problem too... not used to windows, using cygwin at office to be able to do some work without having to learn an other "operating system". the popup is the usual microsoft notification "we lost all of your data, help us to fix our bugs [ok]" more literally: start cygwin setup, get at select packages, click on [view] until I get the partial view, only package to update is bash, from current 3.2.17-15 to new 3.2.25-16, click on [volgende] ([next] but in dutch), next is this mostly dutch popup (I work for a dutch company): text in window decoration: setup.exe white upper frame saying: In setup.exe is een fout opgetreden en moet worden afgesloten. Onze excuses voor dit ongemak. on the right hand side there the icon of setup.exe. then the lower part of the popup says: U was bezig met een bewerking. Deze gegevens zijn mogelijk verloren gegaan. Vertel Microsoft over dit probleem. We have created an error report that you can send to us. We will treat this report as confidential and anonymous. Als u de inhoud van dit foutenrapport wilt weergeven, _klikt u hier._ [Fouten opsporen] [Rapport verzenden] [Niet verzenden] two files are generated at the same time, put in my Local\ Settings/Temp directory: -rw-rw-rw- 1 Mario Frasca root 1280643 09-07 09:09 9227207.dmp -rw-rw-rw- 1 Mario Frasca root 8742 09-07 09:09 707a_appcompat.txt they are removed when I click on [Niet verzenden]. what do you suggest? I already tried to reboot the system and do the update as first thing, but setup.exe crashes all the same... by the way, I'm using Setup.exe version 2.573.2.2 thanks, Mario -- Outside of a dog, a book is man's best friend. Inside of a dog it's too dark to read. -- Groucho Marx. -- 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/
Re: cygwin compliation crash when uninstalling the old version of bash
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please keep replies on the list - http://cygwin.com/acronyms/#PPIOSPE According to wei on 8/20/2007 12:16 PM: > Hi Eric > >> And what did the popup say? Nothing in your cygcheck output is jumping >> out at me as unusual, but without knowing what the crash said, I don't >> know the full picture. > I just recompiled the cygwin from scratch after delete the previous > directory to bypass the problem. You still didn't describe the problem, but I'm glad you seem to have resolved this. - -- Don't work too hard, make some time for fun as well! Eric Blake [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGyjyf84KuGfSFAYARAi/ZAKClqI+VWH1/kII92ZaUe00rBRHBEQCg0vbV NxypnUpNPYxmj8HUoGrg3W4= =p1+h -END PGP SIGNATURE- -- 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/
Re: cygwin compliation crash when uninstalling the old version of bash
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to wei on 8/19/2007 3:09 PM: > Hi Eric > > It's a popup box from setup.exe. I also attached the cygcheck.out in the > email And what did the popup say? Nothing in your cygcheck output is jumping out at me as unusual, but without knowing what the crash said, I don't know the full picture. - -- Don't work too hard, make some time for fun as well! Eric Blake [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGyYQT84KuGfSFAYARAuZnAKDCdEeaC4EZMnY5LYZzq6oONIRvyQCdEuaF cd5ZAyq6VoAJ2DRZOzxtcNs= =6zGw -END PGP SIGNATURE- -- 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/
Re: cygwin compliation crash when uninstalling the old version of bash
Hi Eric It's a popup box from setup.exe. I also attached the cygcheck.out in the email Thanks --Wei Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to wei on 8/19/2007 8:08 AM: When trying to install the current version of cygwin, it crash during the uninstallation of older version of bash (version 3.1-6). The system is Windows XP. That's not very much to go on. Can you paste the actual crash message? Was the message given in a popup box by setup.exe, or on the command line? Can you follow the directions here: Problem reports: http://cygwin.com/problems.html including attaching 'cygcheck -svr' output as a text file? - -- Don't work too hard, make some time for fun as well! Eric Blake [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGyFsY84KuGfSFAYARAjpYAJ91sUBLb9g6yMvVDjvKNw/J4QE0tgCeKwbr chwY1alZp93tUewpUMNrRc4= =GcXh -END PGP SIGNATURE- Cygwin Configuration Diagnostics Current System Time: Sun Aug 19 17:01:17 2007 Windows XP Media Center Edition Ver 5.1 Build 2600 Service Pack 2 Path: c:\root\bin c:\root\bin c:\WINDOWS\system32 c:\WINDOWS c:\WINDOWS\System32\Wbem c:\Program Files\QuickTime\QTSystem\ C:\cygwin\usr\local\bin C:\cygwin\bin SysDir: C:\WINDOWS\system32 WinDir: C:\WINDOWS PWD = '/usr/bin' HOME = '/home/Wei Xie' HOMEPATH = '\Documents and Settings\Wei Xie' APPDATA = 'C:\Documents and Settings\Wei Xie\Application Data' PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 14 Stepping 8, GenuineIntel' TERM = 'cygwin' WINDIR = 'C:\WINDOWS' USERDOMAIN = 'D2WGBP91' ALLUSERSPROFILE = 'C:\Documents and Settings\All Users' OS = 'Windows_NT' !:: = '::\' COMMONPROGRAMFILES = 'C:\Program Files\Common Files' TEMP = '/cygdrive/c/DOCUME~1/WEIXIE~1/LOCALS~1/Temp' QTJAVA = 'C:\Program Files\Java\j2re1.4.2_03\lib\ext\QTJava.zip' USERNAME = 'Wei Xie' PROCESSOR_LEVEL = '6' FP_NO_HOST_CHECK = 'NO' SYSTEMDRIVE = 'C:' __COMPAT_LAYER = 'EnableNXShowUI ' USERPROFILE = 'C:\Documents and Settings\Wei Xie' LOGONSERVER = '\\D2WGBP91' !C: = 'C:\cygwin\bin' PROCESSOR_ARCHITECTURE = 'x86' ROOTSYS = '/cygdrive/c/root' SHLVL = '2' PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH' HOMEDRIVE = 'C:' COMSPEC = 'C:\WINDOWS\system32\cmd.exe' PROMPT = '$P$G' SYSTEMROOT = 'C:\WINDOWS' TMP = '/cygdrive/c/DOCUME~1/WEIXIE~1/LOCALS~1/Temp' PROCESSOR_REVISION = '0e08' CLASSPATH = '.;C:\Program Files\Java\j2re1.4.2_03\lib\ext\QTJava.zip' PROGRAMFILES = 'C:\Program Files' NUMBER_OF_PROCESSORS = '2' SESSIONNAME = 'Console' COMPUTERNAME = 'D2WGBP91' SONICCENTRAL = 'C:\Program Files\Common Files\Sonic Shared\Sonic Central\' _ = '/usr/bin/cygcheck.exe' POSIXLY_CORRECT = '1' HKEY_CURRENT_USER\Software\Cygnus Solutions HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2 HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2 (default) = '/cygdrive' cygdrive flags = 0x0022 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/ (default) = 'C:\cygwin' flags = 0x000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin (default) = 'C:\cygwin/bin' flags = 0x000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib (default) = 'C:\cygwin/lib' flags = 0x000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options c: hd NTFS 50995Mb 74% CP CS UN PA FC d: cd N/AN/A C:\cygwin / system binmode C:\cygwin/bin /usr/bin system binmode C:\cygwin/lib /usr/lib system binmode . /cygdrive system binmode,cygdrive Not Found: awk Not Found: bash Not Found: cat Not Found: cp Not Found: cpp (good!) Not Found: crontab Not Found: find Not Found: gcc Not Found: gdb Not Found: grep Not Found: kill Not Found: ld Not Found: ls Not Found: make Not Found: mv Not Found: patch Not Found: perl Not Found: rm Not Found: sed Not Found: ssh Not Found: sh Not Found: tar Not Found: test Not Found: vi Not Found: vim 80k 2006/02/20 C:\cygwin\bin\cygaa-1.dll - os=4.0 img=1.0 sys=4.0 "cygaa-1.dll" v0.0 ts=2006/2/20 16:16 802k 2003/09/15 C:\cygwin\bin\cygaspell-15.dll - os=4.0 img=1.0 sys=4.0 "cygaspell-15.dll" v0.0 ts=2003/9/15 8:32 317k 2005/10/07 C:\cygwin\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0 "cygcairo-2.dll" v0.0 ts=2005/10/7 17:49 221k 2007/06/30 C:\cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0 "cygcurl-4.dll" v0.0 ts=2007/6/29 20:54 895k 2004/04/28 C:\cygwin\bin\cygdb-4.2.dll -
Re: cygwin compliation crash when uninstalling the old version of bash
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to wei on 8/19/2007 8:08 AM: > When trying to install the current version of cygwin, it crash during > the uninstallation of older version of bash (version 3.1-6). The system > is Windows XP. That's not very much to go on. Can you paste the actual crash message? Was the message given in a popup box by setup.exe, or on the command line? Can you follow the directions here: > Problem reports: http://cygwin.com/problems.html including attaching 'cygcheck -svr' output as a text file? - -- Don't work too hard, make some time for fun as well! Eric Blake [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGyFsY84KuGfSFAYARAjpYAJ91sUBLb9g6yMvVDjvKNw/J4QE0tgCeKwbr chwY1alZp93tUewpUMNrRc4= =GcXh -END PGP SIGNATURE- -- 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/
cygwin compliation crash when uninstalling the old version of bash
When trying to install the current version of cygwin, it crash during the uninstallation of older version of bash (version 3.1-6). The system is Windows XP. Thanks for the help --Wei -- 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/