Re: [ANN] rcs-5.7 package available

2002-01-22 Thread Christopher Faylor

On Tue, Jan 22, 2002 at 12:22:33PM -0500, Jason Tishler wrote:
>On Tue, Jan 22, 2002 at 10:36:15AM -0500, Charles Wilson wrote:
>> Earnie Boyd wrote:
>> > With CVS already working do we need RCS?
>> 
>> Sure -- let a thousand flowers bloom.  Besides, there are some client 
>> applications that expect to use RCS as the backend, not CVS.
>
>I vote "yes" for this package too.

Ditto.

cgf



Re: [ANN] rcs-5.7 package available

2002-01-22 Thread Jason Tishler

On Tue, Jan 22, 2002 at 10:36:15AM -0500, Charles Wilson wrote:
> Earnie Boyd wrote:
> > With CVS already working do we need RCS?
> 
> Sure -- let a thousand flowers bloom.  Besides, there are some client 
> applications that expect to use RCS as the backend, not CVS.

I vote "yes" for this package too.

Jason



Re: [ANN] rcs-5.7 package available

2002-01-22 Thread Christopher Faylor

On Tue, Jan 22, 2002 at 12:11:50PM +0100, Stipe Tolj wrote:
>Ok, this one is quite missing in my eyes and it was almost OOTB.
>
>Check it out at the (now new) usual location:
>http://apache.dev.wapme.net/support/cygwin-packages/
>
>setup.hint:
>
>sdesc: "The Revision Control System (RCS)"
>ldesc: "The Revision Control System (RCS) manages multiple 
>revisions of files. RCS automates the storing, retrieval, 
>logging, identification, and merging of revisions. RCS is 
>useful for text that is revised frequently, e.g., programs, 
>documentation, graphics, papers, and form letters."
>category: Devel
>requires: cygwin
>curr: 5.7
 

Get rid of this.

(beep)

cgf



Re: accidental commit?

2002-01-22 Thread Christopher Faylor

On Tue, Jan 22, 2002 at 05:40:18PM +1100, Robert Collins wrote:
>Chris, I'm assuming this was accidental, and am backing it out. I've
>also backed out the -fno-exceptions switch to gcc.
>
>http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/Makefil
>e.in.diff?r1=2.45&r2=2.46&cvsroot=src

I forgot to 'cvs add' supp.cc.  Sorry about that.  Your reversion is the
correct solution to my idiocy.

cgf



Re: gcc v3 issue -- hacky solution

2002-01-22 Thread Christopher Faylor

On Tue, Jan 22, 2002 at 07:39:10AM -0500, Earnie Boyd wrote:
>Christopher Faylor wrote:
>> 
>> On Tue, Jan 22, 2002 at 02:45:17PM +1100, Robert Collins wrote:
>> >Or maybe Danny Smith can provide details on what it takes to build said
>> >library, and one of the folk that keep building gcc for-the-hell-of-it
>> >and talking on cygwin@ can become the maintainer?
>> 
>> It's easy enough to build the library for mingw.  There's no trick there.
>> 
>
>Right, but the trick is using exceptions.  You'll need a libgcc.dll to
>accomplish exceptions across dll boundaries.  However, if the exceptions
>remain local then the static libgcc.a should work.

Agh.  Good point.  I forgot that you needed a DLL to properly deal with
exceptions.  That complicates things even more.

cgf



Re: [ANN] rcs-5.7 package available

2002-01-22 Thread Charles Wilson

Earnie Boyd wrote:

> Hmm...  OOTB?  Did you take care to test it?  In the past there've been
> issues with the way files are left opened while the temp files are being
> copied over them.  That doesn't work with Win32 and therefore Cygwin. 
> With CVS already working do we need RCS?


Sure -- let a thousand flowers bloom.  Besides, there are some client 
applications that expect to use RCS as the backend, not CVS.

I'm more worried about the text/binary issues -- especially mixtures. 
E.g. if the revision files are stored on a binary mount, but the working 
files are stored on text mounts -- or vice versa.  Do things still work? 
  (AFAIRC, even CVS still has difficulty with this)

--Chuck





Re: [ANN] rcs-5.7 package available

2002-01-22 Thread Earnie Boyd

Hmm...  OOTB?  Did you take care to test it?  In the past there've been
issues with the way files are left opened while the temp files are being
copied over them.  That doesn't work with Win32 and therefore Cygwin. 
With CVS already working do we need RCS?

Earnie.

Corinna Vinschen wrote:
> 
> On Tue, Jan 22, 2002 at 12:11:50PM +0100, Stipe Tolj wrote:
> > Ok, this one is quite missing in my eyes and it was almost OOTB.
> 
> Thanks, I'm going to look into this tomorrow.
> 
> Corinna
> 
> > Check it out at the (now new) usual location:
> > http://apache.dev.wapme.net/support/cygwin-packages/
> >
> > setup.hint:
> >
> > sdesc: "The Revision Control System (RCS)"
> > ldesc: "The Revision Control System (RCS) manages multiple
> > revisions of files. RCS automates the storing, retrieval,
> > logging, identification, and merging of revisions. RCS is
> > useful for text that is revised frequently, e.g., programs,
> > documentation, graphics, papers, and form letters."
> > category: Devel
> > requires: cygwin
> > curr: 5.7
> >
> >
> > Stipe
> >
> > [EMAIL PROTECTED]
> > ---
> > Wapme Systems AG
> >
> > Münsterstr. 248
> > 40470 Düsseldorf
> >
> > Tel: +49-211-74845-0
> > Fax: +49-211-74845-299
> >
> > E-Mail: [EMAIL PROTECTED]
> > Internet: http://www.wapme-systems.de
> > ---
> > wapme.net - wherever you are
> 
> --
> Corinna Vinschen  Please, send mails regarding Cygwin to
> Cygwin Developermailto:[EMAIL PROTECTED]
> Red Hat, Inc.

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Re: gcc v3 issue -- hacky solution

2002-01-22 Thread Earnie Boyd

Christopher Faylor wrote:
> 
> On Tue, Jan 22, 2002 at 02:45:17PM +1100, Robert Collins wrote:
> >Or maybe Danny Smith can provide details on what it takes to build said
> >library, and one of the folk that keep building gcc for-the-hell-of-it
> >and talking on cygwin@ can become the maintainer?
> 
> It's easy enough to build the library for mingw.  There's no trick there.
> 

Right, but the trick is using exceptions.  You'll need a libgcc.dll to
accomplish exceptions across dll boundaries.  However, if the exceptions
remain local then the static libgcc.a should work.

Earnie.

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




texmf packages ready

2002-01-22 Thread Jan Nieuwenhuizen

Hi,

The texmf packages have been available for a week now, so cc'ing the
cygwin list so that other people can use them.

Greetings,

Jan.


From: Jan Nieuwenhuizen <[EMAIL PROTECTED]>
Subject: texmf matching new tetex-beta-20001218-3
To: [EMAIL PROTECTED]
Date: 16 Jan 2002 13:01:57 +0100
Organization: Jan at Appel

Hi List,

Last night, I've built the texmf-* suite matching Jerome's
latest rebuild tetex-beta-20001218-3.

It is available for testing at:

http://lilypond.org/cygwin/testing/tar/texmf

Note:
  * These packages depend on tetex-beta-20001218-3 for full operation.
  * If you install by hand, run /etc/postinstall/post-texmf.sh.
  * If you have MiKTeX installed, please be sure to remove any
custom TEXINPUTS, MFINPUTS etc. environment settings that contain
DOS style paths.
  * TeX cannot handle spaces in file names.  If your $HOME contains
spaces, you may need to run TeX from another cwd, eg, /tmp.

Would someone be so kind to take a look and load it up if everything
is OK?  After a successful installation, you should be able to run, eg,

latex sample2e

Greetings,
Jan.


[there may be a working setup.ini at http://lilypond.org/cygwin/testing]


http://lilypond.org/cygwin/testing/tar/texmf/setup.hint

sdesc: "The TeX text formatting system (install helper)"
ldesc: "A dependency on this package installs a usable TeX installation."
category: Text
requires: cygwin tetex-beta texmf-base
# requires: cygwin tetex-beta texmf-base|texmf-tiny

http://lilypond.org/cygwin/testing/tar/texmf/texmf-2804-2.README
http://lilypond.org/cygwin/testing/tar/texmf/texmf-2804-2-src.tar.bz2
http://lilypond.org/cygwin/testing/tar/texmf/texmf-2804-2.tar.bz2

===

http://lilypond.org/cygwin/testing/tar/texmf/texmf-base/setup.hint

sdesc: "The TeX text formatting system (basic libraries)"
ldesc: "Basic library files for the Cygwin teTeX distribution.  Together with
tetex-beta you have a useful TeX installation.  With texmf-extra, you have a
complete installation."
category: Text
requires: ash cygwin ed jpeg libncurses6 libpng tiff sed termcap tetex-beta zlib
#suggests: texmf-extra texmf-doc

http://lilypond.org/cygwin/testing/tar/texmf/texmf-base/texmf-base-2804-2.tar.bz2

===

http://lilypond.org/cygwin/testing/tar/texmf/texmf-doc/setup.hint

sdesc: "The TeX text formatting system (documentation)"
ldesc: "Documentation for the Cygwin teTeX distribution"
category: Doc
requires: cygwin

http://lilypond.org/cygwin/testing/tar/texmf/texmf-doc/texmf-doc-2804-2.tar.bz2

===

http://lilypond.org/cygwin/testing/tar/texmf/texmf-extra/setup.hint

sdesc: "The TeX text formatting system (extra libraries)"
ldesc: "Extra library files for the Cygwin teTeX distribution.  Together with
tetex-beta and texmf-base you have a complete TeX installation."
category: Text
requires: tetex-beta texmf-base

http://lilypond.org/cygwin/testing/tar/texmf/texmf-extra/texmf-extra-2804-2.tar.bz2

===

http://lilypond.org/cygwin/testing/tar/texmf/texmf-tiny/setup.hint

sdesc: "The TeX text formatting system (tiny libraries subset)"
ldesc: "Very small subset of library files for the Cygwin teTeX distribution.
Together with tetex-beta you have a minimal TeX installation.  For a
reasonable TeX installation, texmf-base is recommended."
category: Text
requires: ash cygwin ed jpeg libncurses6 libpng tiff sed termcap tetex-beta zlib

http://lilypond.org/cygwin/testing/tar/texmf/texmf-tiny/texmf-tiny-2804-2.tar.bz2


-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org




Re: for the brave

2002-01-22 Thread Robert Collins


===
- Original Message -
From: "Charles Wilson" <[EMAIL PROTECTED]>

Log files for download only, or non-installed cygwin's will go to the
download dir correctly now.

There was, and still is, explicit code to drop setup.log and .log.full
in / if it's an install action.

Perhaps that should go to /etc/setup/ or /var/log/setup ?

Rob




Links

2002-01-22 Thread Robert Collins

Hi Sami,
some feedback on the packages.


1) The -src package is incorrectly rooted - you've included the usr/src
in the path. Also the Cygwin specific README for it should go in the
CYGWIN-PATCHES directory in the in the top of the source directory.
2) Are there any patches for links to make it build? If so please
include them as well.
3) the binary package looks good. If you can redo the src package, we
can upload this.

Rob




faulty symlinks in setup.exe should be fixed

2002-01-22 Thread Robert Collins

'nuff said.
Rob




Re: [ANN] rcs-5.7 package available

2002-01-22 Thread Corinna Vinschen

On Tue, Jan 22, 2002 at 12:11:50PM +0100, Stipe Tolj wrote:
> Ok, this one is quite missing in my eyes and it was almost OOTB.

Thanks, I'm going to look into this tomorrow.

Corinna

> Check it out at the (now new) usual location:
> http://apache.dev.wapme.net/support/cygwin-packages/
> 
> setup.hint:
> 
> sdesc: "The Revision Control System (RCS)"
> ldesc: "The Revision Control System (RCS) manages multiple 
> revisions of files. RCS automates the storing, retrieval, 
> logging, identification, and merging of revisions. RCS is 
> useful for text that is revised frequently, e.g., programs, 
> documentation, graphics, papers, and form letters."
> category: Devel
> requires: cygwin
> curr: 5.7
> 
> 
> Stipe
> 
> [EMAIL PROTECTED]
> ---
> Wapme Systems AG
> 
> Münsterstr. 248
> 40470 Düsseldorf
> 
> Tel: +49-211-74845-0
> Fax: +49-211-74845-299
> 
> E-Mail: [EMAIL PROTECTED]
> Internet: http://www.wapme-systems.de
> ---
> wapme.net - wherever you are

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.



[ANN] rcs-5.7 package available

2002-01-22 Thread Stipe Tolj

Ok, this one is quite missing in my eyes and it was almost OOTB.

Check it out at the (now new) usual location:
http://apache.dev.wapme.net/support/cygwin-packages/

setup.hint:

sdesc: "The Revision Control System (RCS)"
ldesc: "The Revision Control System (RCS) manages multiple 
revisions of files. RCS automates the storing, retrieval, 
logging, identification, and merging of revisions. RCS is 
useful for text that is revised frequently, e.g., programs, 
documentation, graphics, papers, and form letters."
category: Devel
requires: cygwin
curr: 5.7


Stipe

[EMAIL PROTECTED]
---
Wapme Systems AG

Münsterstr. 248
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
---
wapme.net - wherever you are



Re: openssl 0.9.6c-2 compile thread-safe?!

2002-01-22 Thread Stipe Tolj

Corinna Vinschen wrote:
> 
> On Mon, Jan 21, 2002 at 12:59:26AM +0100, Stipe Tolj wrote:
> > at least my configure.in macro tells me so for Kannel.
> >
> > Corinna?
> 
> Yes, it's build thread safe.

great!

Stipe

[EMAIL PROTECTED]
---
Wapme Systems AG

Münsterstr. 248
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
---
wapme.net - wherever you are



Re: apache-1.3.22-4 no-detach patch

2002-01-22 Thread Stipe Tolj

Corinna Vinschen wrote:
> 
> Ok, as far as I can see, the problem is line 4136f. in http_main.c:
> 
> /* Only try to switch if we're running as root */
> if (!geteuid() && (
> 
> That could get changed to (just a draft):
> 
>   #ifdef CYGWIN
> /* Only try to switch if we're running as SYSTEM */
> #define SYSTEM_UID 18
> if (geteuid() == SYSTEM_UID && (
>   #else
> /* Only try to switch if we're running as root */
> if (!geteuid() && (
>   #endif

thanks for that report Corinna. I'm fixing things up this evening and
preparing -4 for distribution.

Stipe

[EMAIL PROTECTED]
---
Wapme Systems AG

Münsterstr. 248
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
---
wapme.net - wherever you are



Re: What happened to gcc\g++ in setup.exe ?

2002-01-22 Thread Corinna Vinschen

On Tue, Jan 22, 2002 at 03:27:33PM +1100, Andrew Nelson wrote:
> Hi There,
> 
> I'm installing cygwin on my notebook, but can't find
> the gcc/g++ compilers in the list of packages found
> by setup.exe.  Last time I did this - it installed it
> by default.
> 
> Can someone please tell me how to install these.

- Wrong mailing list, try [EMAIL PROTECTED]
- The mailing list archive is your friend.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.



setup.exe: Feature frozen now

2002-01-22 Thread Robert Collins

Ok,
  Setup.exe is IMO feature complete for the next release.

I'll upload a new snapshot tonight, and announce that on cygwin@.
Barring any issues with the user-interface, I'll branch it off tomorrow,
and if/when Corinna's perennial crash can be found we can release it.

Remaining bugs (not features :})
* log files in the wrong location
* cannot install from localdir for Chuck and Chris.
* Corinna's crash.

If we can't isolate that crash, we may need to look at just releasing it
and seeing what happens :}. (After no crash reports from the cygwin@
crowd).

Rob