Bug#1056204: nmu: texlive-bin_2023.20230311.66589-7
Samuel Thibault, le sam. 18 nov. 2023 20:18:01 +0100, a ecrit:
> nmu texlive-bin_2023.20230311.66589-7 . ANY . unstable . -m "Rebuild against new zlib"
I forgot to mention that this should of course be made dep-wait
zlib1g-dev (>= 1:1.3.dfsg-1)
> Hello,
>
> Since the upload of zlib1g 1:1.3.dfsg-1, installing texlive-binaries
> texlive-base fails:
>
> fmtutil failed. Output has been stored in
> /tmp/fmtutil.ndDMEWN5
>
> [...]
>
> fmtutil: running `luatex -ini -jobname=luatex -progname=luatex luatex.ini' ...
> PANIC: unprotected error in call to Lua API (zlib library version does not match - header: 1.2.13, library: 1.3)
> Aborted
>
> And indeed texlive-bin checks the zlib version:
>
> https://codesearch.debian.net/search?q=zlib+library+version+does+not+match&hl=en
>
> texlive-bin_2023.20230311.66589-7/texk/web2c/luatexdir/luazlib/lzlib.c
>
> if (strncmp(version, ZLIB_VERSION, 4))
> {
> lua_pushfstring(L, "zlib library version does not match - header: %s, library: %s", ZLIB_VERSION, version);
> lua_error(L);
> }
>
> So a binnmu of the texlive-bin source package seems needed on all archs
> to fix installing texlive-binaries.
>
> Samuel
Reply to: