sakaki- / sakaki-tools

Overlay containing various utility ebuilds for Gentoo on EFI.
79 stars 53 forks source link

emerge of buildkernel fails due to ebuild not satisfied. #10

Closed GhostOnTheFiber closed 6 years ago

GhostOnTheFiber commented 6 years ago

Hey, My last emerge failed with the error:

emerge: there are no ebuilds to satisfy ">=app-crypt/sbsigntools-0.6-r1"..

It seems like it might be an error in the ebuild file for buildkernel on line 26 link.

I think that the line should be >=app-crypt/sbsigntool-0.6-r1 instead of >=app-crypt/sbsigntools-0.6-r1 as there is no ebuild for sbsigntools but there is one for sbsigntool.

sakaki- commented 6 years ago

app-crypt/sbsigntool was recently renamed to app-crypt/sbsigntools in the main Gentoo repo, so if you update this you should find buildkernel will emerge again

necrose99 commented 6 years ago

https://packages.gentoo.org/packages/app-crypt/sbsigntools https://gitweb.gentoo.org/repo/gentoo.git/tree/app-crypt/sbsigntools/sbsigntools-0.9.1-r1.ebuild

GhostOnTheFiber commented 6 years ago

Hey, sorry for not closing this issue earlier. Syncing and running buildkernel again fixed the issue. Thanks for the help!