I can get a stair stepping easily enough on most terminal emulators (this was
Solaris 10 CDE dtterm):
$ stty -onlcr
$
$
$
$ stty sane
$
$
$
So maybe for some reason, it was bringing up the pseudo-terminal with the wrong
tty modes. :-)
> On Nov 24, 2020, at 16:39
You are right. I got confused with Ubuntu in which installation of
a service enables it and runs it as well.
In Arch it needs to me explicitly enabled, and I forgot this.
So, everything is fine on Arch and Manjaro the only additional
step is to inst
That error means you don't have the rpcbind service running
On Tue, 24 Nov 2020 at 17:54, Antonis Tsolomitis <
antonis.tsolomi...@gmail.com> wrote:
>
>
> True. So the package
>
> rpcsvc-proto
>
> needs to be installed on Arch/Manjaro. This information is missing from
>
>
> https://sourceforge.net
True. So the package
rpcsvc-proto
needs to be installed on Arch/Manjaro. This information is missing
from
https://sourceforge.net/p/cdesktopenv/wiki/Archlinux_Build/#install-packages
Can it be added?
N
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
-devel] Fedora Build
repaired (sort of)
On 11/24/20 7:57 AM, Peter Howkins wrote:
I've pushed a series of patches to
m
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. Hopefully that will be enough
to get the Fedora build working, but I've only tested
I've pushed a series of patches to master that should resolve the GCC 10
build issues. Hopefully that will be enough to get the Fedora build
working, but I've only tested it on Debian.
Peter
--
Peter Howkins
peter.howk...@marutan.net
https://www.marutan.net/
_
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