Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Failed to emerge xrdp
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
fomcyou
n00b
n00b


Joined: 02 Oct 2024
Posts: 2

PostPosted: Sun Dec 08, 2024 7:04 am    Post subject: Failed to emerge xrdp Reply with quote

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
View user's profile Send private message
alamahant
Advocate
Advocate


Joined: 23 Mar 2019
Posts: 3925

PostPosted: Sun Dec 08, 2024 10:07 am    Post subject: Reply with quote

Ok I tried it and it fails with the same error.
Same goes with the package from ::ace overlay also.
_________________
:)
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31337
Location: here

PostPosted: Sun Dec 08, 2024 12:00 pm    Post subject: Reply with quote

Look at this upstream bug.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31337
Location: here

PostPosted: Sun Dec 08, 2024 12:01 pm    Post subject: Reply with quote

Moved from Portage & Programming to Unsupported Software.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum