Linux Kernel build dpkg-buildpackage error

2021-08-15 Thread Adverg Ebashinskii
  Hello!   I’m trying to build Linux Kernel from upstream and faced some build error.   Environment:   Ubuntu 20.04  gcc  (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Linux Kernel 5.8.0-59-generic   Steps to build:   I follow the instructions specified in this site  https://wiki.ubuntu.com/KernelTeam/Git

Re: Linux Kernel build dpkg-buildpackage error

2021-08-15 Thread Ewan Marshall
Try `make -j $(getconf _NPROCESSORS_ONLN) bindeb-pkg LOCALVERSION=-custom` Line 77 of scripts/Makefile.Package is: `$ mv $(KDEB_SOURCENAME).tar.gz ../$(KDEB_SOURCENAME)_$${origversion}.orig.tar.gz` which suggests it is not finding the file $(KDEB_SOURCENAME).tar.gz debians instructions tell o

Re: Linux Kernel build dpkg-buildpackage error

2021-08-15 Thread Adverg Ebashinskii
>   can't see it not working  unless there is another error before this you are > not giving us.   Thank you for the reply. Actually the root cause of the error was much earlier in the output. Running scripts/config --disable SYSTEM_TRUSTED_KEYS makes the kernel compiles successfully. -- Regard