From 98b0d53d8aba9e7a0d387d64b124e4327454b41c Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 18 May 2020 13:49:15 -0400 Subject: [PATCH] moar debug --- texlive-base.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/texlive-base.spec b/texlive-base.spec index b5ee9ac..36da6f2 100644 --- a/texlive-base.spec +++ b/texlive-base.spec @@ -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