SoulInfernoDE / compile-kernel-from-source

Script to be able to automate compiling procedures. Eg. if you need to add .config options to your kernel sources like android (ASHMEM, BINDER, etc.)
MIT License
8 stars 4 forks source link

some mistakes #5

Closed lindongbin closed 1 year ago

lindongbin commented 1 year ago

Executing..! SYNC include/config/auto.conf.cmd UPD include/config/kernel.release GEN debian dpkg-buildpackage --build=binary --no-pre-clean --unsigned-changes -r'fakeroot -u' -a$(cat debian/arch) dpkg-buildpackage: info: source package linux-upstream dpkg-buildpackage: info: source version 6.5.8-1 dpkg-buildpackage: info: source distribution bookworm dpkg-buildpackage: info: source changed by lindongbin lindongbin@debian.debian dpkg-buildpackage: info: host architecture arm64 dpkg-source --before-build . dpkg-checkbuilddeps: error: Unmet build dependencies: rsync dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting dpkg-buildpackage: warning: (Use -d flag to override.) make[2]: [scripts/Makefile.package:139: bindeb-pkg] Error 3 make[1]: [/home/lindongbin/Downloads/kernel/Makefile:1659: bindeb-pkg] Error 2 make: *** [Makefile:234: __sub-make] Error 2

real 0m2.919s user 0m2.034s sys 0m0.855s

lindongbin commented 1 year ago

apt install rsync