xelatex is broken, because xelatex.fmt is missing

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Ricardo Wurmus
Severity
normal

Debbugs page

Ricardo Wurmus wrote 2 years ago
(address . bug-guix@gnu.org)
87y1jccebw.fsf@elephly.net
Since the merge of the tex-team-next branch earlier this week xelatex is
broken. I tried installing different collection packages, but I cannot
find any package providing the xelatex.fmt file.

This also affects packages like python-nbconvert, which now has a
failing test suite as it can no longer build PDFs with xelatex.

--
Ricardo
Nicolas Goaziou wrote 2 years ago
(name . Ricardo Wurmus)(address . rekado@elephly.net)(address . 64729-done@debbugs.gnu.org)
87mszrn41a.fsf@nicolasgoaziou.fr
Hello,

Ricardo Wurmus <rekado@elephly.net> writes:

Toggle quote (3 lines)
> Since the merge of the tex-team-next branch earlier this week xelatex is
> broken.

For the record, I can compile some simple documents with it, such as the
following "test.tex" file

Toggle snippet (17 lines)
\documentclass[12pt]{article}
\usepackage{fontspec}
\setmainfont{DejaVu Sans}
\title{Sample font document}
\author{Overleaf}
\date{\today}
\begin{document}
\maketitle
This is an \textit{example} of a document compiled
with \textbf{XeLaTeX}. LuaLaTeX should also work too.

\end{document}

with the command

guix shell --pure texlive-collection-basic texlive-fontspec texlive-xetex \
font-dejavu -- xelatex test.tex

Toggle quote (3 lines)
> I tried installing different collection packages, but I cannot
> find any package providing the xelatex.fmt file.

This format file is provided by `texlive-xetex' package (and
consequently texlive-collection-xetex).

Toggle quote (3 lines)
> This also affects packages like python-nbconvert, which now has a
> failing test suite as it can no longer build PDFs with xelatex.

I added a couple of packages to python-nbconvert's inputs, including
texlive-xetex. It fixed the build.

What surprises me however, is that one of these packages, namely
texlive-pdfcol, had to be packaged in Guix in the process. Was
python-nbconvert even building before the tex-team-next merge?

Thanks for the report! Closing.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64729@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64729
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help