View previous topic :: View next topic |
Author |
Message |
fomcyou n00b
Joined: 02 Oct 2024 Posts: 2
|
Posted: Sun Dec 08, 2024 7:04 am Post subject: Failed to emerge xrdp |
|
|
Hi! I've tried to emerge xrdp:
Code: |
root #eselect repository enable dilfridge
root #emaint sync -r dilfridge
root #emerge --ask net-misc/xorgxrdp
|
But have the following errors during compilation stage:
Code: |
rdpClientCon.c: In function ‘rdpClientConProcessMsgClientInfo’:
rdpClientCon.c:959:31: error: ‘struct xrdp_client_info’ has no member named ‘monitorCount’
959 | if (clientCon->client_info.monitorCount > 0)
| ^
rdpClientCon.c:962:84: error: ‘struct xrdp_client_info’ has no member named ‘monitorCount’
962 | LLOGLN(0, (" client monitor data, monitorCount=%d", clientCon->client_info.monitorCount));
| ^
rdpClientCon.c:56:43: note: in definition of macro ‘LLOGLN’
56 | do { if (_level < LOG_LEVEL) { ErrorF _args ; ErrorF("\n"); } } while (0)
| ^~~~~
rdpClientCon.c:965:50: error: ‘struct xrdp_client_info’ has no member named ‘minfo’
965 | memcpy(dev->minfo, clientCon->client_info.minfo, sizeof(dev->minfo));
| ^
rdpClientCon.c:966:51: error: ‘struct xrdp_client_info’ has no member named ‘monitorCount’
966 | dev->monitorCount = clientCon->client_info.monitorCount;
| ^
|
Googling shows that Quote: | xorgxrdp requires xrdp source to compile. You should already have the xrdp source code. Make sure the xrdp source has version member in xrdp_client_info | , but emerge compiles package by itself So, how can I resolve this issue and install xrdp in Gentoo? Thanks in advance! _________________ Best regards, fomcyou. |
|
Back to top |
|
|
alamahant Advocate
Joined: 23 Mar 2019 Posts: 3925
|
Posted: Sun Dec 08, 2024 10:07 am Post subject: |
|
|
Ok I tried it and it fails with the same error.
Same goes with the package from ::ace overlay also. _________________
|
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31337 Location: here
|
Posted: Sun Dec 08, 2024 12:00 pm Post subject: |
|
|
Look at this upstream bug. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31337 Location: here
|
Posted: Sun Dec 08, 2024 12:01 pm Post subject: |
|
|
Moved from Portage & Programming to Unsupported Software. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
|