Re: Bug in setup 2.510.1.2

2005-09-11 Thread Yitzchak Scott-Thoennes
On Wed, Sep 07, 2005 at 02:59:46PM -0700, Brian Dessent wrote:
 Andr? Bleau wrote:
 
  Sorry to rain on the parade, but the new version of setup has a serious bug;
  it crashes when checking the integrity of .bz2 files.
 
 Works fine for me.
 
  Fatal Error: Uncaught Exception
  Thread: DialogProc
  Type: 9Exception
  Message: Package validation failure for 
  file://E:\CygwinDownload/http%3a%2f%2fmirrors.rcn.net%2fpub%2fsourceware%2fcygwin/release/cmake/cmake-1.8.3-1.tar.bz2
  AppErrNo: 1
 
 Setup doesn't have great error recovery abilities, unfortunately.  This
 error means that the file in your local cache has the wrong size,
 compared to what setup.ini says it should be.  You should find more info
 in the log file.  Currently setup just bails when it finds a corrupt
 package like this.  You should delete the corrupt file as a workaround.

This is one of the many files 2.510.2.2 complained about for me.  The
file isn't corrupt; I'm guessing cmake-1.8.3-1.tar.bz2 was uploaded
more than once and some of us are lucky enough (not!) to have the
older one.


Bug in setup 2.510.1.2

2005-09-07 Thread André Bleau
Sorry to rain on the parade, but the new version of setup has a serious bug; 
it crashes when checking the integrity of .bz2 files.


Steps to reproduce:

Launch setup from explorer.
Press Next 
Select Download Without Installing
Press Next 
Select E:\CygwinDownload as Local Package Directory
Press Next 
Select Use IE5 Settings
Press Next 
Select http://mirrors.rcn.net as the download site
Press Next 

I get to a page displaying:

Parsing ini file
setup.bz2
0 0.0 kb/s

Then an error dialog pops-up:

---
Cygwin Setup
---
Fatal Error: Uncaught Exception
Thread: DialogProc
Type: 9Exception
Message: Package validation failure for 
file://E:\CygwinDownload/http%3a%2f%2fmirrors.rcn.net%2fpub%2fsourceware%2fcygwin/release/cmake/cmake-1.8.3-1.tar.bz2

AppErrNo: 1
---
OK
---


André Bleau, Cygwin's OpenGL package maintainer.
Please respond only to the appropriate Cygwin mailing list, not to me 
directly.


_
Gardez le contrôle grâce à la protection contre les fenêtres pop-up 
articulée sur la technologie brevetée Microsoft SmartScreen 
http://join.msn.com/?pgmarket=fr-capage=features/popup Commencez dès 
maintenant à profiter de tous les avantages de MSN Premium et obtenez les 
deux premiers mois GRATUITS*.




Re: Bug in setup 2.510.1.2

2005-09-07 Thread Brian Dessent
André Bleau wrote:

 Sorry to rain on the parade, but the new version of setup has a serious bug;
 it crashes when checking the integrity of .bz2 files.

Works fine for me.

 Fatal Error: Uncaught Exception
 Thread: DialogProc
 Type: 9Exception
 Message: Package validation failure for 
 file://E:\CygwinDownload/http%3a%2f%2fmirrors.rcn.net%2fpub%2fsourceware%2fcygwin/release/cmake/cmake-1.8.3-1.tar.bz2
 AppErrNo: 1

Setup doesn't have great error recovery abilities, unfortunately.  This
error means that the file in your local cache has the wrong size,
compared to what setup.ini says it should be.  You should find more info
in the log file.  Currently setup just bails when it finds a corrupt
package like this.  You should delete the corrupt file as a workaround.

Brian