moar debug

This commit is contained in:
Tom Callaway 2020-05-18 13:49:15 -04:00
parent 7fc6e2f284
commit 98b0d53d8a
1 changed files with 9 additions and 1 deletions

View File

@ -6541,7 +6541,15 @@ done
# 1. /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf should exist and be valid.
ls -l /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf
cat /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf
# 2. mktexfmt latex should succeed
# 2. kpsewhich -all fmtutil.cnf
# We should see /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf
kpsewhich -all fmtutil.cnf
# 3. fmtutil-sys --all
# This should recreate all format files, may not be able to do that here (non-root)
fmtutil-sys --all
# 4. mktexfmt latex should succeed
mktexfmt latex
# Make texlive generate latex.fmt, so that multiple threads do not race to