Re: cygwin-bash compat/regression bug... startup line prob

2014-04-30 Thread Eric Blake
On 04/30/2014 11:57 PM, Linda Walsh wrote: > Eric Blake wrote: >> On 04/28/2014 02:43 PM, Linda Walsh wrote: >> >> >> cat bin/t.sh >> > #!/bin/bash -u > Um... it doesn't work with 1 argument either. Your context quoting is hard to follow. Here, you are complaining about a she-bang with only one a

Re: cygwin-bash compat/regression bug... startup line prob

2014-04-30 Thread Linda Walsh
Eric Blake wrote: On 04/28/2014 02:43 PM, Linda Walsh wrote: >> cat bin/t.sh > #!/bin/bash -u Um... it doesn't work with 1 argument either. This is an invalid shebang line. Historically, you are allowed at most ONE argument to the program that you will be executing. ?!? Historically?.. sin

Re: make error: *** target pattern contains no `%'. Stop.‏

2014-04-30 Thread Christopher Faylor
On Wed, Apr 30, 2014 at 07:09:00PM -0700, Richard H. McCullough wrote: >I picked a bad example, since you don't have my source files. >The point is this: I've been using Cygwin "make" for years >and never had a problem.  In the last week, "make" suddenly >changed -- it does nothing but stop on ever

[ANNOUNCEMENT] Updated: perl-Text-CSV_XS-1.07-1

2014-04-30 Thread David Stacey
Version 1.07-1 of perl-Text-CSV_XS has been uploaded. CHANGE LOG == 1.07- 2014-04-28, H.Merijn Brand * Allow ref to scalar for csv (in => ...) * Allow CODE ref to in attribute * Allow * in fragment cellspec's bottom-right cell DESCRIPTION === Text::CSV_XS provi

Re: sched.h

2014-04-30 Thread Christopher Faylor
On Wed, Apr 30, 2014 at 07:53:53PM -0400, info wrote: >What is the current status of sched_setaffinity() support in sched.h? > >Thank you! Current status: unimplemented. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

make error: *** target pattern contains no `%'. Stop.‏

2014-04-30 Thread Richard H. McCullough
I picked a bad example, since you don't have my source files. The point is this: I've been using Cygwin "make" for years and never had a problem.  In the last week, "make" suddenly changed -- it does nothing but stop on every makefile. You must have released a new version of "make" which is defini

Re: POXIX regexp and i686-pc-mingw32-g++

2014-04-30 Thread Duncan Roe
On Wed, Apr 30, 2014 at 05:50:45PM -0600, Jim Reisert AD1C wrote: > Can anyone help me to use the POSIX regexp library (header regex.h) > with the i686-pc-mingw32-g++ compiler? I've searched through google > and I can't find any example of this. > > If this won't work, does anyone have a practical

sched.h

2014-04-30 Thread info
What is the current status of sched_setaffinity() support in sched.h? Thank you! -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-si

POXIX regexp and i686-pc-mingw32-g++

2014-04-30 Thread Jim Reisert AD1C
Can anyone help me to use the POSIX regexp library (header regex.h) with the i686-pc-mingw32-g++ compiler? I've searched through google and I can't find any example of this. If this won't work, does anyone have a practical example of PCRE and this compiler? It seems that there's a 64-bit Cygwin

Re: 1.7.29: Incorrect output from the "file" command

2014-04-30 Thread m0viefreak
On 30.04.2014 20:55, Andy Leung wrote: > > In the 1.7.29 version of cygwin, the "file" command (5.18) outputs the > following: > > PNG image data72 72 8-bit/color RGBA, non-interlaced > > > > While in previous versions, the "file" command actually outputs for the same > file: > > PNG i

1.7.29: Incorrect output from the "file" command

2014-04-30 Thread Andy Leung
In the 1.7.29 version of cygwin, the "file" command (5.18) outputs the following:   PNG image data72 72 8-bit/color RGBA, non-interlaced While in previous versions, the "file" command actually outputs for the same file:   PNG image data, 72 x 72, 8-bit/color RGBA, non-interlaced $ file --

Re: make error: *** target pattern contains no `%'. Stop.‏

2014-04-30 Thread Larry Hall (Cygwin)
On 04/30/2014 01:13 PM, Richard H. McCullough wrote: make no longer works on any of my makefiles. example makefile attached. Trying this make file on Linux and on Cygwin produced the same results. make: *** No rule to make target `merr.icn', needed by `/bin/merr.exe'. Stop. This does not se

make error: *** target pattern contains no `%'. Stop.‏

2014-04-30 Thread Richard H. McCullough
make no longer works on any of my makefiles. example makefile attached.   Dick McCullough Context Knowledge Systems Name your propositions ! makefile Description: Binary data -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Cygwin needs a man-db port

2014-04-30 Thread waterlan
waterlan schreef op 2014-04-25 00:10: waterlan schreef op 2014-04-24 21:43: Chris J. Breisch schreef op 2014-04-17 20:32: Erwin Waterlander wrote: Hi, The major linux distributions have switched for their man system to 'man-db' (http://man-db.nongnu.org/) in favour of the classic man. I thin

Re: Ctrl+c signal on Cygwin

2014-04-30 Thread Larry Hall (Cygwin)
On 04/30/2014 08:57 AM, Dean Schulze wrote: I run the program from cygwin. Do I have to do something more than start the .exe from cygwin to make it use the cygwin .dll? Yes. You have to compile and link it with Cygwin's compiler to enable Cygwin's signaling to work properly. -- Larry

Re: Ctrl+c signal on Cygwin

2014-04-30 Thread Dean Schulze
I run the program from cygwin. Do I have to do something more than start the .exe from cygwin to make it use the cygwin .dll? On 4/29/2014 10:54 PM, Christopher Faylor wrote: On Tue, Apr 29, 2014 at 08:37:32PM -0600, Dean Schulze wrote: The golang code below doesn't detect any signals when r