Hello,
Okay, it turned out that it was not rpcgen itself, but some system setting
around the alternatives of CPP. Not entirely clear why, but after running
`update-alternatives --config cpp` the problem disappeared.
Details in this SF ticket: https://sourceforge.net/p/cdesktopenv/tickets/160/
-
Hello,
You guys seem to be right about rpcgen:
root@Csabi:/tmp/cde-2.5.1
# rpcgen -h lib/csa/agent.x | grep AGENTVERS
/usr/bin/ld:lib/csa/agent.x: file format not recognized; treating as linker
script
/usr/bin/ld:lib/csa/agent.x:22: syntax error
collect2: error: ld returned 1 exit status
rpcgen:
On 11/15/23 11:23, TCH via cdesktopenv-devel wrote:
2020.0.0+really93u+20120801-9, the version Debian 11 providing.
I've obtained the latest ksh (93u+m/1.0.7 (2023-09-15)) sources from github,
compiled and installed it to /opt/ksh93 and then prepended it's bin directory
to $PATH from console b
2020.0.0+really93u+20120801-9, the version Debian 11 providing.
I've obtained the latest ksh (93u+m/1.0.7 (2023-09-15)) sources from github,
compiled and installed it to /opt/ksh93 and then prepended it's bin directory
to $PATH from console before compiling CDE.
./configure found it (checking fo
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
Hello,
Yes, it is installed, at least there is an rpcgen binary in /usr/bin, installed
by the package libc-dev-bin.
- TCH
Sent with Proton Mail secure email.
On Tuesday, November 14th, 2023 at 8:41 PM, Jon Trulson
wrote:
> On 11/14/23 09:30, TCH via cdesktopenv-devel wrote:
>
> > Hello,
>
On 11/14/23 09:30, TCH via cdesktopenv-devel wrote:
Hello,
Hi,
Just taking a stab here, but do you have rpcgen installed? It should
build on debian 11. debian 12 requires you pull from master git.
-jon
I've tried to compile CDE on Debian 11 (x86_64), following the build
instructions to