building kernel: make[2]: execvp: ./sync-check.sh: Permission denied
Created by: limiter121
I am trying to update the linux-postmarketos-mainline
package to the latest mainline
release (currently 4.15-rc1), but doing so seems to break the build.
The code is available on my fork.
Last lines of the log:
CC /home/pmos/build/src/build/tools/objtool/str_error_r.o
LD /home/pmos/build/src/build/tools/objtool/objtool-in.o
make[4]: execvp: ./sync-check.sh: Permission denied
make[4]: *** [Makefile:47: /home/pmos/build/src/build/tools/objtool/objtool] Error 127
make[3]: *** [Makefile:63: objtool] Error 2
make[2]: *** [/home/pmos/build/src/linux-4.14/Makefile:1628: tools/objtool] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:146: sub-make] Error 2
make: *** [Makefile:24: __sub-make] Error 2
>>> ERROR: linux-postmarketos-mainline: all failed
Full log file: mainline.txt