FS#79470 - [texlive-bin] luatex panics with zlib 1.3-1
Attached to Project:
Arch Linux
Opened by Steef Hegeman (Steef435) - Thursday, 24 August 2023, 20:09 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 31 August 2023, 17:46 GMT
Opened by Steef Hegeman (Steef435) - Thursday, 24 August 2023, 20:09 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 31 August 2023, 17:46 GMT
|
Details
Description:
After updating zlib to version 1.3-1, luatex crashes on start: {{{ $ luatex PANIC: unprotected error in call to Lua API (zlib library version does not match - header: 1.2.13, library: 1.3) Aborted (core dumped) }}} Additional info: * package version(s): texlive-bin 2023.66984-15 and zlib 1:1.3-1 Steps to reproduce: Run luatex. |
This task depends upon
Everything is fine if I downgrade all packages to the day before the zlib update.
[1] https://bbs.archlinux.org/viewtopic.php?pid=2117060#p2117060
FWIW, /usr/include/zlib.h does state the correct version so my assumption is, that texlive has some internal heuristic, checking this?
@Steef435: I am able to use e.g. xelatex. Can you provide a specific example and log output etc. for something that does not work?
```
luatex
This is LuaTeX, Version 1.17.0 (TeX Live 2023/Arch Linux)
restricted system commands enabled.
**
```
Thank you @dvzrv!