Closed rmgk closed 9 months ago
Tectonic .15 included porting the BibTeX C code to Rust - it's possible that caused something in the retry logic to break, for example if opening files from Rust instead of C changes the last-write time even if no writes are made or something. I'll try to take a look at some point, alternatively, I'd be willing to assist anyone in understanding the relevant parts of the code base if someone else wants to pick this up.
Should be fixed by #1155, please re-open if that doesn't fix this once released.
As the title says. With tectonic 0.15 it seems to go into an infinite (but capped at 6) loop of rerunning TeX, even though none of the files ever changes on disk (keep same sha1sum at least). This does not happen with tectonic 0.14.1. See logs below for details.
Additionally, the rerun reasons are weirdly nondeterministic, in the run below it first claimed that .out changed, and then loops on bbl. but sometimes it's also .aux, or only .bbl.
I did look for related issues, and there is a related discussion here (even though the topic is about biblatex, the discussion then goes in other directions) https://github.com/tectonic-typesetting/tectonic/issues/195#issuecomment-546290732
Same thing on the gnu version instead of musl. Same problem happens with and without --keep-intermediates (generally, the intermediates seem to be completely ignored)
Thanks for tectonic, btw 😄