Re: setup.exe problem

2002-03-27 Thread Ton van Overbeek
Jonas Eriksson wrote: When I try to install Cygwin with the latest setup.exe (2.194.2.21) it hangs after I have selected a mirror server to download from. It manages to download setup.ini but them immediately comes up with the message This space intentionally left blank and continues to

RE: setup.exe problem

2002-03-27 Thread Robert Collins
-Original Message- From: Ton van Overbeek [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 8:32 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: setup.exe problem Jonas Eriksson wrote: When I try to install Cygwin with the latest setup.exe (2.194.2.21)

Patch for Setup.exe problem and for mklink2.cc

2002-03-27 Thread Ton van Overbeek
Found the problem causing the segment violation and probably causing Jonas Eriksson's problem. It is a typical case of 'off by 1'. In PickView::set_headers the loop filling the window header does one iteration too much, resulting in a call to DoInsertItem with a NULL string pointer and hence a

Re: prev/curr/test

2002-03-27 Thread David A. Cobb
Christopher Faylor wrote: On Mon, Mar 25, 2002 at 08:27:04PM -0500, Brian Keener wrote: You don't. You find some other method for reverting to software that is 1 revision old. This is not a hardship. AFAIK, setup has never allowed you to do more than prev/curr/test. A thought: mandate that

Re: Keeping base, adding standard.

2002-03-27 Thread David A. Cobb
Charles Wilson wrote: Robert Collins wrote: Again, you're inventing another layer that I maintain will only confuse things. I see your point. [SNIP] Red Hat Linux's installation (used to, perhaps still does) separate the concept of Installation Type and Individual Package

RE: Patch for Setup.exe problem and for mklink2.cc

2002-03-27 Thread Gary R Van Sickle
[snip] Found the problem causing the segment violation and probably causing Jonas Eriksson's problem. It is a typical case of 'off by 1'. In PickView::set_headers the loop filling the window header does one iteration too much, resulting in a call to DoInsertItem with a NULL string

RE: Patch for Setup.exe problem and for mklink2.cc

2002-03-27 Thread Robert Collins
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Gary R Van Sickle Sent: Thursday, March 28, 2002 4:48 AM To: [EMAIL PROTECTED] Subject: RE: Patch for Setup.exe problem and for mklink2.cc [snip] Found the problem causing the segment

RE: prev/curr/test

2002-03-27 Thread Robert Collins
-Original Message- From: David A. Cobb [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 4:04 AM A thought: mandate that every package tarball contain a standard-named install script - similar in concept to the Micro$quash setup.inf. Then simply keeping the old

Re: setup all ok now....

2002-03-27 Thread Gerrit P. Haase
Pavel, Mittwoch, 27. März 2002 21:29:08, du schriebst: Hello Gerrit, Wednesday, March 27, 2002, 3:25:56 PM, you wrote: [snip] GPH Now I got mean and fetched some packages (category test), download only. GPH It offers me automake-1.6 and tetex and some others. GPH I didn't changed the

Re: How to create a ksh93 package...

2002-03-27 Thread Charles Wilson
Charles Wilson wrote: I suggest that the ksh-specific binaries should just go into /usr/bin/ksh/ or maybe /usr/libexec/ksh/ --Chuck

Re: How to create a ksh93 package...

2002-03-27 Thread Christopher Faylor
[redirecting to cygwin-apps since this is a package issue] On Thu, Mar 28, 2002 at 12:34:55AM +0100, Karsten Fleischer wrote: Chris, I have successfully compiled ksh93 and almost all of the ATT ast libraries and tools on a vanilla Cygwin 1.3.10 system. I am willing to create Cygwin setup

RE: setup.exe gui testing

2002-03-27 Thread Robert Collins
-Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 4:15 PM To: [EMAIL PROTECTED] Subject: Re: setup.exe gui testing On Thu, Mar 28, 2002 at 07:29:56AM +1100, Robert Collins wrote: Ok, folks, proof is in the experimentation.