Re: perl-5.18.2-1 (was: 64-bit: Missing perl modules)

2014-05-02 Thread Achim Gratz
Reini Urban writes: It's vastly easier to keep perl_vendor than to split it up. I've been looking at the test package for the upcoming 5.18.2 release announced in http://cygwin.com/ml/cygwin-announce/2014-04/msg00038.html and I'd like to contest that assertion again. TL;DR: I still propose to

Re: [ITA] ping

2014-05-02 Thread Marco Atzeri
On 25/04/2014 19:25, Christopher Faylor wrote: On Fri, Apr 25, 2014 at 06:41:47PM +0200, Corinna Vinschen wrote: Perhaps not, but having a maintainer is ;) Ditto. And we are moving to .xz so... cgf in this case adding xz is not a big issue, I already have them available with minor

Re: [ITA] ping

2014-05-02 Thread Marco Atzeri
On 02/05/2014 17:31, Marco Atzeri wrote: On 25/04/2014 19:25, Christopher Faylor wrote: On Fri, Apr 25, 2014 at 06:41:47PM +0200, Corinna Vinschen wrote: Perhaps not, but having a maintainer is ;) Ditto. And we are moving to .xz so... cgf in this case adding xz is not a big issue, I

Re: perl-5.18.2-1

2014-05-02 Thread Ken Brown
On 5/2/2014 4:21 AM, Achim Gratz wrote: Reini Urban writes: It's vastly easier to keep perl_vendor than to split it up. I've been looking at the test package for the upcoming 5.18.2 release announced in http://cygwin.com/ml/cygwin-announce/2014-04/msg00038.html and I'd like to contest that

src/winsup/cygwin ChangeLog fhandler_dsp.cc

2014-05-02 Thread cgf
CVSROOT:/cvs/src Module name:src Changes by: c...@sourceware.org 2014-05-02 15:14:17 Modified files: winsup/cygwin : ChangeLog fhandler_dsp.cc Log message: * fhandler_dsp.cc (ioctl): Use _ioctl for recursive call. Patches:

stdio.h patches for g++ -std=c++11

2014-05-02 Thread zosrothko
Hi This is a patch for exposing the new stdio functions added by the c++11 standard. Without this patch the snprintf for example is not exposed as $ cat hello.cpp #include cstdio int main(int argc, char** argv) { char buf[24]; snprintf(buf, 2, , 2); return 0; } $ g++ -std=c++11 hello.cpp

Re: stdio.h patches for g++ -std=c++11

2014-05-02 Thread Christopher Faylor
On Fri, May 02, 2014 at 03:40:17PM +0200, zosrothko wrote: This is a patch for exposing the new stdio functions added by the c++11 standard. Without this patch the snprintf for example is not exposed as Patches for newlib should go to the newlib mailing list at sourceware.org.

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

2014-05-02 Thread Yaakov (Cygwin/X)
On 2014-04-30 18:50, 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. mingw64-i686-libgnurx is available in Ports. Yaakov -- Problem

Re: Fatal error from Cygwin emacs-w32 every day or so

2014-05-02 Thread Achim Gratz
Ken Brown writes: I've rebuilt emacs-24.3 with the gnutls fix. David and Achim (and anyone else who's been experiencing these crashes), please try the following binary and let me know if it solves the problem: http://sanibeltranquility.com/cygwin/emacs-w32.exe.xz You might have to do

Re: [ANNOUNCEMENT] Updated: perl-5.18.2-1 (x86) [test] Attn Maintainers with perl reqs

2014-05-02 Thread Achim Gratz
Reini Urban writes: perl, perl_vendor, perl_manpages, perl_debugbuild The debug package is actually named perl_debuginfo at the moment, but perhaps it should be renamed perl-debuginfo to conform to all other packages? @INC looks strange: why do you keep vendor_perl for 5.10, but not for 5.14?

Re: Fatal error from Cygwin emacs-w32 every day or so

2014-05-02 Thread Achim Gratz
Achim Gratz writes: Sorry for the long delay. I've now ran the two Emacs versions side by side for two days. The original has crashed twice during that time and the patched version is still running… so I'd call that a fix. Thanks! Just as I had sent this mail, the new Emacs also crashed.

Re: Screen crippled by applications using alternative screen

2014-05-02 Thread Maximus5
Christopher Faylor cgf-use-the-mailinglist-please at cygwin.com writes: On Fri, May 02, 2014 at 01:33:30AM -0400, Christopher Faylor wrote: I think I understand now. The request if for Cygwin to do nothing when it sees escape sequences since, apparently, ConEmu will handle escape sequences

ioctl crash in mpg123

2014-05-02 Thread JonY
Hi, I am debugging a crash in Cygwin 1.7.29-2 ioctl but I am not familiar with the OSS sounds API. I traced the ioctl calls and made this example, is it supposed to work? #include sys/types.h #include sys/stat.h #include fcntl.h #include stdlib.h #include unistd.h #include sys/ioctl.h #include

Re: ioctl crash in mpg123

2014-05-02 Thread Christopher Faylor
On Fri, May 02, 2014 at 07:16:25PM +0800, JonY wrote: Hi, I am debugging a crash in Cygwin 1.7.29-2 ioctl but I am not familiar with the OSS sounds API. I traced the ioctl calls and made this example, is it supposed to work? If you're asking if Cygwin is supposed to SEGV in certain situations

Re: two execve() inconsistencies (was cygwin-bash compat/regression bug... startup line prob)

2014-05-02 Thread Linda Walsh
Eric Blake wrote: So why doesn't a single argument work (-u?) Because you didn't pass a single argument, but left trailing space ... --- But looking at the file, I didn't notice that until I recreated the file w/o using cut/paste (i.e. happened in another script that had -u at the top, and I

Re: ioctl crash in mpg123

2014-05-02 Thread JonY
On 5/2/2014 23:15, Christopher Faylor wrote: On Fri, May 02, 2014 at 07:16:25PM +0800, JonY wrote: Hi, I am debugging a crash in Cygwin 1.7.29-2 ioctl but I am not familiar with the OSS sounds API. I traced the ioctl calls and made this example, is it supposed to work? If you're asking if

Re: Fatal error from Cygwin emacs-w32 every day or so

2014-05-02 Thread Ken Brown
On 5/2/2014 6:50 AM, Achim Gratz wrote: Achim Gratz writes: Sorry for the long delay. I've now ran the two Emacs versions side by side for two days. The original has crashed twice during that time and the patched version is still running… so I'd call that a fix. Thanks! Just as I had sent

Re: Screen crippled by applications using alternative screen

2014-05-02 Thread Csaba Raduly
On Fri, May 2, 2014 at 7:37 AM, Christopher Faylor wrote: (snip) Oh, and another reason for my reaction was that the web page used the term annoying cygwin behavior when Cygwin is working as designed. One man's working as designed is another man's annoying behavior :) Csaba -- GCS a+ e++ d-