libfido2’s dependency on libcbor is dropped in setup.ini

2021-11-16 Thread ggl329 via Cygwin
cygfido2-1.dll (from libfido2-1.9.0-1) depends on cygcbor-0.8.dll . But the dependency is dropped in setup.ini (depends2 field). In addition, the current libcbor-0.9.0-2 doesn’t provide cygcbor-0.8.dll but cygcbor-0.9.dll . Maybe, libfido2 needs to be rebuilt with libcbor-0.9 . Thanks, —

possible snprintf() regression in 3.3.2

2021-11-16 Thread Tony Cook
This came up from regression testing perl. Regression testing of perl @4a1b9dd524007193213d3919d6a331109608b90c used (from uname): cygwin_nt-10.0 fv-az177-186 3.3.1(0.34153) 2021-10-28 20:52 x86_64 cygwin this did not exhibit the problem. See

Re: [PATCH v3] Cygwin: pipe: Handle STATUS_PENDING even for nonblocking mode.

2021-11-16 Thread Ken Brown
On 11/16/2021 9:33 AM, Takashi Yano wrote: - NtReadFile() and NtWriteFile() seems to return STATUS_PENDING occasionally even in nonblocking mode. This patch adds handling for STATUS_PENDING in nonblocking mode. I haven't tested (I assume you have), but LGTM except for two typos below.

[ANNOUNCEMENT] Re-Release: libtool 2.4.6-8

2021-11-16 Thread Achim Gratz
The following packages have been uploaded to the Cygwin distribution: * libtool-2.4.6-8 * libltdl7-2.4.6-8 GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface. This release was rebuilt for GCC 11.

Re-Release: libtool 2.4.6-8

2021-11-16 Thread Achim Gratz
The following packages have been uploaded to the Cygwin distribution: * libtool-2.4.6-8 * libltdl7-2.4.6-8 GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface. This release was rebuilt for GCC 11.

Re: [ITP] perl-Image-ExifTool

2021-11-16 Thread Brian Inglis
On 2021-11-16 02:55, Achim Gratz wrote: Brian Inglis writes: This perl module is not built from CPAN as that is 5 releases out of date 12.30 from the repo release 12.35. NACK. We do not package development releases unless absolutely necessary. The latest production release is 12.30 (Phil

Re: [ITP] perl-Image-ExifTool

2021-11-16 Thread Brian Inglis
On 2021-11-16 06:55, Achim Gratz wrote: Achim Gratz writes: Anyway, I'll have a look if it builds cleanly and if so will ITP it myself. It does and even is noarch, so please add it to my list of packages. Great Thanks! -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This

[PATCH v3] Cygwin: pipe: Handle STATUS_PENDING even for nonblocking mode.

2021-11-16 Thread Takashi Yano
- NtReadFile() and NtWriteFile() seems to return STATUS_PENDING occasionally even in nonblocking mode. This patch adds handling for STATUS_PENDING in nonblocking mode. Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249910.html --- winsup/cygwin/fhandler_pipe.cc | 81

Re: Editing with vim clears Windows 10 file system archive bit.

2021-11-16 Thread Corinna Vinschen via Cygwin
On Nov 15 14:18, Gary Johnson wrote: > On 2021-11-15, Corinna Vinschen via Cygwin wrote: > > Changing that is actually pretty simple, just set FILE_ATTRIBUTE_ARCHIVE > > as soon as the underlying NtCreateFile is called for an open(O_CREAT). > > > > Fixed in current git. > > I had thought that

Re: [PATCH] console: handle Unicode surrogate pairs

2021-11-16 Thread Corinna Vinschen
On Nov 16 22:19, Takashi Yano wrote: > On Tue, 16 Nov 2021 11:26:10 +0100 (CET) > Johannes Schindelin wrote: > > When running Cygwin's Bash in the Windows Terminal (see > > https://docs.microsoft.com/en-us/windows/terminal/ for details), Cygwin > > is receiving keyboard input in the form of UTF-16

Re: [ITP] perl-Image-ExifTool

2021-11-16 Thread Achim Gratz
Achim Gratz writes: > Anyway, I'll have a look if it builds cleanly and if so will ITP it > myself. It does and even is noarch, so please add it to my list of packages. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for

Re: [PATCH] console: handle Unicode surrogate pairs

2021-11-16 Thread Takashi Yano
On Tue, 16 Nov 2021 11:26:10 +0100 (CET) Johannes Schindelin wrote: > When running Cygwin's Bash in the Windows Terminal (see > https://docs.microsoft.com/en-us/windows/terminal/ for details), Cygwin > is receiving keyboard input in the form of UTF-16 characters. > > UTF-16 has that awkward

[PATCH] console: handle Unicode surrogate pairs

2021-11-16 Thread Johannes Schindelin
When running Cygwin's Bash in the Windows Terminal (see https://docs.microsoft.com/en-us/windows/terminal/ for details), Cygwin is receiving keyboard input in the form of UTF-16 characters. UTF-16 has that awkward challenge that it cannot map the full Unicode range, and to make up for it, there

Re: [ITP] perl-Image-ExifTool

2021-11-16 Thread Achim Gratz
Brian Inglis writes: > This perl module is not built from CPAN as that is 5 releases out of > date 12.30 from the repo release 12.35. NACK. We do not package development releases unless absolutely necessary. The latest production release is 12.30 (Phil only seems to mirror production releases

Re: Snapshot of Cygwin from Windows XP era

2021-11-16 Thread Hamish McIntyre-Bhatty via Cygwin
Follow up: there are now some of these historical cygwin releases and archives of the repos on archive.org. Last version to support Windows 9x/ME: https://archive.org/details/cygwin_repos_2009-12-01 Last version to support Windows 2000: https://archive.org/details/cygwin_repos_2013-06-04

[PATCH v2] Cygwin: pipe: Handle STATUS_PENDING even for nonblocking mode.

2021-11-16 Thread Takashi Yano
- NtReadFile() and NtWriteFile() seems to return STATUS_PENDING occasionally even in nonblocking mode. This patch adds handling for STATUS_PENDING in nonblocking mode. Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249910.html --- winsup/cygwin/fhandler_pipe.cc | 25

Re: Cygwin 3.3.0 regression: "make" segmentation faults

2021-11-16 Thread Takashi Yano via Cygwin
On Mon, 15 Nov 2021 17:47:58 +0100 Aleksey Shipilev wrote: > OpenJDK project uses Cygwin to drive the OpenJDK build system under Windows. > Recently, our GitHub > Actions (GHA) Windows runs started to fail with make SEGV-ing: > https://bugs.openjdk.java.net/browse/JDK-8276854 > > This also

Re: [PATCH] Cygwin: pipe: Handle STATUS_PENDING even for nonblocking mode.

2021-11-16 Thread Takashi Yano
On Tue, 16 Nov 2021 12:18:47 +0900 Takashi Yano wrote: > - NtReadFile() and NtWriteFile() seems to return STATUS_PENDING > occasionally even in nonblocking mode. This patch adds handling > for STATUS_PENDING in nonblocking mode. > > Addresses: >