Re: gpg2 / gpg-agent passphrase prompt

2025-01-25 Thread Marco Atzeri via Cygwin
On 25/01/2025 21:16, ASSI via Cygwin wrote: Marco Atzeri via Cygwin writes: That fixes the issue of both packages getting installed, but does not fix the issue of wget and wget2 requiring an unmaintained library even in their latest version. Regards, Achim. Noted. I am testing the build o

Re: bug#75806: Trailing spaces; pattern "\s" before "[[:cntrl:]]" faulty

2025-01-25 Thread Brian Inglis via Cygwin
On 2025-01-25 12:31, Paul Eggert via Cygwin wrote: On 2025-01-24 05:27, Andreas BROCKMANN via Bug reports for GNU grep wrote: The 1st command below correctly reports trailing spaces, for Unix and Windows format files. The 2nd one incorrectly reports all lines.    grep -sHn -i " [[:cntrl:]]*$"

Re: Inheriting all ownership, rights and files from an user

2025-01-25 Thread José Isaías Cabrera via Cygwin
Hi Andrey. On Saturday, January 25, 2025 07:22 AM, Andrey Repin expressed: > > > takeown /R /F c:\cygwin64\* > > Eh. That was absolutely unnecessary. Given the path, you most likely had it > installed with administrator rights. Thus no need to adjust permissions on > whole tree. > Only your /home/

Re: gpg2 / gpg-agent passphrase prompt

2025-01-25 Thread ASSI via Cygwin
Marco Atzeri via Cygwin writes: > I had the impression to have properly declared > > NAME="gnupg2" > VERSION=2.4.7 > RELEASE=1 > > OBSOLETES="gnupg" > > and so setup.ini has > > @ gnupg2 > sdesc: "GNU tool for secure communication and data storage" > ... > obsoletes: gnupg > > so what went wrong ?

Re: bug#75806: Trailing spaces; pattern "\s" before "[[:cntrl:]]" faulty

2025-01-25 Thread Paul Eggert via Cygwin
On 2025-01-24 05:27, Andreas BROCKMANN via Bug reports for GNU grep wrote: The 1st command below correctly reports trailing spaces, for Unix and Windows format files. The 2nd one incorrectly reports all lines. grep -sHn -i " [[:cntrl:]]*$" *.vhd grep -sHn -i "\s[[:cntrl:]]*$" *.vhd I do

Re: Inheriting all ownership, rights and files from an user

2025-01-25 Thread Andrey Repin via Cygwin
Greetings, José Isaías Cabrera! >> My windows account just changed from e608313 to u618346 and I would like to >> > use the old setup that I had on the old account under the new account in >> > cygwin. How is this possible? Thanks. >> > >> >> This may be possible by using the native Windows icacls