Re: [PATCH] localename: Port to cygwin 2.6.

2017-01-19 Thread Eric Blake
On 01/19/2017 02:30 PM, Eric Blake wrote: > Cygwin 2.6 introduced uselocale() and thread-local locales in general, > but lacks any way to get at the name of each portion of a locale_t > object short of peeking behind an opaque object. I'm proposing a > patch to add NL_LOCALE_NAME() to Cygwin

[ANNOUNCEMENT] Updated: gcc-6.3.0-1 (x86/x86_64)(Test)

2017-01-19 Thread JonY
gcc-6.3.0-1 has been uploaded for Cygwin. This version is for testing. This version has been built with --with-default-libstdcxx-abi=gcc4-compatible so it should remain compatible to GCC 4 C++ ABI. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the

Updated: gcc-6.3.0-1 (x86/x86_64)(Test)

2017-01-19 Thread JonY
gcc-6.3.0-1 has been uploaded for Cygwin. This version is for testing. This version has been built with --with-default-libstdcxx-abi=gcc4-compatible so it should remain compatible to GCC 4 C++ ABI. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the

Re: [ANNOUNCEMENT] Updated: libreadline7-7.0.1-1, libreadline-devel-7.0.1-1, bash-4.4.5-1

2017-01-19 Thread Steven Penny
On Thu, 19 Jan 2017 19:13:35, Corinna Vinschen wrote: > I applied a patch to Cygwin to handle these Alt-Numpad sequences, see > https://sourceware.org/git/?p=3Dnewlib-cygwin.git;a=3Dcommitdiff;h=3D4652cc4 > I uploaded new developer snapshots to https://cygwin.com/snapshots/ > for testing. Please

Re: [SECURITY] libidn - locale specific error in test suite

2017-01-19 Thread Eric Blake
On 01/19/2017 03:02 PM, Corinna Vinschen wrote: After stepping through a debugger, it looks like this is a bug in gnulib and not cygwin. Gnulib is trying to test that its own function gl_locale_name() can track the use of uselocale() to set a thread-local locale that overrides

Re: mintty fails to start

2017-01-19 Thread Thomas Wolff
Am 19.01.2017 um 16:25 schrieb Emember MemberUS via cygwin: ... Suggestion: produce an error message that would help identifying this problem when mintty starts. NOTE: this issue happens only in cygwin, and only when both files are present: /bin/bash.exe and empty /bin/bash. If no bash is

Re: [SECURITY] libidn - locale specific error in test suite

2017-01-19 Thread Corinna Vinschen
On Jan 19 14:17, Eric Blake wrote: > On 01/19/2017 12:19 PM, Corinna Vinschen wrote: > > >>> The test comes from gnulib, so I'm familiar with ideas on how to try and > >>> whittle it down to a smaller self-contained test. I'll see if I can > >>> spend a moment on it today. > >>> > >> > >> After

[newlib-cygwin] Simplify check for Alt-Numpad

2017-01-19 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=3b7b65b2f8a809af30eb1eff6f26df5907e6f0ba commit 3b7b65b2f8a809af30eb1eff6f26df5907e6f0ba Author: Corinna Vinschen Date: Thu Jan 19 21:41:21 2017 +0100 Simplify check for Alt-Numpad Create two new

[newlib-cygwin] miscfuncs.h: Drop now unneeded getentropy declaration

2017-01-19 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9985cf66e99121964c830502f68498e062802811 commit 9985cf66e99121964c830502f68498e062802811 Author: Corinna Vinschen Date: Thu Jan 19 21:35:12 2017 +0100 miscfuncs.h: Drop now unneeded getentropy declaration

[newlib-cygwin] Cleanup fhandler_console::read for readability

2017-01-19 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ef007184874ead6f288e432eb23bfc76bf65929d commit ef007184874ead6f288e432eb23bfc76bf65929d Author: Corinna Vinschen Date: Thu Jan 19 21:58:05 2017 +0100 Cleanup fhandler_console::read for readability -

[newlib-cygwin] miscfuncs.cc: Revert exclusion of inclusion of exception.h

2017-01-19 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=dd7c87ae875f6c9b3f4b7a900e2543199ff22b5d commit dd7c87ae875f6c9b3f4b7a900e2543199ff22b5d Author: Corinna Vinschen Date: Thu Jan 19 21:51:38 2017 +0100 miscfuncs.cc: Revert exclusion of inclusion of

Re: [SECURITY] libidn - locale specific error in test suite

2017-01-19 Thread Yaakov Selkowitz
On 2017-01-03 04:53, Dr. Volker Zell wrote: Just tried packaging libidn-1.33 and found a locale specific error in the test suite (Which was working fine with my latest build). When running under strace I get: Dr. Volker, Since the bug discovered by this test is unrelated to libidn itself,

Re: [SECURITY] libidn - locale specific error in test suite

2017-01-19 Thread Eric Blake
On 01/19/2017 12:19 PM, Corinna Vinschen wrote: >> I'll propose a patch to upstream gnulib, and cc this list - any project >> using gnulib will have to backport that patch or wait for a new upstream >> release of that project that uses newer gnulib if it wants to work >> around the bug. > >

[PATCH] localename: Port to cygwin 2.6.

2017-01-19 Thread Eric Blake
Cygwin 2.6 introduced uselocale() and thread-local locales in general, but lacks any way to get at the name of each portion of a locale_t object short of peeking behind an opaque object. I'm proposing a patch to add NL_LOCALE_NAME() to Cygwin patterned after glibc's extension of the same name,

Re: [SECURITY] libidn - locale specific error in test suite

2017-01-19 Thread Eric Blake
On 01/19/2017 12:19 PM, Corinna Vinschen wrote: >>> The test comes from gnulib, so I'm familiar with ideas on how to try and >>> whittle it down to a smaller self-contained test. I'll see if I can >>> spend a moment on it today. >>> >> >> After stepping through a debugger, it looks like this is

[newlib-cygwin] miscfuncs.cc: Drop unneeded includes and unused global variable

2017-01-19 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=19f9a9799f321279b058a8838974b8628b14e1ba commit 19f9a9799f321279b058a8838974b8628b14e1ba Author: Corinna Vinschen Date: Thu Jan 19 21:11:55 2017 +0100 miscfuncs.cc: Drop unneeded includes and unused global

[newlib-cygwin] check_iovec: Change test to be more robust against invalid iovcnt values

2017-01-19 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=946cd7df284175e5c36140349a4173ac64a76115 commit 946cd7df284175e5c36140349a4173ac64a76115 Author: Corinna Vinschen Date: Thu Jan 19 21:11:22 2017 +0100 check_iovec: Change test to be more robust against

[newlib-cygwin] Move string functions from miscfunc.cc to strfuncs.cc

2017-01-19 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=abfcf32732bd9110e66373fe0d6119133ebb1d15 commit abfcf32732bd9110e66373fe0d6119133ebb1d15 Author: Corinna Vinschen Date: Thu Jan 19 21:01:41 2017 +0100 Move string functions from miscfunc.cc to strfuncs.cc

[newlib-cygwin] Move getentropy/getrandom into own file

2017-01-19 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bbf6993a2dba70ee9cd99b20a039e15d754400ef commit bbf6993a2dba70ee9cd99b20a039e15d754400ef Author: Corinna Vinschen Date: Thu Jan 19 20:58:06 2017 +0100 Move getentropy/getrandom into own file

[newlib-cygwin] Don't assert on sum of iov_len overflowing an ssize_t

2017-01-19 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e2ab9b71fa49b5295fe7387e18e37b6d81d7ddc2 commit e2ab9b71fa49b5295fe7387e18e37b6d81d7ddc2 Author: Corinna Vinschen Date: Thu Jan 19 21:08:53 2017 +0100 Don't assert on sum of iov_len overflowing an ssize_t

[newlib-cygwin] Fix copy/paste buglet in comment

2017-01-19 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e6e66224f382a83c9a9cae6431336645a7986b4a commit e6e66224f382a83c9a9cae6431336645a7986b4a Author: Corinna Vinschen Date: Thu Jan 19 19:22:47 2017 +0100 Fix copy/paste buglet in comment Signed-off-by:

Re: [SECURITY] libidn - locale specific error in test suite

2017-01-19 Thread Corinna Vinschen
On Jan 19 11:40, Eric Blake wrote: > On 01/18/2017 09:23 AM, Eric Blake wrote: > > On 01/18/2017 06:12 AM, Dr. Volker Zell wrote: > > > > The source code can be found in the file (after unpacking of > https://ftp.gnu.org/gnu/libidn/libidn-1.33.tar.gz) > > o >

Re: ssh-host-config: patch fix debug option + broken for me on Vista (non-domain)

2017-01-19 Thread Corinna Vinschen
On Jan 19 22:26, Shaddy Baddah wrote: > > Hi, > > On 19/01/17 21:38, Corinna Vinschen wrote: > > On Jan 18 14:34, Shaddy Baddah wrote: > ... > > > > And I'm sure the problem is that this well-intended change to the script > > > fails on the assumption that LOGONSERVER is always populated. It

Re: [ANNOUNCEMENT] Updated: libreadline7-7.0.1-1, libreadline-devel-7.0.1-1, bash-4.4.5-1

2017-01-19 Thread Corinna Vinschen
On Jan 19 08:21, Eric Blake wrote: > On 01/19/2017 07:23 AM, Eliot Moss wrote: > >> I have root caused this. With the new readline, running ./configure > > creates > >> config.h, as expected. However new version adds this line: > >> > >> #define HAVE_PSELECT 1 > >> > >> If you remove this from

[newlib-cygwin] Add release message for commit 4652cc4

2017-01-19 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=dd353aa6882d05260d63aca59660de3ee8123a3c commit dd353aa6882d05260d63aca59660de3ee8123a3c Author: Corinna Vinschen Date: Thu Jan 19 19:01:09 2017 +0100 Add release message for commit 4652cc4

[newlib-cygwin] Handle Alt+Numpad key sequences in console input and select

2017-01-19 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4652cc4384c3f24db901010adcad021c19b2b7a2 commit 4652cc4384c3f24db901010adcad021c19b2b7a2 Author: Corinna Vinschen Date: Thu Jan 19 18:59:48 2017 +0100 Handle Alt+Numpad key sequences in console input and

Re: [SECURITY] libidn - locale specific error in test suite

2017-01-19 Thread Eric Blake
On 01/18/2017 09:23 AM, Eric Blake wrote: > On 01/18/2017 06:12 AM, Dr. Volker Zell wrote: > The source code can be found in the file (after unpacking of https://ftp.gnu.org/gnu/libidn/libidn-1.33.tar.gz) o

Re: git stash damaged?

2017-01-19 Thread Brian Inglis
On 2017-01-19 07:47, Olivier FAURAX wrote: > When I use "git stash", I get a message saying it is there but not > executable. > $ git stash > fatal: 'stash' appears to be a git command, but we were not > able to execute it. Maybe git-stash is broken? > I tested with 2.8.3-1 and 2.8.2-1. > I

mintty fails to start

2017-01-19 Thread Emember MemberUS via cygwin
This is a minor issue and probably not typical, but could be of interest to cygwin developers/maintainers. Problem: After building a 3-party cross-toolchain (unrelated to cygwin), mintty is no longer able to start. While a few mintty windows that were still open worked ok, any NEW mintty

git stash damaged?

2017-01-19 Thread Olivier FAURAX
Hello, When I use "git stash", I get a message saying it is there but not executable. $ git stash fatal: 'stash' appears to be a git command, but we were not able to execute it. Maybe git-stash is broken? I tested with 2.8.3-1 and 2.8.2-1. I checked /usr/libexec/git-core/git-stash and it is

Re: [ANNOUNCEMENT] Updated: libreadline7-7.0.1-1, libreadline-devel-7.0.1-1, bash-4.4.5-1

2017-01-19 Thread Eric Blake
On 01/19/2017 07:23 AM, Eliot Moss wrote: >> I have root caused this. With the new readline, running ./configure > creates >> config.h, as expected. However new version adds this line: >> >> #define HAVE_PSELECT 1 >> >> If you remove this from config.h, then make, the resultant DLL behaves > as it

Re(17):the invoice from Quis Massa Corporation

2017-01-19 Thread Roth L. Hodges
Good Day See the invoice attached. You need Document Passcode: aF0OPzWWN Best regards Roth L. Hodges Quis Massa Corporation the invoice Quis Massa Corporation.docx Description: Attached file: the invoice Quis Massa Corporation.docx -- Unsubscribe info:

Re: [ANNOUNCEMENT] Updated: libreadline7-7.0.1-1, libreadline-devel-7.0.1-1, bash-4.4.5-1

2017-01-19 Thread Eliot Moss
On 1/19/2017 12:22 AM, Steven Penny wrote: > On Tue, 17 Jan 2017 21:45:07, Steven Penny wrote: >> I would like to keep this productive; my next step is to try to unpack that >> large commit, while also helping Eric to reproduce. > > I have root caused this. With the new readline, running

Re: ssh-host-config: patch fix debug option + broken for me on Vista (non-domain)

2017-01-19 Thread Shaddy Baddah
Hi, On 19/01/17 21:38, Corinna Vinschen wrote: On Jan 18 14:34, Shaddy Baddah wrote: ... And I'm sure the problem is that this well-intended change to the script fails on the assumption that LOGONSERVER is always populated. It isn't for me on Vista.

Re: [SECURITY] libidn - locale specific error in test suite

2017-01-19 Thread Corinna Vinschen
On Jan 18 09:23, Eric Blake wrote: > On 01/18/2017 06:12 AM, Dr. Volker Zell wrote: > > >>> > >>> The source code can be found in the file (after unpacking of > >>> https://ftp.gnu.org/gnu/libidn/libidn-1.33.tar.gz) > >>> > >>> o > >>>

Re: ssh-host-config: patch fix debug option + broken for me on Vista (non-domain)

2017-01-19 Thread Corinna Vinschen
On Jan 18 14:34, Shaddy Baddah wrote: > Hi, > > First please find attached a simple patch that fixes a problem I > encountered running ssh-host-config with the --debug option. Thanks, applied. > And I'm sure the problem is that this well-intended change to the script > fails on the assumption

Re: cygwin dll for 2.6.0-1

2017-01-19 Thread Marco Atzeri
On 19/01/2017 09:10, sun zheng wrote: sorry but i did not receive any mail regarding eith time machine... But anyway, thanks a lot for your guide! Thanks!! Jerry Hi Jerry, all replies were on the mailing list, see archive for details https://cygwin.com/ml/cygwin/2017-01/msg00212.html We

Success with coarrays and gfortran

2017-01-19 Thread David Billinghurst
I am pleased to report that I have successfully compiled OpenCoarrays-1.8.0 under cygwin and used it to build parallel coarray Fortran code using gfortran. I have compiled and run a few toy cases, but nothing serious yet. Steps taken were: install openmpi, libopenmpi-devel, libopenmpifh12,

Re: cygwin dll for 2.6.0-1

2017-01-19 Thread sun zheng
sorry but i did not receive any mail regarding eith time machine... But anyway, thanks a lot for your guide! Thanks!! Jerry 发自我的 iPhone > 在 2017年1月19日,11:25,Eliot Moss 写道: > >> On 1/18/2017 10:06 PM, sun zheng wrote: >> hi team,sorry for troubling. >> >> but could you