* bug#52585: Lualatex Missing Format File @ 2021-12-17 19:37 Pāladhammika via Bug reports for GNU Guix 2021-12-28 12:16 ` bug#52585: lualatex: Unexpected non-option argument(s): lualatex.fmt Sergiu Ivanov 0 siblings, 1 reply; 9+ messages in thread From: Pāladhammika via Bug reports for GNU Guix @ 2021-12-17 19:37 UTC (permalink / raw) To: 52585 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 ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#52585: lualatex: Unexpected non-option argument(s): lualatex.fmt 2021-12-17 19:37 bug#52585: Lualatex Missing Format File Pāladhammika via Bug reports for GNU Guix @ 2021-12-28 12:16 ` Sergiu Ivanov 2021-12-31 4:06 ` Thiago Jung Bauermann via Bug reports for GNU Guix 0 siblings, 1 reply; 9+ messages in thread From: Sergiu Ivanov @ 2021-12-28 12:16 UTC (permalink / raw) To: 52585 [-- Attachment #1: Type: text/plain, Size: 809 bytes --] 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 #2: test.tex --] [-- Type: application/x-tex, Size: 61 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#52585: lualatex: Unexpected non-option argument(s): lualatex.fmt 2021-12-28 12:16 ` bug#52585: lualatex: Unexpected non-option argument(s): lualatex.fmt Sergiu Ivanov @ 2021-12-31 4:06 ` Thiago Jung Bauermann via Bug reports for GNU Guix 2022-01-01 15:32 ` Sergiu Ivanov 2022-01-03 23:50 ` Pāladhammika via Bug reports for GNU Guix 0 siblings, 2 replies; 9+ messages in thread From: Thiago Jung Bauermann via Bug reports for GNU Guix @ 2021-12-31 4:06 UTC (permalink / raw) To: Pāladhammika; +Cc: 52585, Sergiu Ivanov 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 ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#52585: lualatex: Unexpected non-option argument(s): lualatex.fmt 2021-12-31 4:06 ` Thiago Jung Bauermann via Bug reports for GNU Guix @ 2022-01-01 15:32 ` Sergiu Ivanov 2022-01-03 23:50 ` Pāladhammika via Bug reports for GNU Guix 1 sibling, 0 replies; 9+ messages in thread From: Sergiu Ivanov @ 2022-01-01 15:32 UTC (permalink / raw) To: Thiago Jung Bauermann; +Cc: 52585, Pāladhammika Hello Thiago, Thiago Jung Bauermann <bauermann@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 ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#52585: lualatex: Unexpected non-option argument(s): lualatex.fmt 2021-12-31 4:06 ` Thiago Jung Bauermann via Bug reports for GNU Guix 2022-01-01 15:32 ` Sergiu Ivanov @ 2022-01-03 23:50 ` Pāladhammika via Bug reports for GNU Guix 2022-01-04 14:08 ` Sergiu Ivanov 1 sibling, 1 reply; 9+ messages in thread From: Pāladhammika via Bug reports for GNU Guix @ 2022-01-03 23:50 UTC (permalink / raw) To: Thiago Jung Bauermann; +Cc: 52585, Sergiu Ivanov 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: > 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 ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#52585: lualatex: Unexpected non-option argument(s): lualatex.fmt 2022-01-03 23:50 ` Pāladhammika via Bug reports for GNU Guix @ 2022-01-04 14:08 ` Sergiu Ivanov 2022-01-24 14:01 ` Sergiu Ivanov 0 siblings, 1 reply; 9+ messages in thread From: Sergiu Ivanov @ 2022-01-04 14:08 UTC (permalink / raw) To: Pāladhammika; +Cc: 52585 Hi, Pāladhammika <paladhammika@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 ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#52585: lualatex: Unexpected non-option argument(s): lualatex.fmt 2022-01-04 14:08 ` Sergiu Ivanov @ 2022-01-24 14:01 ` Sergiu Ivanov 2022-01-24 14:11 ` Pāladhammika via Bug reports for GNU Guix 0 siblings, 1 reply; 9+ messages in thread From: Sergiu Ivanov @ 2022-01-24 14:01 UTC (permalink / raw) To: Pāladhammika, Thiago Jung Bauermann, 52585 Hello, The issue went away for me after a guix pull I did yesterday. Thank you very much! - Sergiu, happy ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#52585: lualatex: Unexpected non-option argument(s): lualatex.fmt 2022-01-24 14:01 ` Sergiu Ivanov @ 2022-01-24 14:11 ` Pāladhammika via Bug reports for GNU Guix 2022-01-28 21:48 ` Thiago Jung Bauermann via Bug reports for GNU Guix 0 siblings, 1 reply; 9+ messages in thread From: Pāladhammika via Bug reports for GNU Guix @ 2022-01-24 14:11 UTC (permalink / raw) To: Sergiu Ivanov; +Cc: 52585, Thiago Jung Bauermann 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: > Sergiu, happy ^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#52585: lualatex: Unexpected non-option argument(s): lualatex.fmt 2022-01-24 14:11 ` Pāladhammika via Bug reports for GNU Guix @ 2022-01-28 21:48 ` Thiago Jung Bauermann via Bug reports for GNU Guix 0 siblings, 0 replies; 9+ messages in thread From: Thiago Jung Bauermann via Bug reports for GNU Guix @ 2022-01-28 21:48 UTC (permalink / raw) To: Sergiu Ivanov, Pāladhammika; +Cc: 52585-done 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 ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2022-01-28 21:49 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-12-17 19:37 bug#52585: Lualatex Missing Format File Pāladhammika via Bug reports for GNU Guix 2021-12-28 12:16 ` bug#52585: lualatex: Unexpected non-option argument(s): lualatex.fmt Sergiu Ivanov 2021-12-31 4:06 ` Thiago Jung Bauermann via Bug reports for GNU Guix 2022-01-01 15:32 ` Sergiu Ivanov 2022-01-03 23:50 ` Pāladhammika via Bug reports for GNU Guix 2022-01-04 14:08 ` Sergiu Ivanov 2022-01-24 14:01 ` Sergiu Ivanov 2022-01-24 14:11 ` Pāladhammika via Bug reports for GNU Guix 2022-01-28 21:48 ` Thiago Jung Bauermann via Bug reports for GNU Guix
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/guix.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).