danielguerra69 / ubuntu-xrdp

Docker fully implemented Multi User xrdp with xorgxrdp and pulseaudio on Ubuntu 16.04/18.04
MIT License
251 stars 141 forks source link

WIP: update to latest xrdp releases #29

Closed fbartels closed 4 years ago

fbartels commented 4 years ago

I noticed there have been updates to xrdp and its modules.

I tried building it locally (and also fixing my build error from https://github.com/danielguerra69/ubuntu-xrdp/pull/26) but for me the build fails.

wanted to push by changes here so others can maybe pick up from where i left (or give ideas on how to fix).

compile error:

find debian/xrdp/usr/lib/ -name \*.a -print0 | \
    xargs -0 strip --strip-debug -R .comment --
make[1]: Leaving directory '/tmp/xrdp-0.9.11'
   dh_install
dh_install: debian/xrdp.install (executable config) returned exit code 1
debian/rules:41: recipe for target 'binary' failed
make: *** [binary] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2
ERROR: Service 'terminalserver' failed to build: The command '/bin/sh -c dpkg-buildpackage -r
fakeroot -uc -b' returned a non-zero code: 2
fbartels commented 4 years ago

Hi @danielguerra69,

the wip at the beginning of the title was meant to signalize that the pr does not work yet (docker image build will fail). I'd recommend to undo the merge.

danielguerra69 commented 4 years ago

I noticed, I will revert it