Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build failed on xubuntu 16.10 #80

Open
coolemza opened this issue Nov 24, 2016 · 7 comments
Open

build failed on xubuntu 16.10 #80

coolemza opened this issue Nov 24, 2016 · 7 comments

Comments

@coolemza
Copy link

build failed on xubuntu 16.10,

Checking for xutils-dev... yes
Checking for xutils... yes
Checking for libtool-bin... yes

Oops, something going wrong around line: 477
See logs to get further information:
/tmp/tmp.nDBoUNhkeL.X11RDP-o-Matic/build.log
/tmp/tmp.nDBoUNhkeL.X11RDP-o-Matic/sudo.log
/tmp/tmp.nDBoUNhkeL.X11RDP-o-Matic/apt.log
Exitting...

build.log:

Cloning into '/tmp/tmp.YZ7ZDIBZ9A.X11RDP-o-Matic/xrdp'...
Submodule 'librfxcodec' (https://github.com/neutrinolabs/librfxcodec) registered for path 'librfxcodec'
Cloning into '/tmp/tmp.YZ7ZDIBZ9A.X11RDP-o-Matic/xrdp/librfxcodec'...
Submodule path 'librfxcodec': checked out '2a90952148888faea1cb02796cf62fb2c53e8095'
patching file Makefile
Hunk #1 succeeded at 46 with fuzz 2 (offset 5 lines).
patching file Makefile.am
Hunk #2 FAILED at 32.
1 out of 2 hunks FAILED -- saving rejects to file Makefile.am.rej
patching file common/Makefile.am
patching file configure.ac

@metalefty
Copy link
Collaborator

I know it's broken.

Big changes are made in upstream day by day until next release.
I suspend chasing upstream until 0.9.1 release.

@coolemza
Copy link
Author

ah, may be you temporary solution to get working xrdp? or devel branch of xrdp also broken?

@metalefty
Copy link
Collaborator

The devel branch of xrdp is not broken. It builds and works fine. Temporarily, o-Matic doesn't fit current devel branch of xrdp.

@Jaza
Copy link

Jaza commented Jan 4, 2017

Latest version of this script is still broken with latest xrdp, but for now you can force it to use an older xrdp. E.g. in X11rdp-o-matic.sh I changed:

git clone --depth 1 "$XRDPGIT" -b "$XRDPBRANCH" "$WORKINGDIR/xrdp"

To:

git clone "$XRDPGIT" -b "$XRDPBRANCH" "$WORKINGDIR/xrdp"

And added these lines just after:

cd "$WORKINGDIR/xrdp"
git reset --hard c0ac8251f748754b65c81c7bb5245add9ce30bf7

That commit of xrdp is from 2016-06-20 (see neutrinolabs/xrdp@c0ac825 ), and it works for me.

I now have Remote Desktop from Windows to my Mint 17 box (i.e. Ubuntu 14.04) working. So, thanks for this project!

Any update on when the patch files for xrdp will be updated?

@sangju41
Copy link

Jaza => Thank you very much for the workaround.

With that modifications, build and install went flawlessly on my Mint 17.3 box. I simply could install generated deb packges on another machine without going through another build process.

On Mint 18.1 System, however, build failed. Could finish building by adding "--branch devel" option.
It shows the login screen, no actual x-window shows up however...

If you could make it work on Mint 18, please keep me posted.

Once again, thank you very much.

@exetico
Copy link

exetico commented Feb 16, 2017

@sangju41 @Jaza - Did you guys make any progress? I'm on Linux Mint 18.1 and currenly manally installing xrdp and TigerVNC - but looking for a x11rdp solution.

Do you guys have any tips?

@metalefty
Copy link
Collaborator

Please see also #81.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants