GNU bug report logs - #52585
Lualatex Missing Format File

Previous Next

Package: guix;

Reported by: Pāladhammika <paladhammika <at> protonmail.com>

Date: Fri, 17 Dec 2021 20:20:01 UTC

Severity: normal

Done: Thiago Jung Bauermann <bauermann <at> kolabnow.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52585 in the body.
You can then email your comments to 52585 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#52585; Package guix. (Fri, 17 Dec 2021 20:20:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Pāladhammika <paladhammika <at> protonmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Fri, 17 Dec 2021 20:20:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Pāladhammika <paladhammika <at> protonmail.com>
To: "bug-guix <at> gnu.org" <bug-guix <at> gnu.org>
Subject: Lualatex Missing Format File
Date: Fri, 17 Dec 2021 19:37:48 +0000
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:
https://issues.guix.gnu.org/51252

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




Information forwarded to bug-guix <at> gnu.org:
bug#52585; Package guix. (Tue, 28 Dec 2021 12:24:01 GMT) Full text and rfc822 format available.

Message #8 received at 52585 <at> debbugs.gnu.org (full text, mbox):

From: Sergiu Ivanov <sivanov <at> colimite.fr>
To: 52585 <at> debbugs.gnu.org
Subject: lualatex: Unexpected non-option argument(s): lualatex.fmt
Date: Tue, 28 Dec 2021 13:16:32 +0100
[Message part 1 (text/plain, inline)]
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
[test.tex (application/x-tex, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#52585; Package guix. (Fri, 31 Dec 2021 04:08:01 GMT) Full text and rfc822 format available.

Message #11 received at 52585 <at> debbugs.gnu.org (full text, mbox):

From: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
To: Pāladhammika <paladhammika <at> protonmail.com>
Cc: 52585 <at> debbugs.gnu.org, Sergiu Ivanov <sivanov <at> colimite.fr>
Subject: Re: bug#52585: lualatex: Unexpected non-option argument(s):
 lualatex.fmt
Date: Fri, 31 Dec 2021 01:06:52 -0300
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







Information forwarded to bug-guix <at> gnu.org:
bug#52585; Package guix. (Sat, 01 Jan 2022 15:35:01 GMT) Full text and rfc822 format available.

Message #14 received at 52585 <at> debbugs.gnu.org (full text, mbox):

From: Sergiu Ivanov <sivanov <at> colimite.fr>
To: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
Cc: 52585 <at> debbugs.gnu.org,
 Pāladhammika <paladhammika <at> protonmail.com>
Subject: Re: bug#52585: lualatex: Unexpected non-option argument(s):
 lualatex.fmt
Date: Sat, 01 Jan 2022 16:32:16 +0100
Hello Thiago,

Thiago Jung Bauermann <bauermann <at> kolabnow.com> [2021-12-31T05:06:52+0100]:
> 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!

> 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




Information forwarded to bug-guix <at> gnu.org:
bug#52585; Package guix. (Mon, 03 Jan 2022 23:51:02 GMT) Full text and rfc822 format available.

Message #17 received at 52585 <at> debbugs.gnu.org (full text, mbox):

From: Pāladhammika <paladhammika <at> protonmail.com>
To: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
Cc: 52585 <at> debbugs.gnu.org, Sergiu Ivanov <sivanov <at> colimite.fr>
Subject: Re: bug#52585: lualatex: Unexpected non-option argument(s):
 lualatex.fmt
Date: Mon, 03 Jan 2022 23:50:20 +0000
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 <at> kolabnow.com> wrote:

> 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




Information forwarded to bug-guix <at> gnu.org:
bug#52585; Package guix. (Tue, 04 Jan 2022 14:11:02 GMT) Full text and rfc822 format available.

Message #20 received at 52585 <at> debbugs.gnu.org (full text, mbox):

From: Sergiu Ivanov <sivanov <at> colimite.fr>
To: Pāladhammika <paladhammika <at> protonmail.com>
Cc: 52585 <at> debbugs.gnu.org, Thiago Jung Bauermann <bauermann <at> kolabnow.com>
Subject: Re: bug#52585: lualatex: Unexpected non-option argument(s):
 lualatex.fmt
Date: Tue, 04 Jan 2022 15:08:08 +0100
Hi,

Pāladhammika <paladhammika <at> protonmail.com> [2022-01-04T00:50:20+0100]:
> 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




Information forwarded to bug-guix <at> gnu.org:
bug#52585; Package guix. (Mon, 24 Jan 2022 14:05:02 GMT) Full text and rfc822 format available.

Message #23 received at 52585 <at> debbugs.gnu.org (full text, mbox):

From: Sergiu Ivanov <sivanov <at> colimite.fr>
To: Pāladhammika <paladhammika <at> protonmail.com>
Subject: Re: bug#52585: lualatex: Unexpected non-option argument(s):
 lualatex.fmt
Date: Mon, 24 Jan 2022 15:01:04 +0100
Hello,

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

Thank you very much!

-
Sergiu, happy




Information forwarded to bug-guix <at> gnu.org:
bug#52585; Package guix. (Mon, 24 Jan 2022 14:12:02 GMT) Full text and rfc822 format available.

Message #26 received at 52585 <at> debbugs.gnu.org (full text, mbox):

From: Pāladhammika <paladhammika <at> protonmail.com>
To: Sergiu Ivanov <sivanov <at> colimite.fr>
Cc: 52585 <at> debbugs.gnu.org, Thiago Jung Bauermann <bauermann <at> kolabnow.com>
Subject: Re: bug#52585: lualatex: Unexpected non-option argument(s):
 lualatex.fmt
Date: Mon, 24 Jan 2022 14:11:25 +0000
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 <at> colimite.fr> wrote:

> Sergiu, happy




Reply sent to Thiago Jung Bauermann <bauermann <at> kolabnow.com>:
You have taken responsibility. (Fri, 28 Jan 2022 21:49:02 GMT) Full text and rfc822 format available.

Notification sent to Pāladhammika <paladhammika <at> protonmail.com>:
bug acknowledged by developer. (Fri, 28 Jan 2022 21:49:02 GMT) Full text and rfc822 format available.

Message #31 received at 52585-done <at> debbugs.gnu.org (full text, mbox):

From: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
To: Sergiu Ivanov <sivanov <at> colimite.fr>,
 Pāladhammika <paladhammika <at> protonmail.com>
Cc: 52585-done <at> debbugs.gnu.org
Subject: Re: bug#52585: lualatex: Unexpected non-option argument(s):
 lualatex.fmt
Date: Fri, 28 Jan 2022 18:48:33 -0300
Hello,

Em segunda-feira, 24 de janeiro de 2022, às 11:11:25 -03, Pāladhammika 
escreveu:
> 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






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 26 Feb 2022 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 31 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.