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

Kernel 5.10 throws an error (gcc) #147

Closed
Axilot opened this issue Jan 7, 2021 · 10 comments
Closed

Kernel 5.10 throws an error (gcc) #147

Axilot opened this issue Jan 7, 2021 · 10 comments

Comments

@Axilot
Copy link

Axilot commented Jan 7, 2021

When compiling the 5.10 Kernel i get this error:

make[1]: *** [kernel/Makefile:146: kernel/kheaders_data.tar.xz] Error 127
make: *** [Makefile:1805: kernel] Error 2
make: *** Waiting for unfinished jobs....
==> ERROR: A failure occurred in build().
Aborting...

@HippieMitch
Copy link

HippieMitch commented Jan 7, 2021

I had the same issue with the upstream tkg-master from yesterday. I solved it by installing 'cpio'. It seems that the PKGBUILD file needed it added as a dependency. Not sure if that's been fixed with the latest build.

@Axilot
Copy link
Author

Axilot commented Jan 7, 2021

Thanks, i'll try that. If that fixes the issue we gotta create a pull request to change the required packages.

@HippieMitch
Copy link

Of course, let me know how it turns out.

@Axilot
Copy link
Author

Axilot commented Jan 7, 2021

How did you came up with that solution?

@HippieMitch
Copy link

HippieMitch commented Jan 7, 2021

There was a thread here yesterday with people discussing the issue, but I can't seem to find it now. When I get to work I'll try to recreate the error by removing 'cpio' and trying to build again.

@AdelKS
Copy link
Collaborator

AdelKS commented Jan 7, 2021

The corresponding pull request is #144

@Axilot
Copy link
Author

Axilot commented Jan 7, 2021

I saw it, yeah. It really looks like thats missing as a make dependency. Now it compiles longer without that error, so i guess that fixed it. But i leave down a message when it successfully installed :D

@HippieMitch
Copy link

It was a pull request where I saw it lol.

@Axilot
Copy link
Author

Axilot commented Jan 8, 2021

The pull request with the new required packages got merged into the repo, which means everything is fine now. I'll close this thread now 👍🏻

@Axilot Axilot closed this as completed Jan 8, 2021
@lx0758
Copy link

lx0758 commented Jan 3, 2024

Thank you very much for solving mine!

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

No branches or pull requests

4 participants