-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
Makefile error 2 while compiling kernel #978
Comments
This is currently happening with kernel 6.10, with all the prompts in ./install.sh set to their defaults, both with clang and GCC, with ccache enabled. |
This still happens on 6.10 with ccache disabled, all the zen/liquorix patches disabled, clear linux patches disabled, as well as happening on 6.9.10, as well as happening all the way back in 6.6. |
Same, tried with 6.10 and 6.9.10. Just pressed enter on all questions to use defaults.
|
It seems to search for keys to sign the kernel @aalhitennf Without any further logs, information or equal its hard to help. |
Duplicate of #948 |
I will close this and continue further discussion in #948 then. |
prepare.log.txt
shell-output.log.txt
system-info.txt
customization.cfg.txt
On Gentoo Linux, during the compilation of the kernel, an error that states
make[1]: *** [/home/*****/linux-tkg/linux-src-git/Makefile:1937: .] Error 2
make: *** [Makefile:240: __sub-make] Error 2
(Name of my home directory is censored because it has my real name), and the exit cleanup happens. The text files with all the logs are attached above. I made sure to change the _configfile to "running-kernel" like the Gentoo section says, as I am using OpenRC. This happens without configuring the kernel with menuconfig.
The text was updated successfully, but these errors were encountered: