Re: [NTG-context] Support for musl

2018-03-21 Thread Mojca Miklavec
On 19 January 2018 at 11:40, Henri Menke wrote: > Dear list, > > I'd like to support Linux platforms which use musl > (https://www.musl-libc.org/) instead of glibc, like for instance Alpine Linux. I have added the TeX Live binaries. So in principle this could work now: rsync -ptv

Re: [NTG-context] Support for musl

2018-01-31 Thread Hans Hagen
On 1/31/2018 10:26 AM, Mojca Miklavec wrote: On 30 January 2018 at 00:23, Henri wrote: It looks like we are going to get upstream support for musl from TeX live. There is this extremely long thread on the tlbuild mailing list. https://tug.org/pipermail/tlbuild/2018q1/003972.html Thanks a

Re: [NTG-context] Support for musl

2018-01-31 Thread luigi scarso
On Wed, Jan 31, 2018 at 10:26 AM, Mojca Miklavec wrote: > - We need "the latest" luatex. (It's not yet clear to me what "the > latest" means at this moment as it's still totally confusing to me and > we didn't configure the other builders yet either. Luigi sent me

Re: [NTG-context] Support for musl

2018-01-31 Thread Mojca Miklavec
On 30 January 2018 at 00:23, Henri wrote: > It looks like we are going to get upstream support for musl from TeX live. > > There is this extremely long thread on the tlbuild mailing list. > https://tug.org/pipermail/tlbuild/2018q1/003972.html Thanks a lot. This *enormously* simplifies things.

Re: [NTG-context] Support for musl

2018-01-29 Thread Henri
It looks like we are going to get upstream support for musl from TeX live. There is this extremely long thread on the tlbuild mailing list. https://tug.org/pipermail/tlbuild/2018q1/003972.html An automated build on Alpine Linux has been included in the TeX live continuous integration on GitHub.

Re: [NTG-context] Support for musl

2018-01-22 Thread Henri
On Mon, 2018-01-22 at 20:09 +0100, Andreas Schneider wrote: > Am Freitag, den 19.01.2018, 12:22 +0100 schrieb Mojca Miklavec: > > > > On 19 January 2018 at 11:40, Henri Menke wrote: > > > > > > Dear list, > > > > > > I'd like to support Linux platforms which use musl (https://www.mus > > >

Re: [NTG-context] Support for musl

2018-01-22 Thread Andreas Schneider
Am Freitag, den 19.01.2018, 12:22 +0100 schrieb Mojca Miklavec: > On 19 January 2018 at 11:40, Henri Menke wrote: > > Dear list, > > > > I'd like to support Linux platforms which use musl (https://www.mus > > l-libc.org/) instead of glibc, like for instance Alpine Linux. > > > > How would I go

Re: [NTG-context] Support for musl

2018-01-22 Thread luigi scarso
On Sun, Jan 21, 2018 at 9:49 PM, Henri wrote: > Thus the following binaries remain untested by me: : > mpost mpost can be done in the same manner as luatex, the repository is the same https://serveur-svn.lri.fr/svn/modhel/metapost -- luigi

Re: [NTG-context] Support for musl

2018-01-21 Thread Hans Hagen
On 1/21/2018 9:49 PM, Henri wrote: On Sun, 2018-01-21 at 11:53 +0100, Hans Hagen wrote: On 1/21/2018 2:04 AM, Henri wrote: I could not yet test it because I'd have to create texmf.cnf and formats. can't you just take the standalone and replace binaries? Good idea!  I did that and it

Re: [NTG-context] Support for musl

2018-01-21 Thread Alan Braslau
On Mon, 22 Jan 2018 09:49:49 +1300 Henri wrote: > In that process I noticed that the setuptex script doesn't > have a shebang but requires bash compatibility.  Could you please add > > #!/bin/bash > > to the script as the very first line? NO Nothing in it should be

Re: [NTG-context] Support for musl

2018-01-21 Thread Henri
On Sun, 2018-01-21 at 11:53 +0100, Hans Hagen wrote: > On 1/21/2018 2:04 AM, Henri wrote: > > > > > I could not yet test it because I'd have to create texmf.cnf and formats. > can't you just take the standalone and replace binaries? Good idea!  I did that and it works.  In that process I

Re: [NTG-context] Support for musl

2018-01-21 Thread Hans Hagen
On 1/21/2018 2:04 AM, Henri wrote: I could not yet test it because I'd have to create texmf.cnf and formats. can't you just take the standalone and replace binaries? - Hans Hagen |

Re: [NTG-context] Support for musl

2018-01-20 Thread Henri
I successfully compiled LuaTeX trunk in the Alpine Docker container.  Steps to reproduce: Start the Docker container using `sudo docker run -it alpine:edge` Inside the container: apk update apk add subversion bash gcc g++ make texinfo svn co --username anonsvn --password anonsvn

Re: [NTG-context] Support for musl

2018-01-19 Thread Henri Menke
Dear Luigi, Thank you very much for taking the time to look into this. I was planning to attempt a native Alpine Linux build next week but the GCC wrapper is a great start. The error message is only a linking error, ffi compiles fine. It seems that luatex is not explicitly linked against

Re: [NTG-context] Support for musl

2018-01-19 Thread luigi scarso
On Fri, Jan 19, 2018 at 12:38 PM, Henri Menke wrote: > On 01/20/2018 12:22 AM, Mojca Miklavec wrote: >> On 19 January 2018 at 11:40, Henri Menke wrote: >>> Dear list, >>> >>> I'd like to support Linux platforms which use musl >>> (https://www.musl-libc.org/) instead of

Re: [NTG-context] Support for musl

2018-01-19 Thread Henri Menke
On 01/20/2018 12:22 AM, Mojca Miklavec wrote: > On 19 January 2018 at 11:40, Henri Menke wrote: >> Dear list, >> >> I'd like to support Linux platforms which use musl >> (https://www.musl-libc.org/) instead of glibc, like for instance Alpine >> Linux. >> >> How would I go about this? Can you

Re: [NTG-context] Support for musl

2018-01-19 Thread Mojca Miklavec
On 19 January 2018 at 11:40, Henri Menke wrote: > Dear list, > > I'd like to support Linux platforms which use musl > (https://www.musl-libc.org/) instead of glibc, like for instance Alpine Linux. > > How would I go about this? Can you share existing build scripts for, e.g. > Linux-64? Do I