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: 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 'Mail::Add

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 possi

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 not

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 pe

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 NO_PERL_CPAN_F

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 se

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 t

[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: http://cygwin

[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. Al

[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. I

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 pr