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-11-01 Thread Peter Howkins
On Sun, 25 Oct 2020 at 18:16, Нина Диденко wrote: > Hi, Chase! > Thanks, that way I got a little further. > The problem is that there are other places in CDE source that use now > deprecated sys_nerr and sys_errlist. > I've pushed a fix to master that should remove all these references to

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

2020-10-25 Thread Нина Диденко
Hi, Chase! Thanks, that way I got a little further. The problem is that there are other places in CDE source that use now deprecated sys_nerr and sys_errlist. cde/programs/dtimsstart/remote.c:extern char*sys_errlist[]; cde/programs/dtimsstart/start.c:extern char *sys_errlist[];

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

2020-10-24 Thread Chase via cdesktopenv-devel
Nina, This appears to be an issue with the old outdated ksh that we use, this problem shouldn'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

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

2020-10-21 Thread Michael Griffin
Yeah, that requires higher levels of expertise than I have. The last time I successfully compiled it was on Fedora 29 or 30. By my hand, I am, Michael E. Griffin On Wed, Oct 21, 2020 at 11:38 AM Нина Диденко wrote: > Meh... > >

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

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

2020-10-21 Thread Нина Диденко
Thanks, Michael! Now I'm getting the following error: /nix/store/hiwz81i1g3fn3p0acjs042a4h5fri6dh-binutils-2.31.1/bin/ld: ./ksh93/lib/libast.a(fmterror.o): in function `fmterror': /build/cde-2.3.2/programs/dtksh/ksh93/src/lib/libast/string/fmterror.c:102: undefined reference to `sys_nerr'

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

2020-10-21 Thread Michael Griffin
I had this problem on Fedora. I installed the rpcgen package and was able to compile through that section. Name : rpcgen Version : 1.4 Release : 4.fc32 Architecture : x86_64 Size : 53 k Source : rpcsvc-proto-1.4-4.fc32.src.rpm Repository : fedora Summary :

[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