Old version of luatex for alpine linux (musl)
Hi all, I want to use the last beta version of standalone ConTeXt distribution in alpine linux (musl). The installation was OK, but an error occurred while compiling the file: This is LuaTeX, Version 1.07.0 (TeX Live 2018) (INITEX)
system commands enabled. (/usr/share/tex/texmf-context/tex/context/base/mkiv/cont-en.mkiv (/usr/share/tex/texmf-context/tex/context/base/mkiv/context.mkiv (/usr/share/tex/texmf-context/tex/context/base/mkiv/syst-ini.mkiv warning (pdf backend): unexpected use of \pdfvariable ! Missing number, treated as zero. <to be read again> \edef l.1122 \edef \pdfpagebox {\pdfvariable pagebox} \pdfpag... ? ) !!!!: Your luatex binary is too old, you need at least version 1.08! Assertion failed: kpse->program_name (../../../texk/kpathsea/variable.c: kpathsea_var_value: 36) mtx-context | error, no format found with name: cont-en, aborting
Best regards Martin Hasoň
Hi, On Tue, 23 Oct 2018 at 13:37, Martin Hasoň wrote:
Hi all,
I want to use the last beta version of standalone ConTeXt distribution in alpine linux (musl). The installation was OK, but an error occurred while compiling the file:
Eeeem, my fault, sorry. I did not update LuaTeX for musl as it comes from another source (at the moment we can build it on Travis, but I never did that so far myself). I wanted to somehow automate this. Norbert has set up an automatic mirror on GitHub and also set up a Travis job, but we would need a mechanism to push the resulting binary somewhere. Or at least I need to find a way to trigger a build manually from time to time. At the moment one needs to create a tag which is a bit strange, but ... (I wanted to take time and set up my own account on Travis etc., just never came around to do so.) If Henri has some suggestion about the most efficient way to achieve this ... (for the moment it would be ok if I only get the latest binary from trunk/master). Mojca
I need to find a way to trigger a build manually from time to time
This sort of automation is fairly straightforward with a Docker image on
Linux. If you let me know the build tools & commands I can get it started
and share it for evaluation & discussion.
On Tue, 23 Oct 2018 at 09:25 Mojca Miklavec
Hi,
On Tue, 23 Oct 2018 at 13:37, Martin Hasoň wrote:
Hi all,
I want to use the last beta version of standalone ConTeXt distribution
in alpine linux (musl). The installation was OK, but an error occurred while compiling the file:
Eeeem, my fault, sorry. I did not update LuaTeX for musl as it comes from another source (at the moment we can build it on Travis, but I never did that so far myself).
I wanted to somehow automate this. Norbert has set up an automatic mirror on GitHub and also set up a Travis job, but we would need a mechanism to push the resulting binary somewhere. Or at least I need to find a way to trigger a build manually from time to time. At the moment one needs to create a tag which is a bit strange, but ... (I wanted to take time and set up my own account on Travis etc., just never came around to do so.)
If Henri has some suggestion about the most efficient way to achieve this ... (for the moment it would be ok if I only get the latest binary from trunk/master).
Mojca
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net
___________________________________________________________________________________
--
*from the personal account of:*
*Brian M Hunt *
Dear Martin, On Tue, 23 Oct 2018 at 15:24, Mojca Miklavec wrote:
On Tue, 23 Oct 2018 at 13:37, Martin Hasoň wrote:
I want to use the last beta version of standalone ConTeXt distribution in alpine linux (musl). The installation was OK, but an error occurred while compiling the file:
Eeeem, my fault, sorry. I did not update LuaTeX for musl as it comes from another source
Can you please try again if it works now? Thanks to Henri I fetched the binary of LuaTeX 1.09 (but did not yet set up automation to do that in the future, please give me some more time :). Henri, thanks a lot. Mojca
Dear Mojca, musl LuaTeX binary is out of date again: This is LuaTeX, Version 1.09.2 (TeX Live 2019/dev) (INITEX) system commands enabled. (/usr/share/tex/texmf-context/tex/context/base/mkiv/cont-en.mkiv (/usr/share/tex/texmf-context/tex/context/base/mkiv/context.mkiv (/usr/share/tex/texmf-context/tex/context/base/mkiv/syst-ini.mkiv) !!!!: Your luatex binary is too old, you need at least version 1.10!)) Would it be possible to update automatically LuaTeX? Best regards Martin pá 26. 10. 2018 v 14:08 odesílatel Mojca Miklavec < mojca.miklavec.lists@gmail.com> napsal:
Dear Martin,
On Tue, 23 Oct 2018 at 15:24, Mojca Miklavec wrote:
On Tue, 23 Oct 2018 at 13:37, Martin Hasoň wrote:
I want to use the last beta version of standalone ConTeXt distribution
in alpine linux (musl). The installation was OK, but an error occurred while compiling the file:
Eeeem, my fault, sorry. I did not update LuaTeX for musl as it comes from another source
Can you please try again if it works now?
Thanks to Henri I fetched the binary of LuaTeX 1.09 (but did not yet set up automation to do that in the future, please give me some more time :).
Henri, thanks a lot.
Mojca
On 6/8/19 7:02 PM, Martin Hasoň wrote:
Dear Mojca,
musl LuaTeX binary is out of date again:
This is LuaTeX, Version 1.09.2 (TeX Live 2019/dev) (INITEX) system commands enabled. (/usr/share/tex/texmf-context/tex/context/base/mkiv/cont-en.mkiv (/usr/share/tex/texmf-context/tex/context/base/mkiv/context.mkiv (/usr/share/tex/texmf-context/tex/context/base/mkiv/syst-ini.mkiv) !!!!: Your luatex binary is too old, you need at least version 1.10!))
Would it be possible to update automatically LuaTeX?
For the time being you can grab the latest binaries from here: https://github.com/TeX-Live/luatex/releases Download the luatex-bin-x86_64-musl.tar.gz archive.
Best regards Martin
pá 26. 10. 2018 v 14:08 odesílatel Mojca Miklavec < mojca.miklavec.lists@gmail.com> napsal:
Dear Martin,
On Tue, 23 Oct 2018 at 15:24, Mojca Miklavec wrote:
On Tue, 23 Oct 2018 at 13:37, Martin Hasoň wrote:
I want to use the last beta version of standalone ConTeXt distribution
in alpine linux (musl). The installation was OK, but an error occurred while compiling the file:
Eeeem, my fault, sorry. I did not update LuaTeX for musl as it comes from another source
Can you please try again if it works now?
Thanks to Henri I fetched the binary of LuaTeX 1.09 (but did not yet set up automation to do that in the future, please give me some more time :).
Henri, thanks a lot.
Mojca
participants (4)
-
Brian Hunt
-
Henri Menke
-
Martin Hasoň
-
Mojca Miklavec