Re: Sometimes Emacs sticks on forking...

2017-06-14 Thread Oleksandr Gavenko
On 2017-06-13, Brian Inglis wrote: > If you want to run an AV, try Windows Defender, and Windows Firewall > (with MSE/MS Security Essentials free download if you are still on W7). > They seem to do the same job less intrusively with fewer problems, > mainly the occasional annoying false positive.

Re: find_fast_cwd error with startxwin on windows 10

2017-06-14 Thread Brian Inglis
On 2017-06-14 20:28, Sam Mallinson wrote: > I got the following error code when I tried to run startwin on a > Windows 10 machine > 0 [main] startxwin 22764 find_fast_cwd: WARNING: Couldn't compute > FAST_CWD pointer. Please report this problem to the public mailing > list This problem was squash

error with startwin on windows 10

2017-06-14 Thread Sam Mallinson
Hi there, I got the following error code when I tried to run startwin on a Windows 10 machine 0 [main] startxwin 22764 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list Cheers, Sam Mallinson -- Problem reports: http://cygwin

Re: cygserver - Postgres Multiple connection Load Testing - Inifinte Loop

2017-06-14 Thread Marco Atzeri
On 07/05/2017 05:47, Larry Hall (Cygwin) wrote: On 05/06/2017 11:27 PM, Noah Misch wrote: On Sat, Apr 01, 2017 at 10:36:24PM -0400, Noah Misch wrote: On Tue, Mar 28, 2017 at 01:26:52AM -0400, Noah Misch wrote: On Fri, Mar 24, 2017 at 06:11:01PM +0100, Corinna Vinschen wrote: I pushed a patchs

Re: Request: postgresql 9.6.3

2017-06-14 Thread Marco Atzeri
On 14/06/2017 23:55, Marco Atzeri wrote: On 14/06/2017 23:15, Halvorson, Jason A [US] (MS) wrote: PostgreSQL has released version 9.6.3. Is it possible for the maintainer of the postgres packages to update the "postgresql" and "postgrespl-client" packages to 9.6.3? Thank you, Jason Ops. I

Re: Request: postgresql 9.6.3

2017-06-14 Thread Marco Atzeri
On 14/06/2017 23:15, Halvorson, Jason A [US] (MS) wrote: PostgreSQL has released version 9.6.3. Is it possible for the maintainer of the postgres packages to update the "postgresql" and "postgrespl-client" packages to 9.6.3? Thank you, Jason Ops. I built it long ago an forgot to upload. O

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

2017-06-14 Thread David Stacey
The following package has been updated in the Cygwin distribution: * perl-Text-CSV_XS-1.31-1 Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class will combine fields into a CSV string and parse a CSV string into f

Request: postgresql 9.6.3

2017-06-14 Thread Halvorson, Jason A [US] (MS)
PostgreSQL has released version 9.6.3. Is it possible for the maintainer of the postgres packages to update the "postgresql" and "postgrespl-client" packages to 9.6.3? Thank you, Jason -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Doc

Re: CR-LF handling behavior of SED changed recently - this breaks a lot of MinGW cross build scripts

2017-06-14 Thread Brian Inglis
On 2017-06-14 10:07, cyg Simple wrote: > On 6/13/2017 1:34 PM, Brian Inglis wrote: >> On 2017-06-13 08:11, cyg Simple wrote: >>> On 6/10/2017 10:30 PM, Eric Blake wrote: On 06/10/2017 08:48 AM, cyg Simple wrote: > Uhm, 'wt' and 'wb' came from MS itself. Not quite. fopen(,"wb") comes f

Re: Latest Cygwin update and Emacs in Mintty

2017-06-14 Thread Achim Gratz
Achim Gratz writes: > After the latest Cygwin update I'm hitting an interesting problem with > emacs-nox running in a mintty: when Emacs starts, it decides that the > background color is gray instead of the usual white (for all but the > rightmost character in the status line, interestingly enough)

[ANNOUNCEMENT] New: xforms 1.2.4-1

2017-06-14 Thread Ken Brown
The following packages have been added to the Cygwin distribution: * xforms-1.2.4-1 * libforms2-1.2.4-1 * libforms-devel-1.2.4-1 * libforms-doc-1.2.4-1 XForms is a GUI toolkit based on the X library for X Window Systems. It features a rich set of objects, such as buttons, sliders, and menus etc.,

Re: CR-LF handling behavior of SED changed recently - this breaks a lot of MinGW cross build scripts

2017-06-14 Thread cyg Simple
On 6/13/2017 1:34 PM, Brian Inglis wrote: > On 2017-06-13 08:11, cyg Simple wrote: >> On 6/10/2017 10:30 PM, Eric Blake wrote: >>> On 06/10/2017 08:48 AM, cyg Simple wrote: Uhm, 'wt' and 'wb' came from MS itself. >>> Not quite. fopen(,"wb") comes from POSIX. "wt" is probably a microsoft >>> e

Re: Pipe after Command Substitution does not resolve the substitution:

2017-06-14 Thread Jon Bord
Firstly, i should clarify the problem definition asap by including this fourth example which shows a pipe working fine when it is not preceded by command substitution: $ grep 2 test.txt | grep 3 grep 2 test.txt | grep 3 + grep 2 test.txt + grep 3 23 Thanks Brian for all the suggestions and for sh

Re: Pipe after Command Substitution does not resolve the substitution:

2017-06-14 Thread Jon Bord
Thanks loads for the reply Marco and for testing. It's much appreciated. Just to confirm, it also ran fine for me on W7 64 with cygwin 64bit. This issue is now on W10 64 with cygwin 64bit. Is this the output from cygcheck that you mean? I've marked where i've ommitted some of the -s output. It's

Re: Pipe after Command Substitution does not resolve the substitution:

2017-06-14 Thread Brian Inglis
On 2017-06-14 01:41, Jon Bord wrote: > Windows 10 > bash 4.4.11(2) and 4.4.12(3) Better to just run the commands and post the output e.g.: $ cmd /c ver Microsoft Windows [Version 10.0.14393] $ uname -svrmo CYGWIN_NT-10.0 2.8.0(0.309/5/3) 2017-04-01 20:47 x86_64 Cygwin $ bash --version GNU bash,

Re: Pipe after Command Substitution does not resolve the substitution:

2017-06-14 Thread Marco Atzeri
On 14/06/2017 09:41, Jon Bord wrote: Hi, This is the first time i've ever submitted a bug report so i hope the below is ok. I am not a programmer although i do do some scripting. The below is the kind of 'command substitution then pipe' that i often used in Cygwin on Windows 7. Now that i've b

Pipe after Command Substitution does not resolve the substitution:

2017-06-14 Thread Jon Bord
Hi, This is the first time i've ever submitted a bug report so i hope the below is ok. I am not a programmer although i do do some scripting. The below is the kind of 'command substitution then pipe' that i often used in Cygwin on Windows 7. Now that i've been forced to move to Windows 10 it no