Re: Cygwin's ACL handling is NOT interoperable with Windows

2018-08-04 Thread Michael Wild
Hi Stefan On Sat, 4 Aug 2018, 19:12 Stefan Kanthak, wrote: > [...] > As Cygwin is a guest in the house of Windows, it should respect its hosts > house rules; instead it but violates them, and blames the host for its > faults! [...] > > Fix Cygwin's BUGGY ACL creation! > > [...] > > PS:

Re: [PATCH] Fix return value on aio_read/write success

2018-08-04 Thread Mark Geisert
Corinna Vinschen wrote: On Aug 4 01:44, Mark Geisert wrote: Oops. Something that iozone testing had found but I regarded as an iozone bug. Re-reading the man pages set me straight. --- winsup/cygwin/aio.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH] Fix return value on aio_read/write success

2018-08-04 Thread Corinna Vinschen
On Aug 4 01:44, Mark Geisert wrote: > Oops. Something that iozone testing had found but I regarded as an > iozone bug. Re-reading the man pages set me straight. > --- > winsup/cygwin/aio.cc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/winsup/cygwin/aio.cc

Re: git-email missing module

2018-08-04 Thread john doe
Hi Adam, On 8/4/2018 7:49 PM, Adam Dinwoodie wrote: On Sat, 4 Aug 2018 at 15:11, john doe wrote: Hi, On a fresh install of Cygwin_x86_64, I have installed "git,git-email" packages and I'm getting the following: $ git send-email master --confirm=always --to=x...@example.com BUG: The

Re: Cygwin's ACL handling is NOT interoperable with Windows

2018-08-04 Thread Marco Atzeri
Am 04.08.2018 um 19:11 schrieb Stefan Kanthak: Hi, Hi Stefan, states: | There's just one problem when trying to map the POSIX permission model | onto the Windows permission model. ... | Canonical ACLs are unable to reflect each

Re: git-email missing module

2018-08-04 Thread Ken Brown
On 8/4/2018 11:55 AM, Ken Brown wrote: On 8/4/2018 10:11 AM, john doe wrote: Hi, On a fresh install of Cygwin_x86_64, I have installed "git,git-email" packages and I'm getting the following: $ git send-email master --confirm=always --to=x...@example.com BUG: The 'Mail::Address' module is

Re: [PATCH] setup spews too many messages

2018-08-04 Thread Achim Gratz
Jon Turney writes: > Ideally we'd be remembering the vendor (along with other information > we currently guess) for installed packages. How about replacing the "bz2" in installed.db with the vendor? If you want to be extra obscure, make "bz2" mean "cygwin". :-P > I'm not sure about fixing it

Re: git-email missing module

2018-08-04 Thread Achim Gratz
john doe writes: > I had to install "Mail::Address" manually using cpan. You shouldn't do that. The module in question is packaged with perl-MailTools (camelcased), so this needs to be added to the dependencies for Git. Adam, the perl modules that come with Git need to be properly provided as

Re: git-email missing module

2018-08-04 Thread Adam Dinwoodie
On Sat, 4 Aug 2018 at 15:11, john doe wrote: > Hi, > > On a fresh install of Cygwin_x86_64, I have installed "git,git-email" > packages and I'm getting the following: > > $ git send-email master --confirm=always --to=x...@example.com > BUG: The 'Mail::Address' module is not here, but

Cygwin's ACL handling is NOT interoperable with Windows

2018-08-04 Thread Stefan Kanthak
Hi, states: | There's just one problem when trying to map the POSIX permission model | onto the Windows permission model. ... | Canonical ACLs are unable to reflect each possible combination of POSIX | permissions. ... | Again: This works

Re: git-email missing module

2018-08-04 Thread Ken Brown
On 8/4/2018 10:11 AM, john doe wrote: Hi, On a fresh install of Cygwin_x86_64, I have installed "git,git-email" packages and I'm getting the following: $ git send-email master --confirm=always --to=x...@example.com BUG: The 'Mail::Address' module is not here, but NO_PERL_CPAN_FALLBACKS was

Re: [PATCH] setup spews too many messages

2018-08-04 Thread Jon Turney
On 31/07/2018 20:29, Achim Gratz wrote: fix excessive message spewage when package vendor is something other than "cygwin" Installed packages are getting coerced to vendor "cygwin", so there will be warnings if the vendor string of the single repo is something other than that. Use "@System"

git-email missing module

2018-08-04 Thread john doe
Hi, On a fresh install of Cygwin_x86_64, I have installed "git,git-email" packages and I'm getting the following: $ git send-email master --confirm=always --to=x...@example.com BUG: The 'Mail::Address' module is not here, but NO_PERL_CPAN_FALLBACKS was set! Git needs this Perl module from

[ANNOUNCEMENT] python-bcrypt 3.1.4-1

2018-08-04 Thread Michael Wild
The following packages have been uploaded to the Cygwin distribution: * python2-bcrypt-3.1.4-1 * python3-bcrypt-3.1.4-1 Password hashing library for Python -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

[ANNOUNCEMENT] python-paramiko 2.4.1-1

2018-08-04 Thread Michael Wild
The following packages have been uploaded to the Cygwin distribution: * python2-paramiko-2.4.1-1 * python3-paramiko-2.4.1-1 This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts.

python-paramiko 2.4.1-1

2018-08-04 Thread Michael Wild
The following packages have been uploaded to the Cygwin distribution: * python2-paramiko-2.4.1-1 * python3-paramiko-2.4.1-1 This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts.

python-bcrypt 3.1.4-1

2018-08-04 Thread Michael Wild
The following packages have been uploaded to the Cygwin distribution: * python2-bcrypt-3.1.4-1 * python3-bcrypt-3.1.4-1 Password hashing library for Python

[ANNOUNCEMENT] python-nacl 1.2.1-1

2018-08-04 Thread Michael Wild
The following packages have been uploaded to the Cygwin distribution: * python2-nacl-1.2.1-1 * python3-nacl-1.2.1-1 PyNaCl is a Python binding to libsodium, which is a fork of the Networking and Cryptography library. These libraries have a stated goal of improving usability, security and speed.

python-nacl 1.2.1-1

2018-08-04 Thread Michael Wild
The following packages have been uploaded to the Cygwin distribution: * python2-nacl-1.2.1-1 * python3-nacl-1.2.1-1 PyNaCl is a Python binding to libsodium, which is a fork of the Networking and Cryptography library. These libraries have a stated goal of improving usability, security and speed.

[PATCH] Fix return value on aio_read/write success

2018-08-04 Thread Mark Geisert
Oops. Something that iozone testing had found but I regarded as an iozone bug. Re-reading the man pages set me straight. --- winsup/cygwin/aio.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/aio.cc b/winsup/cygwin/aio.cc index fe63dec04..571a9621b 100644

Re: gfortran console I/O quit working

2018-08-04 Thread Marco Atzeri
Am 04.08.2018 um 06:30 schrieb Randy Dawson: I recently upgraded/re-installed, and the following example used to work. uname reports: CYGWIN_NT-10.0 --- program test write(6,700) 700 format('hello from write') print *, 'hello from