Re: minor problem in guile package

2005-02-17 Thread Jan Nieuwenhuizen
Linda W. writes: > The man page for guile is placed in: > > /usr/share/man/man/man1/guile.1 Thanks, that will be fixed in the next release. Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org -- Unsu

minor problem in guile package

2005-02-17 Thread Linda W
The man page for guile is placed in: /usr/share/man/man/man1/guile.1 instead of: /usr/share/man/man1/guile.1 As installed, "man guile" doesn't find the installed web page. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docu

Re: Problem with 20050215 snapshot and ssh-agent forwarding

2005-02-17 Thread Christopher Faylor
On Wed, Feb 16, 2005 at 11:23:03AM -0800, David Rothenberger wrote: >I'm having a problem with the 20050215 snapshot (and the 20050131 as >well). My ssh-agent connection is not being forwarded by ssh. This is >working fine with the 20041119 snapshot. > >Here are the steps to reproduce the problem.

Re: recommendations for 3rd party distributors?

2005-02-17 Thread Christopher Faylor
On Fri, Feb 18, 2005 at 05:52:02AM +0100, Bas van Gompel wrote: >Op Mon, 14 Feb 2005 10:16:08 -0500 schreef Christopher Faylor >in <[EMAIL PROTECTED]>: >: And, of course, unless this is a distribution which is internal to your > ^^^

Re: recommendations for 3rd party distributors?

2005-02-17 Thread Bas van Gompel
Op Mon, 14 Feb 2005 10:16:08 -0500 schreef Christopher Faylor in <[EMAIL PROTECTED]>: : On Mon, Feb 14, 2005 at 09:54:41AM -0500, Dick Repasky wrote: : > Every so often a query surfaces about cygwin dll version compatibility. [...] : > The recommendations are: : > : > 1) Use a distinctly named s

Dead link on cygwin web page

2005-02-17 Thread Charles Wilson
Another user alerted me that the link to CygUtils here: http://www.cygwin.com/ported.html has not been updated to reflect CygUtils' new home, at http://cygutils.fruitbat.org/ -- Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/pro

Re: kerberos

2005-02-17 Thread Charles Wilson
Kevin Van Workum wrote: There is a site that I need to access via kerberos. Has anyone built the kerberos clients on cygwin? I have a windows version of kinit, which lets me get a ticket. I can then use putty's ssh to login. I'd like to use the cygwin OpenSSH to do this. If I try, I get: I poste

Re: setup package format v. rpm, reasoning?

2005-02-17 Thread Linda W
Peter Rehley wrote: It would require a new setup.exe. The current setup program is a pure windows program. This is needed because it doesn't require using any cygwin program or package. If it used, say for example the cygwin1.dll, that dll couldn't be updated because windows won't allow fil

Re: gmake -r -p -n problem on fast computers: erroneous thread activa tion

2005-02-17 Thread Rolf Campbell
Upgrade your cygwin to the newest snapshot, that has that problem fixed. Guerte Yves-r57319 wrote: Hi, I have problems with gmake on the new computers I use (and not with the same Cygwin version with older computers). I do gmake -r -p -n and parse the output to get some variables content. The

gmake -r -p -n problem on fast computers: erroneous thread activa tion

2005-02-17 Thread Guerte Yves-r57319
Hi, I have problems with gmake on the new computers I use (and not with the same Cygwin version with older computers). I do gmake -r -p -n and parse the output to get some variables content. The problem occurs when a variable is computed using the $(shell ...) command. I shortened the make

Re: file globbing

2005-02-17 Thread Kaz Kylheku
On Thu, 17 Feb 2005, James Lemke wrote: > Date: Thu, 17 Feb 2005 10:31:37 -0500 > From: James Lemke <[EMAIL PROTECTED]> > To: cygwin@cygwin.com > Subject: file globbing > > I've recently noticed a problem with Cygwin ls. I did a quick search of It's not ls that does the globbing. That is done b

Win32 Question

2005-02-17 Thread Bryan Feeney
Sorry, I know this is a pretty odd question to ask in a forum like this, but I'm hoping someone can help. Basically, I would like to write a GUI (using Delphi & Win32) for a Win32 console program. I had hoped I could read and write to the console program using pipes. However it appears that you

Re: file globbing

2005-02-17 Thread James Lemke
On Thu, 2005-02-17 at 10:50, Igor Pechtchanski wrote: > On Thu, 17 Feb 2005, James Lemke wrote: > > > I've recently noticed a problem with Cygwin ls. I did a quick search of > > the archives, but didn't get any hits. Has anyone else seen this? > > Try: ls -dl ../tcl[7-9]* > > Result on Linux: ..

Re: file globbing

2005-02-17 Thread Igor Pechtchanski
On Thu, 17 Feb 2005, James Lemke wrote: > I've recently noticed a problem with Cygwin ls. I did a quick search of > the archives, but didn't get any hits. Has anyone else seen this? > Try: ls -dl ../tcl[7-9]* > Result on Linux: ../tcl ../tcl8 > Result on Cygwin: ../tcl8 > > That is, on Cygwin tc

Re: file globbing

2005-02-17 Thread John Morrison
> I've recently noticed a problem with Cygwin ls. I did a quick search of > the archives, but didn't get any hits. Has anyone else seen this? > Try: ls -dl ../tcl[7-9]* > Result on Linux: ../tcl ../tcl8 > Result on Cygwin: ../tcl8 > > That is, on Cygwin tcl[7-9]* does not match tcl. I think it s

file globbing

2005-02-17 Thread James Lemke
I've recently noticed a problem with Cygwin ls. I did a quick search of the archives, but didn't get any hits. Has anyone else seen this? Try: ls -dl ../tcl[7-9]* Result on Linux: ../tcl ../tcl8 Result on Cygwin: ../tcl8 That is, on Cygwin tcl[7-9]* does not match tcl. I think it should. I hav

Re: cygwin bughunt (Jip-hee!)

2005-02-17 Thread Christopher Faylor
On Thu, Feb 17, 2005 at 02:23:42PM +0100, David Dindorp wrote: >Christopher Faylor wrote: >> Actually, we do. We provide the source code. It's easy to build. > >You are right; I was wrong. Building Cygwin is easy. >(At least when it comes to newer versions :-p.) >It even "compiles under itself".

Re: cygwin bughunt (Jip-hee!)

2005-02-17 Thread David Dindorp
Christopher Faylor wrote: > Actually, we do. We provide the source code. It's easy to build. You are right; I was wrong. Building Cygwin is easy. (At least when it comes to newer versions :-p.) It even "compiles under itself". *impressed*. It's been a few weeks, and I've tested with the debug

Re: more ctime bugs

2005-02-17 Thread Corinna Vinschen
On Feb 17 13:31, Corinna Vinschen wrote: > On Feb 13 04:30, Eric Blake wrote: > > I see the new has_changed flag in the 20050211 snapshot. But you still > > have to > > add a call to touch_ctime() within the stat() family of calls if > > has_changed is > > set, in order to comply with the requir

Re: more ctime bugs

2005-02-17 Thread Corinna Vinschen
On Feb 13 04:30, Eric Blake wrote: > Corinna Vinschen cygwin.com> writes: > > I'll update Cygwin to set ctime in close and link. Link > > is special since it doesn't involve using any explicit file descriptors, > > so it's a bit unclear where to set the flags inside Cygwin to get that > > right.

Re: snapshots are breaking shred

2005-02-17 Thread Corinna Vinschen
On Feb 14 21:19, Eric Blake wrote: > Corinna Vinschen cygwin.com> writes: > > > With coreutils 5.3.0-2 and various snapshots, I am seeing regressions in > shred(1)caused by cygwin changes: > > > > As far as fsync is affected, I don't see how that could ever fail, except > > the Windows call fail

Bug in 'find' 4.2.11-CVS when traversing NTFS mount points

2005-02-17 Thread Tim Hubberstey
I'm experiencing a problem with 'find' when mounted NTFS volumes (junctions) are involved. I have created a sample directory structure /cygdrive/c/aa/aa where 'aa' is the mount point for another NTFS drive. >From DOSland it looks like this: C:\> dir \aa Directory of C:\aa 2005/02/17 00:35