<div dir="ltr">Hi,<div><br></div><div>Belated thanks for handling the issues right away.</div><div><br></div><div>So we managed to test all TeX Live (2022 final) scripts in continuous integration, for Nixpkgs. The test itself is very simple (pass --version, --help, and in rare cases compile a .tex file) so we only verify that they can execute successfully. It turns out that almost all of the scripts do!</div><div><br></div><div>These are the only ones that required some patching:</div><div>- ebong: this is not compatible with python3, plus there is a stray tab; the fix is straightforward and fits a <a href="https://github.com/NixOS/nixpkgs/blob/b392b28a47d2103ac422197fde95449651aee458/pkgs/tools/typesetting/tex/texlive/default.nix#L329">single sed call</a></div><div>- htcontext (tex4ht): the script contains a literal '\rubyCall', which I think should have been expanded to the empty string when compiling the package</div><div><br></div><div>A related issue is that biber-ms cannot be compiled from the sources in CTAN because a test file is missing, which has already come up on this mailing list. I have filed an issue on the biber github repo.</div><div><br></div><div>Best,</div><div>Vincenzo</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno sab 24 giu 2023 alle ore 21:24 Karl Berry <<a href="mailto:karl@freefriends.org">karl@freefriends.org</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> I am testing all TeX Live distributed binaries<br>
<br>
Thank you. I don't doubt you will find more problems.<br>
I don't believe anyone has systematically done that.<br>
<br>
1) texaccents requires the files 'delete.inc' ...<br>
<br>
Ah. Files must not have such generic name to be in the runtime.<br>
I'll write the author.<br>
<br>
2) typeoutfileinfo requires the package readprov (as explained in the<br>
description) so it should depend on the fileinfo package I believe<br>
<br>
Ok, I added that dependency. --thanks, karl.<br>
</blockquote></div>