Lualatex Missing Format File

  • Done
  • quality assurance status badge
Details
3 participants
  • Thiago Jung Bauermann
  • P?ladhammika
  • Sergiu Ivanov
Owner
unassigned
Submitted by
P?ladhammika
Severity
normal
P
P
P?ladhammika wrote on 17 Dec 2021 20:37
(name . bug-guix@gnu.org)(address . bug-guix@gnu.org)
A-lplZBQZAW7SGe4GFSko1-Lgz35KS6SjqjBCGmuNCcKiTRQPSn9oPYmS5PDAEOUqSXflNgtSPJkgr4xHTogkXuOQrf1VaBWBOIvws1UIoA=@protonmail.com
Hello Guix,

Unable to build documents since the latest texlive update. It spits out the below message.

This is related to a former bug found here:

cat main.fir | \
sed '/\\contentsfinish/d' | \
sort > main.fir.tmp
echo '\\contentsfinish' >> main.fir.tmp
mv main.fir.tmp main.fir
lualatex -interaction=nonstopmode -halt-on-error -synctex=1 main.tex;
This is LuaTeX, Version 1.13.0 (TeX Live 2021/GNU Guix)
restricted system commands enabled.

kpathsea: Running mktexfmt lualatex.fmt
/gnu/store/irzhgvy2zb6dd9g7a6b343pn4lvsn9n0-texlive-bin-20210325/share/texmf-dist/scripts/texlive/fmtutil.pl: Unexpected non-option argument(s): lualatex.fmt
Try "fmtutil --help" for more information.
I can't find the format file `lualatex.fmt'!
make: *** [Makefile:24: document] Error 1
S
S
Sergiu Ivanov wrote on 28 Dec 2021 13:16
lualatex: Unexpected non-option argument(s): lualatex.fmt
(address . 52585@debbugs.gnu.org)
87o850535w.fsf@colimite.fr
Hello,

I am chiming in to say that I have the same issue. In my case this
doesn't seem related to https://issues.guix.gnu.org/51252, because
I install the entire texlive package.

How to reproduce: put these lines into test.tex (also attached for
convenience):

\documentclass{article}
\begin{document}
text
\end{document}

Run lualatex test.tex:

This is LuaTeX, Version 1.13.0 (TeX Live 2021/GNU Guix)
restricted system commands enabled.

kpathsea: Running mktexfmt lualatex.fmt
/gnu/store/irzhgvy2zb6dd9g7a6b343pn4lvsn9n0-texlive-bin-20210325/share/texmf-dist/scripts/texlive/fmtutil.pl: Unexpected non-option argument(s): lualatex.fmt
Try "fmtutil --help" for more information.
I can't find the format file `lualatex.fmt'!

Running pdflatex test.tex and xelatex test.tex works as expected.

-
Sergiu
Attachment: test.tex
T
T
Thiago Jung Bauermann wrote on 31 Dec 2021 05:06
(name . P?ladhammika)(address . paladhammika@protonmail.com)
2229630.0WOIz9ybR1@popigai
Hello Sergiu, Hello P?ladhammika,

Em terça-feira, 28 de dezembro de 2021, às 09:16:32 -03, Sergiu Ivanov
escreveu:
Toggle quote (6 lines)
> Hello,
>
> I am chiming in to say that I have the same issue. In my case this
> doesn't seem related to https://issues.guix.gnu.org/51252 , because
> I install the entire texlive package.

I was able to reproduce the problem with the texlive package installed.
Installing the package texlive-latex-luatex doesn’t help.

I can work on this issue some days after the holidays.

P?ladhammika,

Just for clarification, do you also use entire texlive package?

--
Thanks,
Thiago
S
S
Sergiu Ivanov wrote on 1 Jan 2022 16:32
(name . Thiago Jung Bauermann)(address . bauermann@kolabnow.com)
87y23z31wu.fsf@colimite.fr
Hello Thiago,

Thiago Jung Bauermann <bauermann@kolabnow.com> [2021-12-31T05:06:52+0100]:
Toggle quote (13 lines)
> Hello Sergiu, Hello P?ladhammika,
>
> Em terça-feira, 28 de dezembro de 2021, às 09:16:32 -03, Sergiu Ivanov
> escreveu:
>> Hello,
>>
>> I am chiming in to say that I have the same issue. In my case this
>> doesn't seem related to https://issues.guix.gnu.org/51252 , because
>> I install the entire texlive package.
>
> I was able to reproduce the problem with the texlive package installed.
> Installing the package texlive-latex-luatex doesn’t help.

Great!

Toggle quote (2 lines)
> I can work on this issue some days after the holidays.

Thank you, take your time! Also, do tell me how I can help.

-
Sergiu
P
P
P?ladhammika wrote on 4 Jan 2022 00:50
(name . Thiago Jung Bauermann)(address . bauermann@kolabnow.com)
iedcZMDT0PMFLsvfoyoxnuVAFisox9xbCrDx1Vmq15tBCgKjJTY7abgGNX_p6Hlm1PGtuL3bfwQb1tyaeRKwDc3Va12hijhavDHkcb0TRqw=@protonmail.com
Hello Thiago,

Sorry for the delay.

Let me try to recall... I got the texlive 2021 to work after deleting ~/.texlive2019 however, the build times were them immensely slower.

All the best,
P?ladhammika

??????? Original Message ???????

On Friday, December 31st, 2021 at 4:06 AM, Thiago Jung Bauermann <bauermann@kolabnow.com> wrote:

Toggle quote (29 lines)
> Hello Sergiu, Hello P?ladhammika,
>
> Em terça-feira, 28 de dezembro de 2021, às 09:16:32 -03, Sergiu Ivanov
>
> escreveu:
>
> > Hello,
> >
> > I am chiming in to say that I have the same issue. In my case this
> >
> > doesn't seem related to https://issues.guix.gnu.org/51252 , because
> >
> > I install the entire texlive package.
>
> I was able to reproduce the problem with the texlive package installed.
>
> Installing the package texlive-latex-luatex doesn’t help.
>
> I can work on this issue some days after the holidays.
>
> P?ladhammika,
>
> Just for clarification, do you also use entire texlive package?
>
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Thanks,
>
> Thiago
S
S
Sergiu Ivanov wrote on 4 Jan 2022 15:08
(name . P?ladhammika)(address . paladhammika@protonmail.com)
87h7aj8udc.fsf@colimite.fr
Hi,

P?ladhammika <paladhammika@protonmail.com> [2022-01-04T00:50:20+0100]:
Toggle quote (3 lines)
> Let me try to recall... I got the texlive 2021 to work after deleting
> ~/.texlive2019 however, the build times were them immensely slower.

Removing –/.texlive2019 (actually, renaming it to ~/.texlive2019-bak)
has no impact on the issue on my side: I'm getting exactly the same
error with or without that directory.

-
All the best,
Sergiu
S
S
Sergiu Ivanov wrote on 24 Jan 2022 15:01
(name . P?ladhammika)(address . paladhammika@protonmail.com)
877dapw7q8.fsf@colimite.fr
Hello,

The issue went away for me after a guix pull I did yesterday.

Thank you very much!

-
Sergiu, happy
P
P
P?ladhammika wrote on 24 Jan 2022 15:11
(name . Sergiu Ivanov)(address . sivanov@colimite.fr)
ESNGBCKn7qypbvyRXY7HSKvHLpIF7EkkQzREfAwJ4AsCBp98C-74HcCxZTMY0wMMnHE2g9gTKWRfcIVZ5iPbNKSqhMZY07HfxlIBdr7EMkw=@protonmail.com
Hello,

Yes! I also noticed. Can now upgrade to texlive2021 with no issues building my documents. Thanks for your effort and support.

All the best,
P?ladhammika


??????? Original Message ???????

On Monday, January 24th, 2022 at 2:01 PM, Sergiu Ivanov <sivanov@colimite.fr> wrote:

Toggle quote (1 lines)
> Sergiu, happy
T
T
Thiago Jung Bauermann wrote on 28 Jan 2022 22:48
(address . 52585-done@debbugs.gnu.org)
8082801.g8l5GuaIUZ@popigai
Hello,

Em segunda-feira, 24 de janeiro de 2022, às 11:11:25 -03, P?ladhammika
escreveu:
Toggle quote (5 lines)
> Hello,
>
> Yes! I also noticed. Can now upgrade to texlive2021 with no issues
> building my documents. Thanks for your effort and support.

Awesome! Ricardo Wurmus has been fixing some issues with TeX Live in Guix
lately. One of his patches must have fixed your problem.

I’m closing the bug now.

--
Thanks,
Thiago
Closed
?