RE: new setup.exe crashes with kde's setup.ini

2002-06-27 Thread Ralf Habacker

> [Per instructions at http://kde-cygwin.sourceforge.net/kde2.php]
> 
> On Thu, Jun 27, 2002 at 08:02:47PM +1000, Robert Collins wrote:
> > AFAICT http://prdownloads.sf.net/kde-cygwin/setup.ini is not a valid
> > setup.ini.
> > 
> > It's a redirect page of some sort.
> 
> Yes.  They've been screwed by the download mirror system Sourceforge
> introduced on 2002-05-03.  As I wrote when I changed prc-tools's
> .htaccess to deal with this:
> 
>   Update the redirect to cope with Sourceforge's new download
>   mirror system.  You'd think they could have implemented that
>   without breaking all the old URLs, but no...
> 
> They need to tell people to use
> 
>   http://us.dl.sourceforge.net/sourceforge/kde-cygwin/setup.ini
> 
> (or similar) instead.
> 
Thanks for this hint, I will update the website. 

> That works fine in 2.249.2.4 but has a parse error in the 2.253
> snapshot, perhaps because of the blank line at the end.

> 
> (Hey, nice parse error message!  That'll help if the bizarre parse error
> prc-tools's setup.ini was intermittently getting recurs.)
> 
> John
> 



RE: new setup.exe crashes with kde's setup.ini

2002-06-27 Thread Robert Collins



> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of John Marshall
> Sent: Thursday, 27 June 2002 9:36 PM
> To: [EMAIL PROTECTED]
> Subject: Re: new setup.exe crashes with kde's setup.ini
> 
> 
> On Thu, Jun 27, 2002 at 09:27:47PM +1000, Robert Collins wrote:
> >> (Hey, nice parse error message!  That'll help if the 
> bizarre parse error
> >> prc-tools's setup.ini was intermittently getting recurs.)
> > 
> > Errm, Are you being sarcastic or literal here? I didn't 
> mean to improve the
> > parse error feedback, but if I have, then cool.
> 
> Literal.  With the kde-cygwin setup.ini I got
> 
> parse error, unexpected LEX_EOF, expecting PACKAGE_NAME 
> or NL or AT
> 
> I think this means you're using a new bison with a whizzy new default
> error handler.  Or maybe it's been like this for a while, and I didn't
> notice because the prc-tools one errored out so early.

Nope, no new bison. I did make the lex rules much more explicit,
replacing literals in the bison source with symbols from lex. I think
that that has made the error more legible.
 
> (Hmmm... and then when I went back to the mirrors page and hit Next
> again to redownload setup.ini, I got two copies of the error message.
> And then three the next time.  And then...)

Yah, plenty of room for improvement :}.

Rob




Re: new setup.exe crashes with kde's setup.ini

2002-06-27 Thread John Marshall

On Thu, Jun 27, 2002 at 09:27:47PM +1000, Robert Collins wrote:
>> (Hey, nice parse error message!  That'll help if the bizarre parse error
>> prc-tools's setup.ini was intermittently getting recurs.)
> 
> Errm, Are you being sarcastic or literal here? I didn't mean to improve the
> parse error feedback, but if I have, then cool.

Literal.  With the kde-cygwin setup.ini I got

parse error, unexpected LEX_EOF, expecting PACKAGE_NAME or NL or AT

I think this means you're using a new bison with a whizzy new default
error handler.  Or maybe it's been like this for a while, and I didn't
notice because the prc-tools one errored out so early.

(Hmmm... and then when I went back to the mirrors page and hit Next
again to redownload setup.ini, I got two copies of the error message.
And then three the next time.  And then...)

John



Re: new setup.exe crashes with kde's setup.ini

2002-06-27 Thread Robert Collins


- Original Message -
From: "John Marshall" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 27, 2002 8:24 PM

> That works fine in 2.249.2.4 but has a parse error in the 2.253
> snapshot, perhaps because of the blank line at the end.
>
> (Hey, nice parse error message!  That'll help if the bizarre parse error
> prc-tools's setup.ini was intermittently getting recurs.)

Errm, Are you being sarcastic or literal here? I didn't mean to improve the
parse error feedback, but if I have, then cool. If it's got worse, please
describe how and I'll see if I can rectify it.

Rob




Re: new setup.exe crashes with kde's setup.ini

2002-06-27 Thread Robert Collins


- Original Message -
From: "Ralf Habacker" <[EMAIL PROTECTED]>
To: "Cygwin-Apps" <[EMAIL PROTECTED]>
Sent: Thursday, June 27, 2002 9:20 PM
Subject: RE: new setup.exe crashes with kde's setup.ini


> >
> > AFAICT http://prdownloads.sf.net/kde-cygwin/setup.ini is not a valid
> > setup.ini.
>
> Rob, where is the problem with it. I have updated it after your last
hints. Does
> I have forgotten something ?

No, the sourceforge changes mean that the url is not pointing to the file
you have created.

Rob




RE: new setup.exe crashes with kde's setup.ini

2002-06-27 Thread Ralf Habacker

>
> AFAICT http://prdownloads.sf.net/kde-cygwin/setup.ini is not a valid
> setup.ini.

Rob, where is the problem with it. I have updated it after your last hints. Does
I have forgotten something ?

Ralf




Re: new setup.exe crashes with kde's setup.ini

2002-06-27 Thread Earnie Boyd

John Marshall wrote:
> 
> Yes.  They've been screwed by the download mirror system Sourceforge
> introduced on 2002-05-03.  As I wrote when I changed prc-tools's
> .htaccess to deal with this:
> 
> Update the redirect to cope with Sourceforge's new download
> mirror system.  You'd think they could have implemented that
> without breaking all the old URLs, but no...
> 
> They need to tell people to use
> 
> http://us.dl.sourceforge.net/sourceforge/kde-cygwin/setup.ini
> 
> (or similar) instead.
> 

The direct ftp server is
ftp://ftp1.sourceforge.net/pub/sourceforge/kde-cygwin

Earnie.



Re: new setup.exe crashes with kde's setup.ini

2002-06-27 Thread Sylvain Petreolle

Guys, you should update the page
http://kde-cygwin.sourceforge.net/kde2.php
right now !

>http://us.dl.sourceforge.net/sourceforge/kde-cygwin/setup.ini

Works for me with online setup version (aka 2.249.2.4)

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com



Re: new setup.exe crashes with kde's setup.ini

2002-06-27 Thread John Marshall

[Per instructions at http://kde-cygwin.sourceforge.net/kde2.php]

On Thu, Jun 27, 2002 at 08:02:47PM +1000, Robert Collins wrote:
> AFAICT http://prdownloads.sf.net/kde-cygwin/setup.ini is not a valid
> setup.ini.
> 
> It's a redirect page of some sort.

Yes.  They've been screwed by the download mirror system Sourceforge
introduced on 2002-05-03.  As I wrote when I changed prc-tools's
.htaccess to deal with this:

Update the redirect to cope with Sourceforge's new download
mirror system.  You'd think they could have implemented that
without breaking all the old URLs, but no...

They need to tell people to use

http://us.dl.sourceforge.net/sourceforge/kde-cygwin/setup.ini

(or similar) instead.

That works fine in 2.249.2.4 but has a parse error in the 2.253
snapshot, perhaps because of the blank line at the end.

(Hey, nice parse error message!  That'll help if the bizarre parse error
prc-tools's setup.ini was intermittently getting recurs.)

John



Re: new setup.exe crashes with kde's setup.ini

2002-06-27 Thread Sylvain Petreolle

from http://kde-cygwin.sourceforge.net/kde2.php

Start the  Cygwin Net Installer, choose - Download
from Internet - and enter the URL 

http://prdownloads.sf.net/kde-cygwin  

in the installer Add URL field and click "Add" to add
this url to the list of available urls. 

 --- Robert Collins <[EMAIL PROTECTED]> a
écrit : > AFAICT
> http://prdownloads.sf.net/kde-cygwin/setup.ini is
> not a valid
> setup.ini.
> 
> It's a redirect page of some sort.
> 
> It shouldn't crash setup, and setup-HEAD doesn't
> crash. You could try the
> setup available from
> http://www.cygwin.com/setup-snapshots.
> 
> Rob
> - Original Message -
> From: "Sylvain Petreolle" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>; "cygkde"
> <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Thursday, June 27, 2002 7:49 PM
> Subject: new setup.exe crashes with kde's setup.ini
> 
> 
> > Hi all,
> >
> > trying to update cygwin with the server pointed to
> > http://prdownloads.sf.net/kde-cygwin
> > makes the new setup.exe crash.
> >
> > I'm using it from IE 6 and hit :
> > http://www.cygwin.com/setup.exe
> >
> > The installer just loads the setup.ini and crashes
> > indicating that setup has caused an error in
> > setup.exe.
> > Maybe the setup.ini could be broken, or there is a
> bug
> > in the new release of setup.
> >
> > PS : Don't leave me from cc, I haven't subscribe
> to cygwin-apps
> >
> >
>
___
> > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite
> et en français !
> > Yahoo! Mail : http://fr.mail.yahoo.com
> >
>  

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com



Re: new setup.exe crashes with kde's setup.ini

2002-06-27 Thread Robert Collins

AFAICT http://prdownloads.sf.net/kde-cygwin/setup.ini is not a valid
setup.ini.

It's a redirect page of some sort.

It shouldn't crash setup, and setup-HEAD doesn't crash. You could try the
setup available from http://www.cygwin.com/setup-snapshots.

Rob
- Original Message -
From: "Sylvain Petreolle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "cygkde" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, June 27, 2002 7:49 PM
Subject: new setup.exe crashes with kde's setup.ini


> Hi all,
>
> trying to update cygwin with the server pointed to
> http://prdownloads.sf.net/kde-cygwin
> makes the new setup.exe crash.
>
> I'm using it from IE 6 and hit :
> http://www.cygwin.com/setup.exe
>
> The installer just loads the setup.ini and crashes
> indicating that setup has caused an error in
> setup.exe.
> Maybe the setup.ini could be broken, or there is a bug
> in the new release of setup.
>
> PS : Don't leave me from cc, I haven't subscribe to cygwin-apps
>
> ___
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
> Yahoo! Mail : http://fr.mail.yahoo.com
>