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

compile fails on built-in.a #948

Open
jabuxas opened this issue May 27, 2024 · 9 comments
Open

compile fails on built-in.a #948

jabuxas opened this issue May 27, 2024 · 9 comments

Comments

@jabuxas
Copy link

jabuxas commented May 27, 2024

https://0x0.st/XNzX.txt log
im on gentoo systemd

it fails on bcachefs if i leave that enabled, so i disable in menuconfig and then it fails on built-in.a, it fails on 6.9.2, 6.8.11 and 6.7.12, note that on 6.9.2 it fails faster (it compiles less stuff?) but still on built-in.a.

gcc version 13.2.1

@Tk-Glitch
Copy link
Member

make[3]: *** No rule to make target '/var/tmp/portage/sys-kernel/gentoo-kernel-6.8.7/temp/kernel_key.pem', needed by 'certs/signing_key.x509'.  Stop.

@jabuxas
Copy link
Author

jabuxas commented May 27, 2024

something's wrong with gnetoo-kernel-bin config, arch's config works

@Tk-Glitch
Copy link
Member

@alkamine
Copy link

I am also getting this error on Arch. so its not gentoo exclusive. failing right on built-in.a as well. any update on a fix for this?

@Tk-Glitch
Copy link
Member

I am also getting this error on Arch. so its not gentoo exclusive. failing right on built-in.a as well. any update on a fix for this?

So you're manually signing your kernel? Is it actually the same issue or just a different compilation failure?

@alkamine
Copy link

I am also getting this error on Arch. so its not gentoo exclusive. failing right on built-in.a as well. any update on a fix for this?

So you're manually signing your kernel? Is it actually the same issue or just a different compilation failure?

I'm not manually signing anything, not sure where you got that. im just building the kernel as per makepkg -si and following the prompts. I was just letting people know that its an issue across distros

@trolljoe
Copy link

i'm getting the same error message ([MakeFile:240: sub-make] error 2) on void linux generic install. only thing i changed was set it to running-kernel

@Tk-Glitch
Copy link
Member

I am also getting this error on Arch. so its not gentoo exclusive. failing right on built-in.a as well. any update on a fix for this?

So you're manually signing your kernel? Is it actually the same issue or just a different compilation failure?

I'm not manually signing anything, not sure where you got that. im just building the kernel as per makepkg -si and following the prompts. I was just letting people know that its an issue across distros

The error above is linked to signing. If you're not signing your kernel that's not the same issue, that's all there is to it.

i'm getting the same error message ([MakeFile:240: sub-make] error 2) on void linux generic install. only thing i changed was set it to running-kernel

[MakeFile:240: sub-make] means nothing really. Just that something went wrong building a module. That's not necessarily the same issue.
However if you can spot #948 (comment) (with the corresponding versioning) then yes, same issue.

@jabuxas
Copy link
Author

jabuxas commented Aug 18, 2024

now that i think about it, I had a gpg key setup in make.conf, maybe that was signing things

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants