fun with debugging

This commit is contained in:
Tom Callaway 2020-05-18 13:40:12 -04:00
parent b10148daf2
commit 7fc6e2f284
1 changed files with 8 additions and 0 deletions

View File

@ -6536,6 +6536,14 @@ done
%build
%if %{without bootstrap}
# DEBUG
# Okay. Lets look at things.
# 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
mktexfmt latex
# Make texlive generate latex.fmt, so that multiple threads do not race to
# make it during the xindy build.
cat > dummy.tex << EOF