Re: [cdesktopenv-devel] CDE 2.3.2 fails to build with glibc 2.32

2020-11-02 Thread Нина Диденко
Hi, Peter. That went nicely, thank you! > I've pushed a fix to master that should remove all these references to > sys_errlist and sys_nerr. They have been replaced by the C90 strerror() > instead. > Please try and see if it fixes your build issue. > Peter > -- > Peter Howkins >

Re: [cdesktopenv-devel] CDE 2.3.2 fails to build with glibc 2.32

2020-10-25 Thread Нина Диденко
n't exist on the updated master-ksh93-upgrade branch if you > would like to try using that for the time being until it gets merged. > > Thank you for your time, > -Chase > > > ‐‐‐ Original Message ‐‐‐ > On Wednesday, October 21, 2020 10:38 AM, Нина Диденко < &g

Re: [cdesktopenv-devel] CDE 2.3.2 fails to build with glibc 2.32

2020-10-21 Thread Нина Диденко
Meh... https://sourceware.org/glibc/wiki/Release/2.32#Deprectation_sys_errlist.2C__sys_errlist.2C_sys_nerr.2C_and__sys_nerr ср, 21 окт. 2020 г. в 18:33, Нина Диденко : > Thanks, Michael! > > Now I'm getting the following error: > > /nix/store/hiwz81i1g3fn3p0acjs042a4h5fri6dh-binu

Re: [cdesktopenv-devel] CDE 2.3.2 fails to build with glibc 2.32

2020-10-21 Thread Нина Диденко
to rpcgen is a language similar to C > known as > : RPC Language (Remote Procedure Call Language). > > By my hand, I am, > > Michael E. Griffin > > > On Wed, Oct 21, 2020 at 3:55 AM Нина Диденко > wrote: > >> Hi. >> According to git bisec

[cdesktopenv-devel] CDE 2.3.2 fails to build with glibc 2.32

2020-10-21 Thread Нина Диденко
Hi. According to git bisect, after updating glibc from 2.31 to 2.32 in NixOS distro, CDE 2.3.2 now fails to build, Could anyone please provide a fix? make[3]: Entering directory '/build/cde-2.3.2/lib/csa' rm -f agent.o gcc -g -pipe -c -O2 -fno-strict-aliasing -Wno-write-strings -Wno-unused-result

[cdesktopenv-devel] CDE availability

2020-05-16 Thread Нина Диденко
Hi. By looking at https://repology.org/project/cdesktopenv/versions I see that CDE is currently only packaged for Arch Linux, FreeBSD and NixOS operating systems. Are there are plans for adding CDE to other systems like Debian? Thanks. ___

Re: [cdesktopenv-devel] russian locale?

2019-12-04 Thread Нина Диденко
As an end user when I set ru_RU.UTF-8 in my system, it breaks the expected behavior. The fonts in CDE codebase should have cyrillic support out of the box. ср, 4 дек. 2019 г. в 08:36, Vladimir Nikishkin : > How is locale connected to displaying text? I thought that locale was > responsible for

Re: [cdesktopenv-devel] russian locale?

2019-12-04 Thread Нина Диденко
I don't need translations, only ability to read and write in Russian. What modifications to CDE codebase are required for this functional available out of the box? вт, 3 дек. 2019 г. в 23:23, Jon Trulson : > On 12/3/19 1:09 AM, Нина Диденко wrote: > > Hi. > > What is nee

[cdesktopenv-devel] russian locale?

2019-12-03 Thread Нина Диденко
Hi. What is needed for reading in russian under CDE? Currently if I set ru_RU.UTF-8 locale, fonts look garbled. Thank you. ___ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net

Re: [cdesktopenv-devel] Default AR arguments (clq) are added to KSH arguments (cr) resulting in (ar clq cr)

2019-11-06 Thread Нина Диденко
This is https://nixos.org/nix/ After e.g. entering gcc shell with $ nix-shell -p gcc I have [nix-shell:/tmp/cdesktopenv/cde]$ echo $AR ar ср, 6 нояб. 2019 г. в 05:07, Jon Trulson : > On 11/5/19 10:43 AM, Нина Диденко wrote: > > Hi. > > > >> Default AR arguments (clq) ar

Re: [cdesktopenv-devel] Default AR arguments (clq) are added to KSH arguments (cr) resulting in (ar clq cr)

2019-11-05 Thread Нина Диденко
Hi. > Default AR arguments (clq) are added to KSH arguments (cr) resulting in (ar clq > cr) > And so build starts to fail when building ksh's libast: > > + ar clq cr libast.a state.o opendir.o readdir.o rewinddir.o seekdir.o > telldir.o getcwd.o fastfind.o hashalloc.o hashdump.o hashfree.o

[cdesktopenv-devel] Stop on error early during build?

2019-11-04 Thread Нина Диденко
Hello. I found its useful to add #define MakeFlagsToShellFlags(makeflags,shellcmd) set -e to config/cf/site.def so that build stops if there was any error. Why we don't have this behaviour by default? Thanks. ___ cdesktopenv-devel mailing list