publisher icon indicating copy to clipboard operation
publisher copied to clipboard

[FreeBSD] zlib library version does not match - header: 1.3, library: 1.3.1

Open Cicorione opened this issue 1 year ago • 2 comments

Hi @pgundlach

perhaps it is a trivial change on the code or a missing package on my system.

Here is the error:

Run speedata publisher 4.19.10
PANIC: unprotected error in call to Lua API (zlib library version does not match - header: 1.3, library: 1.3.1)
signal: abort trap (core dumped)
Total run time: 15ms

Here the packages (I consider compatible with this issue) available on FreeBSD 14.1

lua51-lzlib-0.4.3_1            Lua bindings to the ZLib compression library
lua51-zlib-1.2_1               Simple streaming interface to zlib for the Lua Programming Language
lua52-lzlib-0.4.3_1            Lua bindings to the ZLib compression library
lzlib-1.14                     In-memory LZMA compression and decompression library
zlib-ng-2.1.6                  Fork of the zlib data compression library

Thanks... 🙏

Cicorione avatar Jun 22 '24 14:06 Cicorione

I have no idea. You compile yourself, right? You get the luatex binary yourself from a TeX distribution, right? Does this work without problems (for example by running ./luatex --help or by running ./luatex --luaonly myfile.lua where myfile.lua is a simple lua file (print("hello") should be enough in it).

pgundlach avatar Jun 23 '24 06:06 pgundlach

Hi Patrick, I am going to troubleshoot this in a couple of weeks... sorry... ☹️

Cicorione avatar Jun 23 '24 15:06 Cicorione

Any news on this issue?

pgundlach avatar Sep 03 '24 09:09 pgundlach

Hi Patrick,

this looks like has been resolved by itself, I was able to compile Publisher just a couple of weeks ago. I'll confirm this later, thanks.

Cicorione avatar Sep 03 '24 15:09 Cicorione

This has been solved by some FreeBSD updates.

Cicorione avatar Sep 03 '24 22:09 Cicorione