tlmgr update --all

Norbert Preining norbert at preining.info
Tue Jun 4 12:27:47 CEST 2024


On Mon, 03 Jun 2024, Karl Berry wrote:
> Sounds good to me. Could even do it only if the engine is luatex, but
> I guess there's no practical difference/benefit to that. --thanks, karl.

Done that (without the luatex only part) now, svn 71424
@@ -450,6 +450,9 @@ sub callback_build_formats {
   # for MFBASES.
   $ENV{'TEXFORMATS'} ||= "";
   $ENV{'TEXFORMATS'} = "$tmpdir$sep$ENV{TEXFORMATS}";
+  #
+  # ensure that LC_ALL is set to C to guarantee luatex generating formats
+  $ENV{'LC_ALL'} = "C";

   # switch to temporary directory for format generation; on the other hand,
   # for -n, the tmpdir won't exist, but we don't want to find a spurious

perl still gives warnings about locales, but that is fine, because the
locales are broken. But luatex now builds formats anyway.

Bets regards

Norbert

--
PREINING Norbert                              https://www.preining.info
arXiv / Cornell University   +   IFMGA Guide   +   TU Wien  +  TeX Live
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13


More information about the tex-live mailing list.