Re: luatex panics after update of zlib to 1.3.1

2024-02-01 Thread Heiko Oberdiek via Cygwin
Hello Ken, On 2024-02-01 19:02, Ken Brown wrote: On 1/30/2024 3:49 PM, Heiko Oberdiek via Cygwin wrote: programs (lualatex, texdoc, ...) abort with a panic error: the version 1.3 of the header files I've just uploaded a new texlive package which should fix this problem. Give it about an

[PATCH] Cygwin: console: Fix exit code for non-cygwin process.

2024-02-01 Thread Takashi Yano
If non-cygwin process is executed in console, the exit code is not set correctly. This is because the stub process for non-cygwin app crashes in fhandler_console::set_disable_master_thread() due to NULL pointer dereference. This bug was introduced by the commit: 3721a756b0d8 ("Cygwin: console:

Subject: emacs 29.2-1

2024-02-01 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution. * emacs-29.2-1 This is a virtual package that forces installation of one of the following four "binary" packages. If you don't select one of these four, then emacs-basic will be installed by default. * emacs-basic-29.2-1

texlive 20230313-3

2024-02-01 Thread Ken Brown via Cygwin-announce
This is a rebuild of the TeX Live binaries against the latest zlib. It should fix the problem reported here: https://cygwin.com/pipermail/cygwin/2024-January/255285.html Ken -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** The easiest way to unsubscribe is to visit

Re: luatex panics after update of zlib to 1.3.1

2024-02-01 Thread Ken Brown via Cygwin
On 1/30/2024 3:49 PM, Heiko Oberdiek via Cygwin wrote: Hallo, after the latest update of Cygwin, especially zlib from 1.3 to 1.3.1, luatex and related programs (lualatex, texdoc, ...) abort with a panic error: the version 1.3 of the header files of zlib (compile time) does not match the version

Re: ca-certificates.sh cannot install?

2024-02-01 Thread Brian Inglis via Cygwin
On 2024-02-01 09:31, Lester Ingber via Cygwin wrote: I just tried deleting all ca-cert... with the same negative result. We do not know what *YOU* mean by that: please *ALWAYS* copy and paste the console log or attach a command and output log as text to show what you did, what happened, and

Re: ca-certificates.sh cannot install?

2024-02-01 Thread Brian Inglis via Cygwin
On 2024-02-01 08:40, Lester Ingber via Cygwin wrote: Yes, a Reinstall is the first thing I tried. I just tried that again after installing 3.5.0-1, with the same negative result. Presumably you are installing the latest package versions? There used to be a problem where the programs made the

Re: ca-certificates.sh cannot install?

2024-02-01 Thread Lester Ingber via Cygwin
I just tried deleting all ca-cert... with the same negative result. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: ca-certificates.sh cannot install?

2024-02-01 Thread Lester Ingber via Cygwin
Yes, a Reinstall is the first thing I tried. I just tried that again after installing 3.5.0-1, with the same negative result. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe

Re: Aren't Windows System Error popups meant to be disabled in Cygwin?

2024-02-01 Thread Brian Inglis via Cygwin
On 2024-02-01 01:18, David Allsopp via Cygwin wrote: On Wed, 31 Jan 2024 at 22:27, Brian Inglis via Cygwin wrote: On 2024-01-31 06:40, David Allsopp via Cygwin wrote: Starting with this very trivial C program: #include #include int main(void) { printf("Zstandard v%d\n",

Updated: setup (2.929)

2024-02-01 Thread Jon Turney
A new version of Setup (2.926) has been uploaded to: https://cygwin.com/setup-x86_64.exe (64 bit version) https://cygwin.com/setup-x86.exe (32 bit version) Changes compared to 2.926: - On Windows 7, Windows Server 2008 R2, Windows 8 and Windows Server 2012 (Windows NT 6.1, 6.2) and

Updated: setup (2.929)

2024-02-01 Thread Jon Turney via Cygwin
A new version of Setup (2.926) has been uploaded to: https://cygwin.com/setup-x86_64.exe (64 bit version) https://cygwin.com/setup-x86.exe (32 bit version) Changes compared to 2.926: - On Windows 7, Windows Server 2008 R2, Windows 8 and Windows Server 2012 (Windows NT 6.1, 6.2) and

[ANNOUNCEMENT] cygwin 3.5.0-1

2024-02-01 Thread Corinna Vinschen via Cygwin
I'm happy to announce update of the first Cygwin 3.5 release == IMPORTANT DEPRECATION NOTES == - Cygwin 3.4.10 was the LAST major

cygwin 3.5.0-1

2024-02-01 Thread Corinna Vinschen via Cygwin-announce
I'm happy to announce update of the first Cygwin 3.5 release == IMPORTANT DEPRECATION NOTES == - Cygwin 3.4.10 was the LAST major

Re: Aren't Windows System Error popups meant to be disabled in Cygwin?

2024-02-01 Thread Corinna Vinschen via Cygwin
On Feb 1 08:22, David Allsopp via Cygwin wrote: > > x86_64-w64-mingw32-gcc produces a Windows program, why Cygwin should > > be involved in the execution ? > > I perhaps should have made that crystal clear - in running "./test", > I'm invoking that excecutable _from_ a Cygwin program (in this

Re: Aren't Windows System Error popups meant to be disabled in Cygwin?

2024-02-01 Thread David Allsopp via Cygwin
> x86_64-w64-mingw32-gcc produces a Windows program, why Cygwin should > be involved in the execution ? I perhaps should have made that crystal clear - in running "./test", I'm invoking that excecutable _from_ a Cygwin program (in this case mintty / bash / sh), so Cygwin is very much involved -

Re: Aren't Windows System Error popups meant to be disabled in Cygwin?

2024-02-01 Thread David Allsopp via Cygwin
On Wed, 31 Jan 2024 at 22:27, Brian Inglis via Cygwin wrote: > > On 2024-01-31 06:40, David Allsopp via Cygwin wrote: > > Starting with this very trivial C program: > > > > #include > > #include > > > > int main(void) { > >printf("Zstandard v%d\n", ZSTD_versionNumber()); > > } > > > > and