Re: [NTG-context] Issue running ConTeXt from TeX Live 2019 on Alpine Linux 3.12

2021-05-16 Thread Nicola
On 2021-05-07, Nicola wrote: > On 2021-05-06, Bruce Horrocks wrote: >>> Sorry, my explanation of what I am trying to achieve was a bit too >>> terse. > >> Thank-you for the explanation - that's much clearer. >> >> I've experimented a bit with Docker and I've managed to get >> a stand-alone LMTX

Re: [NTG-context] Issue running ConTeXt from TeX Live 2019 on Alpine Linux 3.12

2021-05-07 Thread Nicola
On 2021-05-06, Bruce Horrocks wrote: >> Sorry, my explanation of what I am trying to achieve was a bit too >> terse. > Thank-you for the explanation - that's much clearer. > > I've experimented a bit with Docker and I've managed to get > a stand-alone LMTX install to work under a 32-bit Alpine

Re: [NTG-context] Issue running ConTeXt from TeX Live 2019 on Alpine Linux 3.12

2021-05-06 Thread Bruce Horrocks
On 3 May 2021, at 09:29, Nicola wrote: > > > Sorry, my explanation of what I am trying to achieve was a bit too > terse. > > There is a little wonderful app on the App Store, called iSH > (https://github.com/ish-app/ish), which essentially allows you to run > a 32-bit x86 Alpine Linux

Re: [NTG-context] Issue running ConTeXt from TeX Live 2019 on Alpine Linux 3.12

2021-05-03 Thread Hans Hagen
On 5/3/2021 10:29 AM, Nicola wrote: So, this is where I am at: I am trying to make ConTeXt work inside an x86 Alpine Linux Musl container, using the official Alpine package. Then you need to bribe Mojca for an extra musl build client, Hans

Re: [NTG-context] Issue running ConTeXt from TeX Live 2019 on Alpine Linux 3.12

2021-05-03 Thread Nicola
On 2021-05-02, Bruce Horrocks wrote: > The iSH documentation that I briefly looked at used a 'side-load' > technique i.e. relied on what's called a 'jailbroken' iPad. I don't know which documentation you have looked at: I can load file systems just fine on a not jailbroken device:

Re: [NTG-context] Issue running ConTeXt from TeX Live 2019 on Alpine Linux 3.12

2021-05-03 Thread Nicola
On 2021-05-02, Bruce Horrocks wrote: > > >> On 1 May 2021, at 21:35, Nicola wrote: >> >> On 2021-05-01, Bruce Horrocks wrote: On 30 Apr 2021, at 19:53, Nicola wrote: I'd like to run ConTeXt on Alpine Linux (ultimately, to run it on an iPad with the iSH app). I am currently

Re: [NTG-context] Issue running ConTeXt from TeX Live 2019 on Alpine Linux 3.12

2021-05-02 Thread Bruce Horrocks
> On 1 May 2021, at 21:35, Nicola wrote: > > On 2021-05-01, Bruce Horrocks wrote: >>> On 30 Apr 2021, at 19:53, Nicola wrote: >>> >>> I'd like to run ConTeXt on Alpine Linux (ultimately, to run it on an >>> iPad with the iSH app). I am currently testing it with Docker. This is >>> what I

Re: [NTG-context] Issue running ConTeXt from TeX Live 2019 on Alpine Linux 3.12

2021-05-01 Thread Nicola
On 2021-05-01, Mojca Miklavec wrote: > On Fri, 30 Apr 2021 at 20:53, Nicola wrote: >> Then, I run `mtxrun --generate`, which exits instantly with the output >> reported below. However, that is apparently not enough. I still get: >> >> $ context Hello-world.tex >> mtxrun | unknown

Re: [NTG-context] Issue running ConTeXt from TeX Live 2019 on Alpine Linux 3.12

2021-05-01 Thread Nicola
On 2021-05-01, Bruce Horrocks wrote: >> On 30 Apr 2021, at 19:53, Nicola wrote: >> >> I'd like to run ConTeXt on Alpine Linux (ultimately, to run it on an >> iPad with the iSH app). I am currently testing it with Docker. This is >> what I have done: >> >>docker pull

Re: [NTG-context] Issue running ConTeXt from TeX Live 2019 on Alpine Linux 3.12

2021-05-01 Thread Nicola
On 2021-05-01, Pablo Rodriguez wrote: > On 4/30/21 8:53 PM, Nicola wrote: >> I'd like to run ConTeXt on Alpine Linux (ultimately, to run it on an >> iPad with the iSH app). I am currently testing it with Docker. This is >> what I have done: >> [...] >> Anyone running ConTeXt on Alpine? Any idea

Re: [NTG-context] Issue running ConTeXt from TeX Live 2019 on Alpine Linux 3.12

2021-05-01 Thread Pablo Rodriguez
On 4/30/21 8:53 PM, Nicola wrote: > I'd like to run ConTeXt on Alpine Linux (ultimately, to run it on an > iPad with the iSH app). I am currently testing it with Docker. This is > what I have done: > [...] > Anyone running ConTeXt on Alpine? Any idea what is wrong? Hi Nicola, I don’t run Alpine

Re: [NTG-context] Issue running ConTeXt from TeX Live 2019 on Alpine Linux 3.12

2021-05-01 Thread Mojca Miklavec
On Fri, 30 Apr 2021 at 20:53, Nicola wrote: > > This installs and configures repos for Alpine Linux 3.12. Then, > I install TeX Live as follows: > > apk add texlive-full texlive-xetex texlive-luatex texlive-dev > apk add ghostscript ghostscript-fonts ghostscript-dev > apk add

Re: [NTG-context] Issue running ConTeXt from TeX Live 2019 on Alpine Linux 3.12

2021-05-01 Thread Bruce Horrocks
> On 30 Apr 2021, at 19:53, Nicola wrote: > > I'd like to run ConTeXt on Alpine Linux (ultimately, to run it on an > iPad with the iSH app). I am currently testing it with Docker. This is > what I have done: > >docker pull econcz/x86-alpine-glibc:ish-import Why is your first line not

[NTG-context] Issue running ConTeXt from TeX Live 2019 on Alpine Linux 3.12

2021-04-30 Thread Nicola
I'd like to run ConTeXt on Alpine Linux (ultimately, to run it on an iPad with the iSH app). I am currently testing it with Docker. This is what I have done: docker pull econcz/x86-alpine-glibc:ish-import docker run -it econcz/x86-alpine-glibc:ish-import /bin/sh cp