* bug#73295: TeX font maps are not reproducible
@ 2024-09-16 13:59 Konrad Hinsen
2024-09-16 18:02 ` Nicolas Goaziou via Bug reports for GNU Guix
0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2024-09-16 13:59 UTC (permalink / raw)
To: 73295
Hi everyone,
The font maps generated during profile creation (procedure
texlive-font-maps in guix/profiles.scm) are not reproducible: the order
in which the files are listed in the ls-R file is not deterministic.
As a consequence, files generated from profiles, such as Docker or
Singularity containers, are not reproducible.
I suspect that the culprit is the mktexlsr utility which generates the
non-deterministic ls-R files. It's worth exploring if it can be patched.
Cheers,
Konrad.
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#73295: TeX font maps are not reproducible
2024-09-16 13:59 bug#73295: TeX font maps are not reproducible Konrad Hinsen
@ 2024-09-16 18:02 ` Nicolas Goaziou via Bug reports for GNU Guix
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Bug reports for GNU Guix @ 2024-09-16 18:02 UTC (permalink / raw)
To: Konrad Hinsen; +Cc: 73295
Hello,
Konrad Hinsen <konrad.hinsen@fastmail.net> writes:
> The font maps generated during profile creation (procedure
> texlive-font-maps in guix/profiles.scm) are not reproducible: the order
> in which the files are listed in the ls-R file is not deterministic.
Unfortunately, I think there are other parts not reproducible in TeX
Live (e.g., formats).
> I suspect that the culprit is the mktexlsr utility which generates the
> non-deterministic ls-R files. It's worth exploring if it can be patched.
There is a sort option in the "mktexlsr" executable. It doesn't seem to
be accessible from the command line, tho. My Perl-fu is too weak to know
how to proceed from there.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-16 18:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-16 13:59 bug#73295: TeX font maps are not reproducible Konrad Hinsen
2024-09-16 18:02 ` Nicolas Goaziou via Bug reports for GNU Guix
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.