Re: KDE 2.2.2 beta1 released

2002-05-30 Thread Stephan H. Schug

 >>There is a new snapshot (v 2.249) available that has Ralf's patch in it.

.. it work's now for me (W2K SP2). Thanks, Stephan







RE: KDE 2.2.2 beta1 released

2002-05-29 Thread Ralf Habacker

> Nicholas Wourms schrieb:
>
> >I hate to chime in with a "me too", but I have been experiencing the same
> >issue.  I contacted Robert Collins about the issue and he said he would
> >look into why setup is doing that.  Haven't heard from him yet though...
> >
> >
> .. it's exactly the same here (W2K SP2), any solution welcome. Stephan Schug

I've submitted a patch on cygwin-apps and are waiting that it will be applied.

Please read the workaround in the installation instructions on
http://cygwin.kde.org/kde2.php

Ralf






RE: KDE 2.2.2 beta1 released

2002-05-29 Thread Ralf Habacker

> There is a new snapshot (v 2.249) available that has Ralf's patch in it.

Thanks Robert

Ralf




RE: KDE 2.2.2 beta1 released

2002-05-29 Thread Robert Collins

There is a new snapshot (v 2.249) available that has Ralf's patch in it.

Rob

> -Original Message-
> From: Ralf Habacker [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, 29 May 2002 9:15 PM
> To: Nicholas Wourms; Robert Collins; 'Stephan H. Schug'; 
> [EMAIL PROTECTED]
> Subject: RE: KDE 2.2.2 beta1 released
> 
> 
> 
> > The same report as before.  When it gets to the kdehelp file with a
> > filename of ~83 characters, it goes into an infinite loop 
> saying it has to
> > move the file to make the directory.  Didn't ralf submit a 
> patch for this?
> >  I haven't seen it show up on the cygwin-apps-cvs mailing 
> list...  I'm on
> > windows ME, so it is possible this is a Windows ME gotcha, 
> I encourage you
> > tho whip up a virtualpc session and see for yourself if you 
> can.  If not,
> > I'll try my best to help, but C (not OOP C++) is the extent of my
> > knowledge...
> >
> recent Setup.exe releases are not able to handle files with a 
> full pathnames
> length about 100 characters. The reason is, that for tar file 
> name length over
> 100 characters the GNU long name extension is used, but 
> unfortunally the
> setup.exe'S implementation contains a bug in this case.
> 
> This should happen for all windows variants.
> 
> Ralf
> 
> 
> 
> 




RE: KDE 2.2.2 beta1 released

2002-05-29 Thread Ralf Habacker


> The same report as before.  When it gets to the kdehelp file with a
> filename of ~83 characters, it goes into an infinite loop saying it has to
> move the file to make the directory.  Didn't ralf submit a patch for this?
>  I haven't seen it show up on the cygwin-apps-cvs mailing list...  I'm on
> windows ME, so it is possible this is a Windows ME gotcha, I encourage you
> tho whip up a virtualpc session and see for yourself if you can.  If not,
> I'll try my best to help, but C (not OOP C++) is the extent of my
> knowledge...
>
recent Setup.exe releases are not able to handle files with a full pathnames
length about 100 characters. The reason is, that for tar file name length over
100 characters the GNU long name extension is used, but unfortunally the
setup.exe'S implementation contains a bug in this case.

This should happen for all windows variants.

Ralf






RE: KDE 2.2.2 beta1 released

2002-05-29 Thread Robert Collins



> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of Ralf Habacker
> Sent: Wednesday, 29 May 2002 8:12 PM
> To: Cygwin-Xfree
> Subject: RE: KDE 2.2.2 beta1 released
> 
> 
> > > Nicholas Wourms schrieb:
> > >
> > > >I hate to chime in with a "me too", but I have been
> > > experiencing the same
> > > >issue.  I contacted Robert Collins about the issue and he
> > > said he would
> > > >look into why setup is doing that.  Haven't heard from him
> > > yet though...
> >
> > Setup is doing what?
> They mean the bug with the GNU long name extension, which 
> results in failed
> kdebase installation, we have spoken about and for which I 
> have submitted a
> patch.
> 
> Do you have applied this patch into cvs ?

As of now, yes.

Rob




RE: KDE 2.2.2 beta1 released

2002-05-29 Thread Nicholas Wourms

Robert,

The same report as before.  When it gets to the kdehelp file with a
filename of ~83 characters, it goes into an infinite loop saying it has to
move the file to make the directory.  Didn't ralf submit a patch for this?
 I haven't seen it show up on the cygwin-apps-cvs mailing list...  I'm on
windows ME, so it is possible this is a Windows ME gotcha, I encourage you
tho whip up a virtualpc session and see for yourself if you can.  If not,
I'll try my best to help, but C (not OOP C++) is the extent of my
knowledge...

Cheers,
Nicholas

P.S. - A suggestion I have for furture implementations would to have a
"simulated" setup mode for debugging purposes.  this way one can test
install without actually installing (useful in my case as I have already
custom compiled my kde2 packages).
--- Robert Collins <[EMAIL PROTECTED]> wrote:
> 
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] 
> > [mailto:[EMAIL PROTECTED]] On Behalf Of Stephan H. Schug
> > Sent: Saturday, 25 May 2002 9:47 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: KDE 2.2.2 beta1 released
> > 
> > 
> > Nicholas Wourms schrieb:
> > 
> > >I hate to chime in with a "me too", but I have been 
> > experiencing the same
> > >issue.  I contacted Robert Collins about the issue and he 
> > said he would
> > >look into why setup is doing that.  Haven't heard from him 
> > yet though...
> 
> Setup is doing what?
> 
> Rob
> 


__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com



RE: KDE 2.2.2 beta1 released

2002-05-29 Thread Ralf Habacker

> > Nicholas Wourms schrieb:
> >
> > >I hate to chime in with a "me too", but I have been
> > experiencing the same
> > >issue.  I contacted Robert Collins about the issue and he
> > said he would
> > >look into why setup is doing that.  Haven't heard from him
> > yet though...
>
> Setup is doing what?
They mean the bug with the GNU long name extension, which results in failed
kdebase installation, we have spoken about and for which I have submitted a
patch.

Do you have applied this patch into cvs ?

Regards
Ralf





RE: KDE 2.2.2 beta1 released

2002-05-29 Thread Robert Collins



> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] On Behalf Of Stephan H. Schug
> Sent: Saturday, 25 May 2002 9:47 PM
> To: [EMAIL PROTECTED]
> Subject: Re: KDE 2.2.2 beta1 released
> 
> 
> Nicholas Wourms schrieb:
> 
> >I hate to chime in with a "me too", but I have been 
> experiencing the same
> >issue.  I contacted Robert Collins about the issue and he 
> said he would
> >look into why setup is doing that.  Haven't heard from him 
> yet though...

Setup is doing what?

Rob




Re: KDE 2.2.2 beta1 released

2002-05-29 Thread Dr. Volker Zell

> "Ralf" == Ralf Habacker <[EMAIL PROTECTED]> writes:

Ralf> I vote also for using a new directory structure like ...

Ralf> /opt/kde[123] for kde
Ralf> /usr/lib/qt[123]  for qt

Ditto

Ralf> Ralf

Ciao
  Volker




Re: KDE 2.2.2 beta1 released

2002-05-29 Thread Stephan H. Schug

Nicholas Wourms schrieb:

>I hate to chime in with a "me too", but I have been experiencing the same
>issue.  I contacted Robert Collins about the issue and he said he would
>look into why setup is doing that.  Haven't heard from him yet though...
>  
>
.. it's exactly the same here (W2K SP2), any solution welcome. Stephan Schug






RE: KDE 2.2.2 beta1 released

2002-05-28 Thread Ralf Habacker

> I think one of the major obstacles is to get the mainline cygwin
> maintainers to "approve" the /opt directory tree.  There has been some
> discussion of this in the past, but it always ends in not wanting it
> because they say so.  One might say why not
> /usr/X11R6/{qt2|qt3|kde2|kde3}?  To that I say bah!  The way it is
> supposed to be is /opt is for large or excessively significant addons to
> the system.  This way one avoids cluttering up the X11R6 directory.  Most
> distros use /opt for kde and Ralph currently uses it.  Is there really a
> good reason why cygwin shouldn't use /opt for kde (possible gnome as
> well)?  Feel free to disagree...
>

The only point to add is that for qt the default installation path is
/usr/lib/{qt2|qt3}.
Currently I'm using /usr/local/lib/qt... because it isn't a cygwin distributed
package like cygipc.

I vote also for using a new directory structure like ...

/opt/kde[123]   for kde
/usr/lib/qt[123]  for qt

Ralf





RE: KDE 2.2.2 beta1 released

2002-05-27 Thread Nicholas Wourms


I think one of the major obstacles is to get the mainline cygwin
maintainers to "approve" the /opt directory tree.  There has been some
discussion of this in the past, but it always ends in not wanting it
because they say so.  One might say why not
/usr/X11R6/{qt2|qt3|kde2|kde3}?  To that I say bah!  The way it is
supposed to be is /opt is for large or excessively significant addons to
the system.  This way one avoids cluttering up the X11R6 directory.  Most
distros use /opt for kde and Ralph currently uses it.  Is there really a
good reason why cygwin shouldn't use /opt for kde (possible gnome as
well)?  Feel free to disagree...

Cheers,
Nicholas
--- Ralf Habacker <[EMAIL PROTECTED]> wrote:
> > This is great!  I love to see the progress with KDE on Cygwin.
> > 
> > Keep up the good work.  Maybe in about a year we'll be able to
> distribute
> > KDE on Cygwin via Cygwin setup.exe packages :)
> > 
> I assume, this point will be happens earlier. :-)
> 
> Ralf 
>  
> 


__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com



RE: KDE 2.2.2 beta1 released

2002-05-27 Thread Ralf Habacker

> This is great!  I love to see the progress with KDE on Cygwin.
> 
> Keep up the good work.  Maybe in about a year we'll be able to distribute
> KDE on Cygwin via Cygwin setup.exe packages :)
> 
I assume, this point will be happens earlier. :-)

Ralf 
 




RE: KDE 2.2.2 beta1 released

2002-05-26 Thread Harold Hunt

Ralf,

This is great!  I love to see the progress with KDE on Cygwin.

Keep up the good work.  Maybe in about a year we'll be able to distribute
KDE on Cygwin via Cygwin setup.exe packages :)

Harold

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Ralf Habacker
> Sent: Friday, May 17, 2002 3:39 AM
> To: Cygwin-Xfree
> Subject: KDE 2.2.2 beta1 released
>
>
> Hi all,
>
> today the KDE 2.2.2 beta 1 is released. For further details see
> http://cygwin.kde.org/kde2.php
>
> Have fun !
>
> Ralf Habacker
>
>




RE: KDE 2.2.2 beta1 released

2002-05-17 Thread Robert Collins

I haven't had time to test yet. Hopefully I will this weekend...

Rob

> -Original Message-
> From: Nicholas Wourms [mailto:[EMAIL PROTECTED]] 
> Sent: Friday, May 17, 2002 10:50 PM
> To: Jonathan Fosburgh
> Cc: Ralf Habacker; Cygwin-Xfree
> Subject: Re: KDE 2.2.2 beta1 released 
> 
> 
> Hi,
> 
> I hate to chime in with a "me too", but I have been 
> experiencing the same issue.  I contacted Robert Collins 
> about the issue and he said he would look into why setup is 
> doing that.  Haven't heard from him yet though...
> 
> Cheers,
> Nicholas
> --- Jonathan Fosburgh <[EMAIL PROTECTED]> wrote:
> > On Fri, 17 May 2002 09:39:23 +0200 Ralf Habacker 
> > <[EMAIL PROTECTED]> wrote:
> > 
> > > Hi all,
> > > 
> > > today the KDE 2.2.2 beta 1 is released. For further details see 
> > > http://cygwin.kde.org/kde2.php
> > > 
> > > Have fun !
> > > 
> > > Ralf Habacker
> > > 
> > > 
> > > 
> > > 
> > I had this problem with the installer for 2.2.1 as well, but I was 
> > hoping it would be fixed in this one.  During the installation of 
> > kdebase, I will
> > get about half way through, and then get booged down in a series of
> > error
> > messages that read: 
> > 
> > warning: deleting
> >
> d:\cygwin/opt/kde2/share/doc/HTML/en/kdeprint/cupsserverconfig
> _serverencryptionconfig_servercertificate_blurb.png"
> > so I can make a directory there.
> > 
> > After hitting OK, I get another one that reads:
> > warning: moving directory
> >
> "/opt/kde2/share/doc/HTML/en/kdeprint/cupsserverconfig_servere
> ncryptionconfig_servercertificate_blurb.png"
> > out of the way.
> > 
> > At least for 2.2.1, installing manually by extracting the 
> archive on 
> > the command line works.  And, sure enough, I have multiple 
> copies of a 
> > directory with that name.  Will proceed with manual 
> installation for 
> > 2.2.2.
> > --
> >
> **
> 
> > Jonathan Fosburgh   |Certified AIX Administrator
> > Software Systems Spec. III  |ICQ: 32742908
> > Communications and Computer Services|MSN: [EMAIL PROTECTED]
> > UT MD Anderson Cancer Center|Jabber: [EMAIL PROTECTED]
> > Houston, TX |Yahoo: jefosburgh
> >
> **
> 
> > 
> 
> 
> __
> Do You Yahoo!?
> LAUNCH - Your Yahoo! Music Experience
> http://launch.yahoo.com
> 



Re: KDE 2.2.2 beta1 released

2002-05-17 Thread Nicholas Wourms

Hi,

I hate to chime in with a "me too", but I have been experiencing the same
issue.  I contacted Robert Collins about the issue and he said he would
look into why setup is doing that.  Haven't heard from him yet though...

Cheers,
Nicholas
--- Jonathan Fosburgh <[EMAIL PROTECTED]> wrote:
> On Fri, 17 May 2002 09:39:23 +0200 Ralf Habacker
> <[EMAIL PROTECTED]> wrote:
> 
> > Hi all,
> > 
> > today the KDE 2.2.2 beta 1 is released. For further details see
> > http://cygwin.kde.org/kde2.php
> > 
> > Have fun !
> > 
> > Ralf Habacker
> > 
> > 
> > 
> > 
> I had this problem with the installer for 2.2.1 as well, but I was
> hoping
> it would be fixed in this one.  During the installation of kdebase, I
> will
> get about half way through, and then get booged down in a series of
> error
> messages that read: 
> 
> warning: deleting
>
d:\cygwin/opt/kde2/share/doc/HTML/en/kdeprint/cupsserverconfig_serverencryptionconfig_servercertificate_blurb.png"
> so I can make a directory there.
> 
> After hitting OK, I get another one that reads: 
> warning: moving directory
>
"/opt/kde2/share/doc/HTML/en/kdeprint/cupsserverconfig_serverencryptionconfig_servercertificate_blurb.png"
> out of the way.
> 
> At least for 2.2.1, installing manually by extracting the archive on the
> command line works.  And, sure enough, I have multiple copies of a
> directory with that name.  Will proceed with manual installation for
> 2.2.2.
> --
>
**
> Jonathan Fosburgh   |Certified AIX Administrator
> Software Systems Spec. III  |ICQ: 32742908
> Communications and Computer Services|MSN: [EMAIL PROTECTED]
> UT MD Anderson Cancer Center|Jabber: [EMAIL PROTECTED]
> Houston, TX |Yahoo: jefosburgh
>
**
> 


__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com



Re: KDE 2.2.2 beta1 released

2002-05-17 Thread Jonathan Fosburgh

On Fri, 17 May 2002 09:39:23 +0200 Ralf Habacker <[EMAIL PROTECTED]> wrote:

> Hi all,
> 
> today the KDE 2.2.2 beta 1 is released. For further details see
> http://cygwin.kde.org/kde2.php
> 
> Have fun !
> 
> Ralf Habacker
> 
> 
> 
> 
I had this problem with the installer for 2.2.1 as well, but I was hoping
it would be fixed in this one.  During the installation of kdebase, I will
get about half way through, and then get booged down in a series of error
messages that read: 

warning: deleting
d:\cygwin/opt/kde2/share/doc/HTML/en/kdeprint/cupsserverconfig_serverencryptionconfig_servercertificate_blurb.png"
 so I can make a directory there.

After hitting OK, I get another one that reads: 
warning: moving directory
"/opt/kde2/share/doc/HTML/en/kdeprint/cupsserverconfig_serverencryptionconfig_servercertificate_blurb.png"
 out of the way.

At least for 2.2.1, installing manually by extracting the archive on the
command line works.  And, sure enough, I have multiple copies of a
directory with that name.  Will proceed with manual installation for 2.2.2.
--
**
Jonathan Fosburgh   |Certified AIX Administrator
Software Systems Spec. III  |ICQ: 32742908
Communications and Computer Services|MSN: [EMAIL PROTECTED]
UT MD Anderson Cancer Center|Jabber: [EMAIL PROTECTED]
Houston, TX |Yahoo: jefosburgh
**