No it does not work here. Same problem. Actually I do not care for locales other than en_US
but can not make even this with
-DDtLocalesToBuild="en_US.UTF-8"

I will try to make World.dev (I hope that will work).

Antonis.



On 11/9/20 7:38 AM, Brian Cole wrote:
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 that works:) I'm not convinced that it makes sense to require having all that (can we do a CDE build with just C/en_US?), but it does work. If we do want that to be The Solution, then at a minimum the wiki should be updated and we should find out what the equivalent is on other supported OSs.

On Sun, Nov 8, 2020, at 11:46 PM, Brian Cole wrote:
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/337637 is a build with `make World` preceeded by `export LANG=C` and fails
* https://builds.sr.ht/~yjftsjthsd/job/337644 is a build with `make World` preceeded by `export LANG=it_IT.ISO8859-1` and fails

(you can hit "view manifest" on the left to see the exact commands in each build)

On Sun, Nov 8, 2020, at 6:01 AM, Edmond Orignac wrote:

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 LANG=C or export LANG=it_IT.ISO8859-1 before make World

to see if the build succeeds.

As a last option, you could try to do make World.dev to exclude building the documentation.

I expect the developpers will have better ideas to try out.

Best,

E. Orignac


Le 08/11/2020 à 11:23, Antonis Tsolomitis a écrit :

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

Compilation stops with the following error. How to fix this? It does not like Italian?:-)

thank you,

Antonis.

LANG=it_IT.ISO8859-1 SGML_SEARCH_PATH=".:.." LD_LIBRARY_PATH=../../../exports/lib:/usr/dt/lib:/usr/lib DTLCXSEARCHPATH=../../../lib/DtHelp /bin/ksh ../../../programs/dtdocbook/doc2sdl/dtdocbook -t ../../../programs/dtdocbook/doc2sdl -H ../../../programs/dthelp/parser/pass2/htag2/dthelp_htag2 -I ../../../programs/dtdocbook/instant/instant -L ../../../programs/dtdocbook/xlate_locale/xlate_locale -S ../../../programs/nsgmls/nsgmls  -o ../help-sdl/Appmanager.sdl Appmanager/book.sgm
dtdocbook fatal error:
    Error processing book.out.sdl by ../../../programs/dthelp/parser/pass2/htag2/dthelp_htag2
make[4]: *** [Makefile:749: ../help-sdl/Appmanager.sdl] Error 1
make[4]: Leaving directory '/home/atsol/Downloads/cdesktopenv-code/cde/doc/it_IT.ISO8859-1/help'
make[3]: *** [Makefile:734: all] Error 2
make[3]: Leaving directory '/home/atsol/Downloads/cdesktopenv-code/cde/doc/it_IT.ISO8859-1'
make[2]: *** [Makefile:738: all] Error 2
make[2]: Leaving directory '/home/atsol/Downloads/cdesktopenv-code/cde/doc'
make[1]: *** [xmakefile:1004: all.doc] Error 2
make[1]: Leaving directory '/home/atsol/Downloads/cdesktopenv-code/cde'
make: *** [Makefile:62: World] Error 2




_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel


_______________________________________________
cdesktopenv-devel mailing list



_______________________________________________
cdesktopenv-devel mailing list




_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to