[NTG-context] In-Margin Title + whitespace/indent bug

2018-02-19 Thread Brian Hunt
Hi all, I reported a curiosity on tex.stackexchange.com and a user noted that it appears to be a bug / regression that should be reported as the issue occurs in the latest beta (2018.02.14 22:56) but not TL2017 (2017.05.15 21:48). You can see the details here: https://tex.stackexchange.com/quest

[NTG-context] Build for Alpine Linux

2018-04-08 Thread Brian Hunt
Hello everyone, Per this question on tex.StackOverflow, I am having trouble getting ConTeXt (LuaTeX specifically) to run on Alpine Linux: https://tex.stackexchange.com/questions/425463 Specifically, the build from ConTeXt standalone has a LuaTeX that seems not to run against the musl libc6 libra

Re: [NTG-context] Build for Alpine Linux

2018-04-09 Thread Brian Hunt
pardon the formatting - some copying and pasting here). I hope this is helpful. Cheers, Brian On Sun, 8 Apr 2018 at 20:52 Henri Menke wrote: > On Sun, 2018-04-08 at 22:50 +0200, Mojca Miklavec wrote: > > Dear Brian, > > > > On 8 April 2018 at 16:56, Brian Hunt wro

Re: [NTG-context] Build for Alpine Linux

2018-04-10 Thread Brian Hunt
> The caret in itself was not the problem, only that it was not escaped > for the shell. Testing a regexp, with -E of course, is just as robust, > and allows us to be more specific about what we test. Either is fine I am sure, but from a code maintenance and testing perspective I'd be more conce

Re: [NTG-context] Build for Alpine Linux

2018-04-10 Thread Brian Hunt
A few more notes: 1. Missing texlua - found The missing `texlua` from `bin/` and `tex/texmf-linuxmusl-64/bin` appears to be a problem originating at the rsync source, notably it appears that `texlua` is missing from these paths: http://standalone.contextgarden.net/setup/linuxmusl-64/ http://stand

Re: [NTG-context] Build for Alpine Linux

2018-04-11 Thread Brian Hunt
e how such would occur in this case since all the input to grep is from the pipe, which barring a radically improbable interrupt should never error. I would be interested to know if I have misunderstood, though. On Tue, 10 Apr 2018 at 16:56 Arthur Reutenauer < arthur.reutena...@normalesup.org>

Re: [NTG-context] Build for Alpine Linux

2018-04-11 Thread Brian Hunt
So here's what I've got for a TODO so far to get ConTeXt working on Alpine Linux with musl (subject to item #6, mtx-context.lua not being found): 1. Add the musl test to first-setup.sh 2. Add the same musl test to tex/setuptex 3. Add texlua (and texluac?) to a. the setup rsync bin/ directories

Re: [NTG-context] Build for Alpine Linux

2018-04-11 Thread Brian Hunt
ere that reading happens. Brian On Wed, 11 Apr 2018 at 16:37 Hans Hagen wrote: > On 4/11/2018 10:08 PM, Brian Hunt wrote: > > So here's what I've got for a TODO so far to get ConTeXt working on > > Alpine Linux with musl (subject to item #6, mtx-context.lua not being >

Re: [NTG-context] Build for Alpine Linux

2018-04-13 Thread Brian Hunt
gt; On Wed, 2018-04-11 at 20:08 +, Brian Hunt wrote: > > So here's what I've got for a TODO so far to get ConTeXt working on > Alpine > > Linux with musl (subject to item #6, mtx-context.lua not being found): > > > > 1. Add the musl test to first-setup.sh >

Re: [NTG-context] Old version of luatex for alpine linux (musl)

2018-10-23 Thread Brian Hunt
> 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 Mi