ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Install Problems with 64 bit ARM Linux
@ 2020-11-27 19:49 Christian Prim
  2020-11-28  8:22 ` Christian Prim
  2020-11-28  9:52 ` Mojca Miklavec
  0 siblings, 2 replies; 12+ messages in thread
From: Christian Prim @ 2020-11-27 19:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 596 bytes --]

Hi everyone

Is there a reason why the arm binaries for ARM Linux use version 2.29 of
glibc? My actual debian buster installation is still on glibc-2.28. The
x86_64 Linux binaries also use the older 2.28-version which is widely used
among many distros. I would be very happy if I could install a 2.28-version
on my ARM Linux box. Else I have to compile my own glic... or my own
mtxrun...

Many thanks for your clarifications
Christian

PS.: error messages during the install:
.../lmtx/bin/mtxrun: /lib/aarch64-linux-gnu/libm.so.6: version `GLIBC_2.29'
not found (required by .../lmtx/bin/mtxrun)

[-- Attachment #1.2: Type: text/html, Size: 720 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Install Problems with 64 bit ARM Linux
  2020-11-27 19:49 Install Problems with 64 bit ARM Linux Christian Prim
@ 2020-11-28  8:22 ` Christian Prim
  2020-11-28  9:52 ` Mojca Miklavec
  1 sibling, 0 replies; 12+ messages in thread
From: Christian Prim @ 2020-11-28  8:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 978 bytes --]

Hi

could solve the problem, by installing the glibc from debian testing
following the instructions found here:
https://github.com/deltachat/deltachat-desktop/issues/1006

It would still be better I think when glibc 2.28 was used in the binaries...

Thanks
Christian

Am Fr., 27. Nov. 2020 um 20:49 Uhr schrieb Christian Prim <
christian.prim@gmx.ch>:

> Hi everyone
>
> Is there a reason why the arm binaries for ARM Linux use version 2.29 of
> glibc? My actual debian buster installation is still on glibc-2.28. The
> x86_64 Linux binaries also use the older 2.28-version which is widely used
> among many distros. I would be very happy if I could install a 2.28-version
> on my ARM Linux box. Else I have to compile my own glic... or my own
> mtxrun...
>
> Many thanks for your clarifications
> Christian
>
> PS.: error messages during the install:
> .../lmtx/bin/mtxrun: /lib/aarch64-linux-gnu/libm.so.6: version
> `GLIBC_2.29' not found (required by .../lmtx/bin/mtxrun)
>

[-- Attachment #1.2: Type: text/html, Size: 1523 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Install Problems with 64 bit ARM Linux
  2020-11-27 19:49 Install Problems with 64 bit ARM Linux Christian Prim
  2020-11-28  8:22 ` Christian Prim
@ 2020-11-28  9:52 ` Mojca Miklavec
  2020-11-28 10:02   ` Christian Prim
                     ` (2 more replies)
  1 sibling, 3 replies; 12+ messages in thread
From: Mojca Miklavec @ 2020-11-28  9:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear Christian,

On Fri, 27 Nov 2020 at 20:50, Christian Prim wrote:
>
> Is there a reason why the arm binaries for ARM Linux use version 2.29 of glibc?

They are being compiled on a Raspberry PI which kind of lacks
first-class 64-bit support (or at least that was the case when we set
up a builder on our build farm, about 9 months ago). I don't remember
seeing anyone even request those binaries before, and this is the
first complaint I see about the glibc-too-new issue on aarch64 (it was
common on the Intel platform, but there we can easily build on Debian
8 or 9).

I believe the RPI is currently running some recent version of Ubuntu
(it was set up by Hans; I would need to check to be sure, but it could
well be that it's 20.04).

Judging from (random google hits)
    https://www.raspberrypi.org/forums/viewtopic.php?t=243985
    https://www.raspberrypi.org/blog/latest-raspberry-pi-os-update-may-2020/
it could be that May 2020 (which is precisely 6 months ago, in any
case later than when the builder was set up) has brought some better
news, an OS image that wouldn't require so much hacking to get it set
up and running.

It's a pity that you didn't ask this question a few days ago, I
believe that Hans just reinstalled everything on that tiny device (SD
cards are a pain and like to wear out rather quickly if you keep
running build jobs and rewriting the same memory cells over and over
again; I thought we had set up an external disk properly, but well
...)

We could try again to get Debian 10 running on the RPI.

Alternatively we could cross-compile, of course, but that's a bit more
painful to set up, and RPI 4 is certainly amazingly fast.

> My actual debian buster installation is still on glibc-2.28. The x86_64 Linux binaries also use the older 2.28-version which is widely used among many distros. I would be very happy if I could install a 2.28-version on my ARM Linux box. Else I have to compile my own glic... or my own mtxrun...

A luametatex binary is needed.

Out of curiosity: what hardware do you run your linux distro on?

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Install Problems with 64 bit ARM Linux
  2020-11-28  9:52 ` Mojca Miklavec
@ 2020-11-28 10:02   ` Christian Prim
  2020-11-28 10:18     ` Hans Hagen
  2020-11-28 10:07   ` Hans Hagen
  2020-12-01 15:05   ` Mojca Miklavec
  2 siblings, 1 reply; 12+ messages in thread
From: Christian Prim @ 2020-11-28 10:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 3404 bytes --]

Hi Mojca

sorry for being a few days late. I got the hardware just yesterday. It's a
lenovo chromebook duet (Tablet), that can run linux apps. For the UK (you
may select your country) it's here:
https://www.lenovo.com/gb/en/laptops/lenovo/student-chromebooks/Lenovo-CT-X636/p/ZZICZCTCT1X

Very nice little piece of hardware. Small, great battery life and not so
limited as other tablets (full linux access). Rather fast too...

As I told in the second email, there's a workaround. But it would be nice,
if context would work out of the box. These little tablets are commonly
used at schools.

Hope I could help

Many thanks again
Christian

Am Sa., 28. Nov. 2020 um 10:52 Uhr schrieb Mojca Miklavec <
mojca.miklavec.lists@gmail.com>:

> Dear Christian,
>
> On Fri, 27 Nov 2020 at 20:50, Christian Prim wrote:
> >
> > Is there a reason why the arm binaries for ARM Linux use version 2.29 of
> glibc?
>
> They are being compiled on a Raspberry PI which kind of lacks
> first-class 64-bit support (or at least that was the case when we set
> up a builder on our build farm, about 9 months ago). I don't remember
> seeing anyone even request those binaries before, and this is the
> first complaint I see about the glibc-too-new issue on aarch64 (it was
> common on the Intel platform, but there we can easily build on Debian
> 8 or 9).
>
> I believe the RPI is currently running some recent version of Ubuntu
> (it was set up by Hans; I would need to check to be sure, but it could
> well be that it's 20.04).
>
> Judging from (random google hits)
>     https://www.raspberrypi.org/forums/viewtopic.php?t=243985
>
> https://www.raspberrypi.org/blog/latest-raspberry-pi-os-update-may-2020/
> it could be that May 2020 (which is precisely 6 months ago, in any
> case later than when the builder was set up) has brought some better
> news, an OS image that wouldn't require so much hacking to get it set
> up and running.
>
> It's a pity that you didn't ask this question a few days ago, I
> believe that Hans just reinstalled everything on that tiny device (SD
> cards are a pain and like to wear out rather quickly if you keep
> running build jobs and rewriting the same memory cells over and over
> again; I thought we had set up an external disk properly, but well
> ...)
>
> We could try again to get Debian 10 running on the RPI.
>
> Alternatively we could cross-compile, of course, but that's a bit more
> painful to set up, and RPI 4 is certainly amazingly fast.
>
> > My actual debian buster installation is still on glibc-2.28. The x86_64
> Linux binaries also use the older 2.28-version which is widely used among
> many distros. I would be very happy if I could install a 2.28-version on my
> ARM Linux box. Else I have to compile my own glic... or my own mtxrun...
>
> A luametatex binary is needed.
>
> Out of curiosity: what hardware do you run your linux distro on?
>
> 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
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 4832 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Install Problems with 64 bit ARM Linux
  2020-11-28  9:52 ` Mojca Miklavec
  2020-11-28 10:02   ` Christian Prim
@ 2020-11-28 10:07   ` Hans Hagen
  2020-11-28 10:25     ` Christian Prim
  2020-12-01 15:05   ` Mojca Miklavec
  2 siblings, 1 reply; 12+ messages in thread
From: Hans Hagen @ 2020-11-28 10:07 UTC (permalink / raw)
  To: Mojca Miklavec, mailing list for ConTeXt users

On 11/28/2020 10:52 AM, Mojca Miklavec wrote:
> Dear Christian,
> 
> On Fri, 27 Nov 2020 at 20:50, Christian Prim wrote:
>>
>> Is there a reason why the arm binaries for ARM Linux use version 2.29 of glibc?
> 
> They are being compiled on a Raspberry PI which kind of lacks
> first-class 64-bit support (or at least that was the case when we set
> up a builder on our build farm, about 9 months ago). I don't remember
> seeing anyone even request those binaries before, and this is the
> first complaint I see about the glibc-too-new issue on aarch64 (it was
> common on the Intel platform, but there we can easily build on Debian
> 8 or 9).
> 
> I believe the RPI is currently running some recent version of Ubuntu
> (it was set up by Hans; I would need to check to be sure, but it could
> well be that it's 20.04).

Indeed, because older 64 bit made the machine freeze after a while. We 
run from usb (3) which is kind of evolving on the pi (at least we can 
now reboot the machine).

> Judging from (random google hits)
>      https://www.raspberrypi.org/forums/viewtopic.php?t=243985
>      https://www.raspberrypi.org/blog/latest-raspberry-pi-os-update-may-2020/
> it could be that May 2020 (which is precisely 6 months ago, in any
> case later than when the builder was set up) has brought some better
> news, an OS image that wouldn't require so much hacking to get it set
> up and running.

Given the nature of these tiny machines running the latest greatest 
makes sense.

> It's a pity that you didn't ask this question a few days ago, I
> believe that Hans just reinstalled everything on that tiny device (SD
> cards are a pain and like to wear out rather quickly if you keep
> running build jobs and rewriting the same memory cells over and over
> again; I thought we had set up an external disk properly, but well
> ...)

We have and previous versions then demansed some reflashing of the boiot 
eeprom and such (which effectively means that one has a os -- to do that 
-- on the tiny card and the external disk that we run the farm 
compilation on (I need to displace the machine and connect it to 
keyboard, screen etc to do that. Not really optimal for a headless 
approach.)

> We could try again to get Debian 10 running on the RPI.

Not worth the trouble. I ran into too many hit for troubles with 64 bit 
while for ubuntu it sounded better.

One reason for doing the 64 bit was to see how well it works (4GB mem, 
performance, etc) just in case i want to use it for real.

> Alternatively we could cross-compile, of course, but that's a bit more
> painful to set up, and RPI 4 is certainly amazingly fast.

Or the user could update (can't one just symlink some lib to an older 
one? we only use simple stuff)

>> My actual debian buster installation is still on glibc-2.28. The x86_64 Linux binaries also use the older 2.28-version which is widely used among many distros. I would be very happy if I could install a 2.28-version on my ARM Linux box. Else I have to compile my own glic... or my own mtxrun...
> 
> A luametatex binary is needed.
> 
> Out of curiosity: what hardware do you run your linux distro on?
(btw, i think a 32 bit arm bij should run on the 64 right, and the 32 
bit is still old debian)

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 / 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Install Problems with 64 bit ARM Linux
  2020-11-28 10:02   ` Christian Prim
@ 2020-11-28 10:18     ` Hans Hagen
  2020-11-28 10:32       ` luigi scarso
  0 siblings, 1 reply; 12+ messages in thread
From: Hans Hagen @ 2020-11-28 10:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Christian Prim

On 11/28/2020 11:02 AM, Christian Prim wrote:
> Hi Mojca
> 
> sorry for being a few days late. I got the hardware just yesterday. It's 
> a lenovo chromebook duet (Tablet), that can run linux apps. For the UK 
> (you may select your country) it's here: 
> https://www.lenovo.com/gb/en/laptops/lenovo/student-chromebooks/Lenovo-CT-X636/p/ZZICZCTCT1X 
> <https://www.lenovo.com/gb/en/laptops/lenovo/student-chromebooks/Lenovo-CT-X636/p/ZZICZCTCT1X>
> 
> Very nice little piece of hardware. Small, great battery life and not so 
> limited as other tablets (full linux access). Rather fast too...
looks nice (specs and such) indeed, maybe as a next tablet (i haven't 
tested tex on the very old nexus in a while); probably a little faster 
than the rpi 4

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 / 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Install Problems with 64 bit ARM Linux
  2020-11-28 10:07   ` Hans Hagen
@ 2020-11-28 10:25     ` Christian Prim
  0 siblings, 0 replies; 12+ messages in thread
From: Christian Prim @ 2020-11-28 10:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 705 bytes --]

Hi Hans

>
> (btw, i think a 32 bit arm bij should run on the 64 right, and the 32
> bit is still old debian)


Could be, but one has to install the 32-bit linker and libraries. It
doesn't work out of the box. I tested it. And the binary is not recognised
as such:

user@penguin:~/test/bin$ ./mtxrun
-bash: ./mtxrun: No such file or directory

user@penguin:~/test/bin$ file mtxrun
mtxrun: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically
linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.2.0,
BuildID[sha1]=2605a12bc4b8fdedf57f71908f74f3ad3fbedcc8, stripped

user@penguin:~/test/bin$ ldd mtxrun
        not a dynamic executable

Sorry for the not so good news...

Christian

[-- Attachment #1.2: Type: text/html, Size: 1070 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Install Problems with 64 bit ARM Linux
  2020-11-28 10:18     ` Hans Hagen
@ 2020-11-28 10:32       ` luigi scarso
  2020-11-28 11:12         ` Hans Hagen
  0 siblings, 1 reply; 12+ messages in thread
From: luigi scarso @ 2020-11-28 10:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 338 bytes --]

On Sat, Nov 28, 2020 at 11:18 AM Hans Hagen <j.hagen@xs4all.nl> wrote:

> looks nice (specs and such) indeed, maybe as a next tablet (i haven't
> tested tex on the very old nexus in a while); probably a little faster
> than the rpi 4
>

these also look interesting
 e.g.
https://tinker-board.asus.com/prod_tinker-board-2s.html

-- 
luigi

[-- Attachment #1.2: Type: text/html, Size: 839 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Install Problems with 64 bit ARM Linux
  2020-11-28 10:32       ` luigi scarso
@ 2020-11-28 11:12         ` Hans Hagen
  0 siblings, 0 replies; 12+ messages in thread
From: Hans Hagen @ 2020-11-28 11:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users, luigi scarso

On 11/28/2020 11:32 AM, luigi scarso wrote:
> 
> 
> On Sat, Nov 28, 2020 at 11:18 AM Hans Hagen <j.hagen@xs4all.nl 
> <mailto:j.hagen@xs4all.nl>> wrote:
> 
>     looks nice (specs and such) indeed, maybe as a next tablet (i haven't
>     tested tex on the very old nexus in a while); probably a little faster
>     than the rpi 4
> 
> 
> these also look interesting
>   e.g.
> https://tinker-board.asus.com/prod_tinker-board-2s.html 
> <https://tinker-board.asus.com/prod_tinker-board-2s.html>
ah, an update, interesting indeed (also some flash on board)

(I just compiled luametatex for windows arm but I lack a MWHE for 
testing it.)

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 / 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Install Problems with 64 bit ARM Linux
  2020-11-28  9:52 ` Mojca Miklavec
  2020-11-28 10:02   ` Christian Prim
  2020-11-28 10:07   ` Hans Hagen
@ 2020-12-01 15:05   ` Mojca Miklavec
  2020-12-01 15:18     ` Hans Hagen
  2 siblings, 1 reply; 12+ messages in thread
From: Mojca Miklavec @ 2020-12-01 15:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear Christian,

I remembered that I have an old Pine64 with Armbian 10 collecting dust
somewhere in a drawer.
I powered it up and it still works :) I guess we could build the binaries there.

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Install Problems with 64 bit ARM Linux
  2020-12-01 15:05   ` Mojca Miklavec
@ 2020-12-01 15:18     ` Hans Hagen
  2020-12-01 16:06       ` Christian Prim
  0 siblings, 1 reply; 12+ messages in thread
From: Hans Hagen @ 2020-12-01 15:18 UTC (permalink / raw)
  To: Mojca Miklavec, mailing list for ConTeXt users

On 12/1/2020 4:05 PM, Mojca Miklavec wrote:
> Dear Christian,
> 
> I remembered that I have an old Pine64 with Armbian 10 collecting dust
> somewhere in a drawer.
> I powered it up and it still works :) I guess we could build the binaries there.
So then we have, like with bsd, several versions? Bah, happy me that 
windows doesn't have that problem.

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 / 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Install Problems with 64 bit ARM Linux
  2020-12-01 15:18     ` Hans Hagen
@ 2020-12-01 16:06       ` Christian Prim
  0 siblings, 0 replies; 12+ messages in thread
From: Christian Prim @ 2020-12-01 16:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1491 bytes --]

Hi Mojca

thanks a lot! Because glibc is backward compatible one can only deliver the
2.28 binaries (they work on a 2.29-system) ... so not several versions
needed.

Christian

Am Di., 1. Dez. 2020 um 16:20 Uhr schrieb Hans Hagen <j.hagen@xs4all.nl>:

> On 12/1/2020 4:05 PM, Mojca Miklavec wrote:
> > Dear Christian,
> >
> > I remembered that I have an old Pine64 with Armbian 10 collecting dust
> > somewhere in a drawer.
> > I powered it up and it still works :) I guess we could build the
> binaries there.
> So then we have, like with bsd, several versions? Bah, happy me that
> windows doesn't have that problem.
>
> 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 /
> 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
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 2548 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-12-01 16:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-27 19:49 Install Problems with 64 bit ARM Linux Christian Prim
2020-11-28  8:22 ` Christian Prim
2020-11-28  9:52 ` Mojca Miklavec
2020-11-28 10:02   ` Christian Prim
2020-11-28 10:18     ` Hans Hagen
2020-11-28 10:32       ` luigi scarso
2020-11-28 11:12         ` Hans Hagen
2020-11-28 10:07   ` Hans Hagen
2020-11-28 10:25     ` Christian Prim
2020-12-01 15:05   ` Mojca Miklavec
2020-12-01 15:18     ` Hans Hagen
2020-12-01 16:06       ` Christian Prim

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).