Re: Make Parallel Jobs

2007-01-29 Thread Christopher Faylor
On Mon, Jan 29, 2007 at 02:39:16AM +, Bill Harding wrote: >P.S. I am using make 3.80 on Windows XP. The current cygwin version of make is 3.81. We no longer support 3.80. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems

Re: Newly-installed bash 3.2.9-10 (cygwin 1.5.24-1) exits when I try to execute a program

2007-01-29 Thread Glenn Serre
Good morning, Christian Jullien wrote: I installed a new version of cygwin yesterday, and find that bash starts up and builtins seem to execute, but when I try the first command, cygwin exits This is not related to the new bash version but related to new cygwin 1.5.24-1. As soon I installed

xp64 fails with latest download

2007-01-29 Thread bob sandefur
Hi I did I did my Monday morning update to my Dell running XP 64. When I click on the Cygwin icon now, the screen flashes and it quits. I haven't tried this on the 32-bit version. Questions: Anyone else experiencing this same issue? How do I rollback to the prior release?  (I have not searched t

Cygwin can't open new process on Vista ; other features partial as well

2007-01-29 Thread Katy
Hi all, I've got Vista EE build 6.00 installed . Cygwin -both the latest build (cygwin-1.5.24-1) and earlier 1.3 are installed successfully but when trying to run anything that should create a new process results in exception related to "fork" ... Any ideas on how to solve this one ?? Thanks --

Re: Cygwin can't open new process on Vista ; other features partial as well

2007-01-29 Thread Larry Hall (Cygwin)
Katy wrote: Hi all, I've got Vista EE build 6.00 installed . Cygwin -both the latest build (cygwin-1.5.24-1) and earlier 1.3 are installed successfully but when trying to run anything that should create a new process results in exception related to "fork" ... Any ideas on how to solve this one ?

trouble with bash / if in recent release / update ?

2007-01-29 Thread Tim Hanson
hi, a colleague and i recently tried upgrading an existing cygwin and found that basic bash script features broke. he later went back to a working copy, tested and discovered that the features worked, upgraded again and confirmed that they were broken again. i've searched for hints that others have

Re: trouble with bash / if in recent release / update ?

2007-01-29 Thread Larry Hall (Cygwin)
Tim Hanson wrote: hi, a colleague and i recently tried upgrading an existing cygwin and found that basic bash script features broke. he later went back to a working copy, tested and discovered that the features worked, upgraded again and confirmed that they were broken again. i've searched for hi

plans for PIL installer?

2007-01-29 Thread Mark Wendell
Just curious to know if anyone is planning on creating a python imaging library install for cygwin setup... I found an old thread where someone discusses the steps he went through to do this a while ago ( http://www.cygwin.com/ml/cygwin/2003-06/msg01121.html ), but it seems like these are some pr

RE: xp64 fails with latest download

2007-01-29 Thread bob sandefur
I copied a version 3.2.9(10) from an un-updated machine and it works now. In the future I will copy my working cygwin to cygwincya in case I need it back. Bob -Original Message- From: bob sandefur [mailto:[EMAIL PROTECTED] Sent: Monday, January 29, 2007 08:36 To: cygwin@cygwin.com Subje

Re: Can't start cron daemon in Cygwin 1.5.23 under WinXP SP2

2007-01-29 Thread Steve Rowley
Thanks for the suggestions so far. However, after trying all the suggestions, I'm still unable to launch cron. Is there anything further to try before looking for alternatives to cron? >Date: Thu, 25 Jan 2007 15:05:01 -0500 >From: Steve Rowley <[EMAIL PROTECTED]> > >>Date: Thu, 25 Jan 2007 19:55

Re: plans for PIL installer?

2007-01-29 Thread Larry Hall (Cygwin)
Mark Wendell wrote: Just curious to know if anyone is planning on creating a python imaging library install for cygwin setup... I found an old thread where someone discusses the steps he went through to do this a while ago ( http://www.cygwin.com/ml/cygwin/2003-06/msg01121.html ), but it seems l

/etc/bash_completion & svn/svk completion

2007-01-29 Thread Jared Silva
The command "svn update DIR" results in "svn update DIR " instead of "svn update DIR/". The same goes for svk. The space being added instead of a slash is annoying. Does anyone know what causes this and how to fix it? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem r

Re: How to resolve hiccups by patch program?

2007-01-29 Thread Markus Elfring
How are the chances to fix this issue without to repeat the desired updates by manual edits with vim or emacs? Regards, Markus -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.

bug with cat and backticks? (was: bug with built-in ...)

2007-01-29 Thread Norton Allen
According to Norton Allen on 1/28/2007 1:08 PM: I'm wondering if the problem I am seeing is from the same source. I find that 'apachectl stop' no longer works since a recent cygwin update. I can see that the PIDFILE is being written with a \r\n line ending. 'apachectl stop' then reads the file

Re: /etc/bash_completion & svn/svk completion

2007-01-29 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jared Silva on 1/29/2007 1:14 PM: > The command "svn update DIR" results in "svn update DIR " instead > of "svn update DIR/". The same goes for svk. The space being added > instead of a slash is annoying. Does anyone know what causes th

Re: bug with cat and backticks? (was: bug with built-in ...)

2007-01-29 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Norton Allen on 1/29/2007 8:00 PM: >>> >>>PID=`cat $PIDFILE` >> >> No, this is a text mount: That's the answer. You are creating PIDFILE with \r\n line endings, but cat always reads in binary mode. Try PID=`cat $PIDFILE | d2u` inste

Re: Newly-installed bash 3.2.9-10 (cygwin 1.5.24-1) exits when I try to execute a program

2007-01-29 Thread jm . challier
Good morning. I'm quite happy to find this thread - I thought I was the one who messed things up... ;^) I experience exactly the same problem : XP64, recently updated cygwin -> bash exits with code 128 when trying to execute anything (except builtins, of course). Same thing for gcc (tried from em

Re: Newly-installed bash 3.2.9-10 (cygwin 1.5.24-1) exits when I try to execute a program

2007-01-29 Thread Glenn Serre
Good evening, [EMAIL PROTECTED] wrote: Good morning. I'm quite happy to find this thread - I thought I was the one who messed things up... ;^) I experience exactly the same problem : XP64, recently updated cygwin -> bash exits with code 128 when trying to execute anything (except builtins, of

Re: trouble with bash / if in recent release / update ?

2007-01-29 Thread Daniel Brockman
Tim Hanson faz.de> writes: > > hi, a colleague and i recently tried upgrading an existing cygwin and found that > basic bash script features broke. > [...] > > does this ring a bell for anyone? > > i'd be grateful for pointers. (or advice on how to provide more clues.) > > cheers, > > Ti

Re: Compile-time detection of EOL translation mode (CLISP)

2007-01-29 Thread Reini Urban
Reini Urban schrieb: Aaron Brown schrieb: Reini Urban wrote: Confirmed. Bug patched at http://sourceforge.net/tracker/index.php?func=detail&aid=1633552&group_id=1355&atid=101355 It's been moved to with the following comment from Sam Steingold: This patch does

Re: trouble with bash / if in recent release / update ?

2007-01-29 Thread Daniel Brockman
Tim Hanson faz.de> writes: > [...] > i'd be grateful for pointers. (or advice on how to provide more clues.) > > cheers, > > Tim > > I found this in the archive... From: Eric Blake byu.net> Subject: [ANNOUNCEMENT] Updated: bash-3.2.9-11 Newsgroups: gmane.os.cygwin Date: 2007-01-27 16:30:22

Re: Newly-installed bash 3.2.9-10 (cygwin 1.5.24-1) exits when I try to execute a program

2007-01-29 Thread Daniel Brockman
Glenn Serre spiresoftware.com> writes: > > Good morning, > > I installed a new version of cygwin yesterday, and find that bash starts up and > builtins seem to execute, but when I try the first command, cygwin exits > silently. > [...] > Any hints? Should I wait until I can try 3.2.9-11 from

Re: trouble with bash / if in recent release / update ?

2007-01-29 Thread Tim Hanson
Larry Hall (Cygwin cygwin.com> writes: > Your line-endings are CRNLs. The best thing to do is to run d2u on the > scripts in question. Read any recent Cygwin bash announcements for other > options to resolve this situation and further details. thanks. much appreciated. Tim Hanson -- Unsu