[cdesktopenv-devel] Back in the flock

2019-02-20 Thread Danilo Pecher
Hi everybody, I've been away for quite a while from CDE related work, so long in fact, I don't even have the same name anymore. Back then I was going by the name of Danilo Schöneberg, now I'm Danilo Pecher. The reason for that is simple: I got married at the tender young age of 44

Re: [cdesktopenv-devel] Back in the flock

2019-02-21 Thread Danilo Pecher
be great! > > CDE still builds on OpenBSD just fine, since that's what I use these > days. > > On Wed, Feb 20, 2019 at 9:47 PM Jon Trulson wrote: > > On 2/20/19 1:53 PM, Danilo Pecher wrote: > > > Hi everybody, > > > > > > I've been away for q

Re: [cdesktopenv-devel] Back in the flock

2019-02-22 Thread Danilo Pecher
ably > opened up a can of worms for him. They use meson, and I could see that > being a problem (maybe CMake can integrate ninja and make files together? I > am not going to do the research on this or contribute to such an effort > anyhow, I have already learnt automake and such, and

[cdesktopenv-devel] NetBSD build broken

2019-02-22 Thread Danilo Pecher
Hi all, At the time the CDE build on all NetBSD variants seems to be broken. The programs build fine if one uses the ancient binary build of ast-ksh, but none of the documentation builds. Build process stops without any meaningful error message whatsoever : dtdocbook fatal error: Error pr

[cdesktopenv-devel] New supported Platform

2019-02-22 Thread Danilo Pecher
Moin, We can add CentOS to the list of supported platforms. The build went very well on my C7 rig. Build instructions are up in the wiki https://sourceforge.net/p/cdesktopenv/wiki/CentOSBuild/ It also contains instructions on how to create a systemd unit for dtlogin, for distros that have gone s

Re: [cdesktopenv-devel] NetBSD build broken

2019-02-22 Thread Danilo Pecher
er is a personal thing ;-) Cheers. Hippo On Fri, 22 Feb 2019 at 21:35, Swift Griggs wrote: > On Fri, 22 Feb 2019, Danilo Pecher via cdesktopenv-devel wrote: > > Ah, that would explain it. The whole NetBSD configuration is ancient to > > begin with. The imake config file still

Re: [cdesktopenv-devel] NetBSD TCL patch

2019-02-23 Thread Danilo Pecher
d of glibc. I'll try your suggested fix when I have the time, We'll have to check for Solaris and OpenIndiana too, as I would hazard a guess that Ulrich hasn't made that change out of boredom. cheers, Danilo On Sat, 23 Feb 2019 at 21:04, Jon Trulson wrote: > On 2/22/19 1

Re: [cdesktopenv-devel] ArchLinux Build

2019-03-31 Thread Danilo Pecher
I noticed the same on some systems. I wasn't yet able to pin down the reason, but a simple 'reset' command resets the shell to sane beaviour. It's a workaround for the time being. On Sun, 24 Mar 2019 at 13:28, Antonis Tsolomitis < antonis.tsolomi...@gmail.com> wrote: > > I tried on ArchLinux (cde

[cdesktopenv-devel] Minor site corrections and Broken builds

2020-11-02 Thread Danilo Pecher
Hi everybody, I've made some minor corrections to the Wiki build pages concerning the git cloning which doesn't work with the https protocol on some BSDs. Apart from that, NetBSD build seems to be currently broken, it bombs out trying to build the Italian documents, I'll try to find out what's w

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

2020-11-16 Thread Danilo Pecher
These problems are sadly occurring on several problems, including NetBSD, OpenBSD and cygwin. Unfortunately the doc tools don't give much away in the way of error messages. It may be a prudent idea to split the doc files off from the actual build. After all, they are supposed to be platform-indepe

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

2020-11-23 Thread Danilo Pecher
Find these two lines in config/cf/linux.cf #define CcCmd gcc -g -pipe #define CplusplusCmdg++ -g -pipe and change them to #define CcCmd gcc -g -pipe -fcommon #define CplusplusCmdg++ -g -pipe -fcommon then make clean && make World 2>&1

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

2020-11-23 Thread Danilo Pecher
e again. > > I will compile on Arch tomorrow and report back. > > The make.log is here: > > https://myria.math.aegean.gr/~atsol/tmp/make.log > > Antonis. > > > > > > On 11/23/20 11:09 PM, Danilo Pecher wrote: > > Find these two lines in config/cf/li

Re: [cdesktopenv-devel] Fedora Build repaired (sort of)

2020-11-24 Thread Danilo Pecher
If libcsa isn't built, you're most likely missing rpcgen on your system On Tue, 24 Nov 2020 at 14:20, Antonis Tsolomitis < antonis.tsolomi...@gmail.com> wrote: > On 11/24/20 7:57 AM, Peter Howkins wrote: > > > I've pushed a series of patches to master that should resolve the GCC 10 > build issues

Re: [cdesktopenv-devel] Fedora Build repaired (sort of)

2020-11-24 Thread Danilo Pecher
> be known to > experts of the CDE code. So, any idea how to debug? > > Antonis. > > > On 11/24/20 3:25 PM, Danilo Pecher wrote: > > If libcsa isn't built, you're most likely missing rpcgen on your system > > On Tue, 24 Nov 2020 at 14:20, Antonis Tsolomitis &

[cdesktopenv-devel] CDE Builds

2020-11-24 Thread Danilo Pecher
Hi everybody, I'd like to summarize some of the things we've learned over the last three days: 1. The good news - most of the Builds have been repaired. NetBSD, Fedora, CentOS and some intransigent Debian derivatives build again. If you still run into problems, please make sure to produce a log f

[cdesktopenv-devel] Builds broken again

2020-11-28 Thread Danilo Pecher
dtcm build is broken on NetBSD, GreeBSD and Ubuntu. What was changed? cm_tty.h:222:35: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'P' extern Validate_op validate_appt P((Dtcvm_appointment*, Cheers, Danilo ___ cdesktopenv-devel mail

[cdesktopenv-devel] Release Strategy

2020-11-28 Thread Danilo Pecher
Hi folks, May I offer a suggestion? We need something of a release strategy. We should depart from the "pull stuff from the git repo" strategy in the Wikis, because we keep breaking our build by pushing untested stuff. As I build CDE daily on several platforms to test the builds, I can pretty muc

Re: [cdesktopenv-devel] Builds broken again

2020-11-29 Thread Danilo Pecher
2020 at 23:56, Jon Trulson wrote: > >> On 11/28/20 7:21 AM, Danilo Pecher wrote: >> >> dtcm build is broken on NetBSD, GreeBSD and Ubuntu. What was changed? >> >> > Git history is here; > > https://sourceforge.net/p/cdesktopenv/code/ci/master/tree/ > &g

Re: [cdesktopenv-devel] Release Strategy

2020-11-29 Thread Danilo Pecher
s, you can actually use the binary CDE package just as well. FreeBSD is the only distro that comes with a precompiled CDE. They're currently providing 2.3.1. Cheers, Danilo On Sun, 29 Nov 2020 at 01:21, Jon Trulson wrote: > On 11/28/20 3:54 PM, Danilo Pecher wrote: > > Hi folks, >

Re: [cdesktopenv-devel] Port of CDE to the musl C library

2021-01-11 Thread Danilo Pecher
I could try the BSD builds on the weekend. Currently a bit too busy at work to do it on week days., On Mon, 11 Jan 2021 at 02:24, Jon Trulson wrote: > > Hi, > > Thanks for your contribution. At a first glance it looks ok, except for > patch 0003: > > Author: Lev Kujawski > > Date: Wed Jan 6

Re: [cdesktopenv-devel] Port of CDE to the musl C library

2021-01-11 Thread Danilo Pecher
eader should be made public? > > Additionally, I am not sure I solved the TCGETS issue in the Desktop Korn > Shell in the cleanest way. > > Kind regards, > Lev > > > > > On Jan 11, 2021, at 14:04, Danilo Pecher > > wrote: > > > > I could try the

Re: [cdesktopenv-devel] Cannot compile CDE on Debian 11

2023-11-14 Thread Danilo Pecher
I've seen a thread from 2020 about the same error. It seemed to be connected to ksh. What ksh version are you using? On Wed, 15 Nov 2023 at 01:26, TCH via cdesktopenv-devel wrote: > > Hello, > > Yes, it is installed, at least there is an rpcgen binary in /usr/bin, > installed by the package libc

Re: [cdesktopenv-devel] NetBSD build broken

2019-02-22 Thread Danilo Pecher via cdesktopenv-devel
etbsd and > tell me if that changes anything: > https://sourceforge.net/p/cdesktopenv/code/ci/master/tree/cde/programs/dtdocbook/instant/Imakefile > > Thank you for your time, > -Chase > > > > > ‐‐‐ Original Message ‐‐‐ > On Friday, February 22

[cdesktopenv-devel] Fedora build is utterly broken

2020-11-22 Thread Danilo Pecher via cdesktopenv-devel
The Fedora builds seem to be completely broken, and for the moment I haven't got the faintest clue why. Linkage is broken with massive error blocks like these. (cd .; T=`echo libDtSearch.so.2.1 | sed 's/\.[^\.]*$//'`; gcc -g -pipe -o ./libDtSearch.so.2.1~ -shared -Wl,-soname,$T a

Re: [cdesktopenv-devel] Fedora build is utterly broken

2020-11-22 Thread Danilo Pecher via cdesktopenv-devel
Yep. gccc 10.2. Bloody hell, why can't people just stop breaking things with feature creep. I'll have a look tomorrow if I can use Marcin's method to get this to compile. On Sun, 2020-11-22 at 21:21 +, Adam Sampson wrote: > Danilo Pecher via cdesktopenv-devel > writ

Re: [cdesktopenv-devel] Fedora build is utterly broken

2020-11-22 Thread Danilo Pecher via cdesktopenv-devel
ds of warnings that Clang throws under FreeBSD. All those recent C++ standards really hake a machete to legacy code :( On Sun, 2020-11-22 at 22:22 +, Marcin Cieslak wrote: > On Sun, 22 Nov 2020, Marcin Cieslak wrote: > > > On Sun, 22 Nov 2020, Danilo Pecher via cdeskt

[cdesktopenv-devel] Fedora Build repaired (sort of)

2020-11-23 Thread Danilo Pecher via cdesktopenv-devel
Moin, Okay, I got CDE to compile cleanly under Fedora 33. The two main problems were that Fedora splatters the depedencies all over the place and second, the breakage introduced by gcc 10. Mucking up other people's code seems to be the norm these days ind Linux-land. Here's how to compile cleanl