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: 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 L

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 thi

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

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 https://github.com/Perl/perl5/runs/4084168038?chec

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, — ggl3