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

xrdp 0.9+master build fail on Debian Jessie #46

Closed
ccwang002 opened this issue Mar 18, 2015 · 4 comments
Closed

xrdp 0.9+master build fail on Debian Jessie #46

ccwang002 opened this issue Mar 18, 2015 · 4 comments

Comments

@ccwang002
Copy link

I tried the devel branch of X11RDP-o-Matic with following command,

$ sudo ./X11rdp-o-matic.sh --branch master --withsimplesound --withpulse --justdoit
# ... skipped
----------------------------------------------------------------------
Preparation complete. Building and packaging xrdp...
----------------------------------------------------------------------
# ... skipped
dh binary
   dh_testroot
   dh_prep
   dh_auto_install
   dh_installdocs
cp: cannot stat ‘NEWS’: No such file or directory
dh_installdocs: cp -a NEWS debian/xrdp/usr/share/doc/xrdp returned exit code 1
debian/rules:22: recipe for target 'binary' failed
make: *** [binary] Error 2

It seems that without NEWS file the xrdp package build process fails, therefore no xrdp*.deb will be produced. How should I create such NEWS file?

Also I found the thread neutrinolabs/xrdp#190 about Debian Jessie systemd script not being produced. Will this be another potential failure?

@DimitryAndric
Copy link

I think this diff should fix it:

diff --git a/xrdp_docs b/xrdp_docs
index 2f6f119..4eea462 100644
--- a/xrdp_docs
+++ b/xrdp_docs
@@ -1,5 +1,4 @@
 design.txt
 faq-general.txt
-NEWS
 prog_std.txt
 readme.txt

metalefty added a commit to metalefty/X11RDP-o-Matic that referenced this issue Apr 29, 2016
@metalefty
Copy link
Collaborator

I've pushed the fix to devel branch.
@ccwang002, can you test it?

@ccwang002
Copy link
Author

I don't have a Jessie machine with me right now. Can test it next week. If anyone can help, feel free to take over.

@metalefty
Copy link
Collaborator

I confirmed the build on Jessie in #61.

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

3 participants