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 Ubuntu 18.04: Hunk #1 FAILED at 250 #91

Closed
popstas opened this issue May 1, 2018 · 2 comments
Closed

Build failed on Ubuntu 18.04: Hunk #1 FAILED at 250 #91

popstas opened this issue May 1, 2018 · 2 comments

Comments

@popstas
Copy link

popstas commented May 1, 2018

Executed ./X11rdp-o-matic.sh as root.

patching file buildx.sh
Hunk #1 FAILED at 250.
1 out of 1 hunk FAILED -- saving rejects to file buildx.sh.rej
$ cat work/xrdp/xorg/X11R7.6/buildx.sh.rej
--- buildx.sh.ORIG	2013-07-03 19:44:42.836699269 +0100
+++ buildx.sh	2013-07-03 19:47:15.939764731 +0100
@@ -250,7 +250,7 @@
 
     # make module
     if [ ! -e cookies/$mod_name.made ]; then
-        if ! make -C build_dir/$mod_name
+        if ! make -j 9 -C build_dir/$mod_name
         then
             echo ""
             echo "make failed for module $mod_name"
@popstas
Copy link
Author

popstas commented May 2, 2018

Also tried to make git reset --hard && rm -rf work and execute script again, then answered "No" at question about patch build script according cores number. Script was exit just after answer.

@metalefty
Copy link
Collaborator

#84.

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

2 participants