Open frunzales opened 4 years ago
If genkernel-next
doesn't get proxy-maintained (per the bug), then yes I will have to migrate.
Best, sakaki
Yes, for now creating e.g. /etc/portage/package.unmask/genkernel-next
with the contents:
~sys-kernel/genkernel-next-69
should work. I'll add this to the guide now as a band-aid until this is resolved one way or other upstream.
so far sabayon is preparing to sawp base to funtoo. as funtoo has a more backdated but stable toolbase , and the option of newer tools.
Now that genkernel-next
has been treecleaned, I've added v69 to this overlay, and updated the guide accordingly. Obviously not a long-term fix, but will allow buildkernel
to keep working for now.
I am using a recent kernel (5.8+) because of hardware issues. With these recent kernel versions + genkernel-next-69 the kernel does not boot. With genkernel-next-70 booting the recent kernels worked again, buildkernel worked fine, too. Is it possible to offer genkernel-next-70, too, until the overall issue is solved?
Now that genkernel-next has been treecleaned, I've added v69 to this overlay, and updated the guide accordingly. Obviously not a long-term fix, but will allow buildkernel to keep working for now.
I am currently installing fresh Gentoo using the guide. Just adding genkernel-next-69
is not enough. It does not solve the issue with old version of busybox used by genkernel (which is not compatible with latest stable glibc) [1].
I had to add BUSYBOX_VER="1.32.0"
to genkernel.conf and create a symlink to that version's source tarball (note that 1.32.0 is ~amd64
for now):
ln -s /var/cache/distfiles/busybox-1.32.0.tar.bz2 /var/lib/genkernel/src/
31 Oct 2020: sadly, due to legal obligations arising from a recent change in my 'real world' job, I must announce I am standing down as maintainer of this project with immediate effect. For the meantime, I will leave the repo up (for historical interest, and since the ebuilds etc. may be of use to others); however, I plan no further updates, nor will I be accepting / actioning further pull requests or bug reports from this point. Email requests for support will also have to be politely declined, so, please treat this as an effective EOL notice.
For further details, please see my post here.
If you have used my EFI Guide (and this repo) to install your PC-based Gentoo system, it should still continue to work for some time, but you should now take steps to migrate to a baseline Gentoo Handbook install (since the underlying tools, such as buildkernel
, will also now no longer be supported and may eventually fail as more modern kernels etc. are released).
With sincere apologies, sakaki ><
The current genkernel-next package is being deprecated in the official Gentoo portage tree:
https://bugs.gentoo.org/719968
sakaki-tools:sys-kernel/buildkernel depends on sys-kernel/genkernel-next as a runtime dependency:
Are there plans to support the Gentoo-supplied sys-kernel/genkernel?