* [NTG-context] Install problem on aarch64
@ 2025-01-23 7:25 Christian Prim via ntg-context
2025-01-23 8:35 ` [NTG-context] " Hans Hagen via ntg-context
0 siblings, 1 reply; 3+ messages in thread
From: Christian Prim via ntg-context @ 2025-01-23 7:25 UTC (permalink / raw)
To: mailing list for ConTeXt users; +Cc: Christian Prim
[-- Attachment #1.1: Type: text/plain, Size: 1697 bytes --]
Hi everyone
Fresh install today on a new computer. I get this error during the install
process and after an attempted update:
loading > ConTeXt Spacing Macros / Horizontal
resolvers > lua > loading file
'/home/christian/context/tex/texmf-context/tex/context/base/mkxl/spac-hor.lmt'
succeeded
tex error > tex error on line 34 in file spac-hor.mkxl: Undefined
control sequence
<line 3.34>
\bitwiseflip \normalizeparmode \removetrailingspacesnormalizeparcode
<empty file>
The control sequence at the end of the top line of your error message was
never
\def'ed. You can just continue as I'll forget about whatever was undefined.
resolvers | formats |
resolvers | formats | binary path :
/home/christian/context/tex/texmf-linux-aarch64/bin
resolvers | formats | format path :
/home/christian/context/tex/texmf-cache/luametatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex
resolvers | formats | luatex engine : luametatex
resolvers | formats | lua startup file :
/home/christian/context/tex/texmf-context/tex/context/base/mkxl/luat-cod.lmt
resolvers | formats | context file :
/home/christian/context/tex/texmf-context/tex/context/base/mkxl/cont-en.mkxl
resolvers | formats | run time : 2.498 seconds
resolvers | formats | return value : error
resolvers | formats |
system | total runtime: 2.760 seconds of 2.881 seconds
I can't generate the needed cont-en format file for context to work.
Is that a known problem? Am I missing something? I don't think it is
related to the aarch64 architecture. But who knows...
Thanks for your help!
Kind regards
Christian
[-- Attachment #1.2: Type: text/html, Size: 2003 bytes --]
[-- Attachment #2: Type: text/plain, Size: 511 bytes --]
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
* [NTG-context] Re: Install problem on aarch64
2025-01-23 7:25 [NTG-context] Install problem on aarch64 Christian Prim via ntg-context
@ 2025-01-23 8:35 ` Hans Hagen via ntg-context
2025-01-23 11:07 ` Christian Prim via ntg-context
0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen via ntg-context @ 2025-01-23 8:35 UTC (permalink / raw)
To: ntg-context; +Cc: Hans Hagen
On 1/23/2025 8:25 AM, Christian Prim via ntg-context wrote:
> Hi everyone
>
> Fresh install today on a new computer. I get this error during the
> install process and after an attempted update:
>
> loading > ConTeXt Spacing Macros / Horizontal
> resolvers > lua > loading file '/home/christian/context/tex/texmf-
> context/tex/context/base/mkxl/spac-hor.lmt' succeeded
> tex error > tex error on line 34 in file spac-hor.mkxl: Undefined
> control sequence
>
> <line 3.34>
> \bitwiseflip \normalizeparmode \removetrailingspacesnormalizeparcode
>
> <empty file>
> The control sequence at the end of the top line of your error message
> was never
> \def'ed. You can just continue as I'll forget about whatever was undefined.
> resolvers | formats |
> resolvers | formats | binary path : /home/christian/context/
> tex/texmf-linux-aarch64/bin
> resolvers | formats | format path : /home/christian/context/
> tex/texmf-cache/luametatex-cache/
> context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex
> resolvers | formats | luatex engine : luametatex
> resolvers | formats | lua startup file : /home/christian/context/
> tex/texmf-context/tex/context/base/mkxl/luat-cod.lmt
> resolvers | formats | context file : /home/christian/context/
> tex/texmf-context/tex/context/base/mkxl/cont-en.mkxl
> resolvers | formats | run time : 2.498 seconds
> resolvers | formats | return value : error
> resolvers | formats |
> system | total runtime: 2.760 seconds of 2.881 seconds
>
> I can't generate the needed cont-en format file for context to work.
>
> Is that a known problem? Am I missing something? I don't think it is
> related to the aarch64 architecture. But who knows...
>
> Thanks for your help!
The aarch 64 buiuld is a bit ragile because it runs on a vm on an arm
mac that has timing issues and occasionally drops off line, so it can be
that we have an old (or bad) binary occasionally.
You can try to compile yourself (just run the build script in the source
tree and move the binaries to the right spot afterwards).
I'll probably update one of these days anyway,
Hans
-----------------------------------------------------------------
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
* [NTG-context] Re: Install problem on aarch64
2025-01-23 8:35 ` [NTG-context] " Hans Hagen via ntg-context
@ 2025-01-23 11:07 ` Christian Prim via ntg-context
0 siblings, 0 replies; 3+ messages in thread
From: Christian Prim via ntg-context @ 2025-01-23 11:07 UTC (permalink / raw)
To: mailing list for ConTeXt users; +Cc: Christian Prim
[-- Attachment #1.1: Type: text/plain, Size: 3309 bytes --]
Thanks! That did the trick
Christian
Am Do., 23. Jan. 2025 um 09:37 Uhr schrieb Hans Hagen via ntg-context <
ntg-context@ntg.nl>:
> On 1/23/2025 8:25 AM, Christian Prim via ntg-context wrote:
> > Hi everyone
> >
> > Fresh install today on a new computer. I get this error during the
> > install process and after an attempted update:
> >
> > loading > ConTeXt Spacing Macros / Horizontal
> > resolvers > lua > loading file '/home/christian/context/tex/texmf-
> > context/tex/context/base/mkxl/spac-hor.lmt' succeeded
> > tex error > tex error on line 34 in file spac-hor.mkxl: Undefined
> > control sequence
> >
> > <line 3.34>
> > \bitwiseflip \normalizeparmode \removetrailingspacesnormalizeparcode
> >
> > <empty file>
> > The control sequence at the end of the top line of your error message
> > was never
> > \def'ed. You can just continue as I'll forget about whatever was
> undefined.
> > resolvers | formats |
> > resolvers | formats | binary path : /home/christian/context/
> > tex/texmf-linux-aarch64/bin
> > resolvers | formats | format path : /home/christian/context/
> > tex/texmf-cache/luametatex-cache/
> > context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex
> > resolvers | formats | luatex engine : luametatex
> > resolvers | formats | lua startup file : /home/christian/context/
> > tex/texmf-context/tex/context/base/mkxl/luat-cod.lmt
> > resolvers | formats | context file : /home/christian/context/
> > tex/texmf-context/tex/context/base/mkxl/cont-en.mkxl
> > resolvers | formats | run time : 2.498 seconds
> > resolvers | formats | return value : error
> > resolvers | formats |
> > system | total runtime: 2.760 seconds of 2.881 seconds
> >
> > I can't generate the needed cont-en format file for context to work.
> >
> > Is that a known problem? Am I missing something? I don't think it is
> > related to the aarch64 architecture. But who knows...
> >
> > Thanks for your help!
>
> The aarch 64 buiuld is a bit ragile because it runs on a vm on an arm
> mac that has timing issues and occasionally drops off line, so it can be
> that we have an old (or bad) binary occasionally.
>
> You can try to compile yourself (just run the build script in the source
> tree and move the binaries to the right spot afterwards).
>
> I'll probably update one of these days anyway,
>
> Hans
>
> -----------------------------------------------------------------
> Hans Hagen | PRAGMA ADE
> Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
> tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> -----------------------------------------------------------------
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive : https://github.com/contextgarden/context
> wiki : https://wiki.contextgarden.net
>
> ___________________________________________________________________________________
>
[-- Attachment #1.2: Type: text/html, Size: 4735 bytes --]
[-- Attachment #2: Type: text/plain, Size: 511 bytes --]
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-01-23 11:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-23 7:25 [NTG-context] Install problem on aarch64 Christian Prim via ntg-context
2025-01-23 8:35 ` [NTG-context] " Hans Hagen via ntg-context
2025-01-23 11:07 ` Christian Prim via ntg-context
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 NNTP newsgroup(s).