From 7fc6e2f28483ea0cd758ceb93e70bee4659e2b73 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 18 May 2020 13:40:12 -0400 Subject: [PATCH] fun with debugging --- texlive-base.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/texlive-base.spec b/texlive-base.spec index b1f36a9..b5ee9ac 100644 --- a/texlive-base.spec +++ b/texlive-base.spec @@ -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