Re: [cdesktopenv-devel] git version fails to build on Debian derivative PureOS

2020-11-08 Thread Brian Cole
Aha! I can, however, also reproduce your solution:) https://builds.sr.ht/~yjftsjthsd/job/337668 is the same as before, except that it starts by running: sudo locale-gen de_DE sudo locale-gen es_ES sudo locale-gen fr_FR sudo locale-gen it_IT sudo update-locale And th

Re: [cdesktopenv-devel] git version fails to build on Debian derivative PureOS

2020-11-08 Thread Brian Cole
FWIW, I can easily reproduce this building from master on Ubuntu 18.04; * https://builds.sr.ht/~yjftsjthsd/job/337574 is a build with just `make World` and fails * https://builds.sr.ht/~yjftsjthsd/job/337610 is a build with `make World.dev` and succeeds * https://builds.sr.ht/~yjftsjthsd/job/3376

Re: [cdesktopenv-devel] [cdesktopenv:tickets] #91 Localization issues with building on arch?

2020-11-08 Thread Edmond Orignac
Le 08/11/2020 à 19:26, Marcin Cieslak a écrit : On Sun, 8 Nov 2020, Antonis Tsolomitis wrote: Indeed. I verify that this difference is present: [atsol@convex ~]$ locale -a |grep -i iso8859 de_DE.iso88591 es_ES.iso88591 fr_FR.iso88591 it_IT.iso88591 [atsol@convex ~]$ locale -a |grep -i UTF

Re: [cdesktopenv-devel] [cdesktopenv:tickets] #91 Localization issues with building on arch?

2020-11-08 Thread Marcin Cieslak
On Sun, 8 Nov 2020, Antonis Tsolomitis wrote: Indeed. I verify that this difference is present: [atsol@convex ~]$ locale -a |grep -i iso8859 de_DE.iso88591 es_ES.iso88591 fr_FR.iso88591 it_IT.iso88591 [atsol@convex ~]$ locale -a |grep -i UTF ar_EG.utf8 C.UTF-8 el_GR.utf8 en_US.utf8 [atsol@co

Re: [cdesktopenv-devel] [cdesktopenv:tickets] #91 Localization issues with building on arch?

2020-11-08 Thread Antonis Tsolomitis
Indeed. I verify that this difference is present: [atsol@convex ~]$ locale -a |grep -i iso8859 de_DE.iso88591 es_ES.iso88591 fr_FR.iso88591 it_IT.iso88591 [atsol@convex ~]$ locale -a |grep -i UTF ar_EG.utf8 C.UTF

Re: [cdesktopenv-devel] [cdesktopenv:tickets] #91 Localization issues with building on arch?

2020-11-08 Thread Marcin Cieslak
On Sun, 8 Nov 2020, Antonis Tsolomitis wrote: Nope! using make World IMAKE_DEFINES='-DDtLocalesToBuild="en_US.UTF-8"' still produces the same error on PureOS (Debian testing). One thing that can be seen is that the system offers names like "it_IT.iso88591" or "en_US.utf8" while CDE uses "i

Re: [cdesktopenv-devel] [cdesktopenv:tickets] #91 Localization issues with building on arch?

2020-11-08 Thread Antonis Tsolomitis
Nope! using make World IMAKE_DEFINES='-DDtLocalesToBuild="en_US.UTF-8"' still produces the same error on PureOS (Debian testing). Antonis. On 10/3/20 1:05 AM, Mike T. wrote: Success !!

Re: [cdesktopenv-devel] git version fails to build on Debian derivative PureOS

2020-11-08 Thread Edmond Orignac
Is the italian locale installed ? on Ubuntu 20.04, locale -a |grep -i iso8859 gives de_DE.iso88591 es_ES.iso88591 fr_FR.iso88591 it_IT.iso88591 and the CDE build succeeds. Another possibility is that the build of the documentation fails when the locale is UTF-8. You could try to do export L

Re: [cdesktopenv-devel] git version fails to build on Debian derivative PureOS

2020-11-08 Thread Antonis Tsolomitis
I just saw that Mike T. has the same problem in Arch. So it is not a Debian/PureOS problem. Antonis. On 11/8/20 12:04 PM, Antonis Tsolomitis wrote: I am trying to compile CDE on a Librem13 Laptop with the latest

[cdesktopenv-devel] git version fails to build on Debian derivative PureOS

2020-11-08 Thread Antonis Tsolomitis
I am trying to compile CDE on a Librem13 Laptop with the latest PureOS. PureOS is a Debian derivative by Purism who produces these latops, and I have enabled their rolling system, which is essentially Debian testing. So I follow the Debian instructions.