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

Workaround | gentoo-kernel-bin block gentoo-kernel #5

Closed
KaltWulx opened this issue Jul 17, 2022 · 1 comment
Closed

Workaround | gentoo-kernel-bin block gentoo-kernel #5

KaltWulx opened this issue Jul 17, 2022 · 1 comment

Comments

@KaltWulx
Copy link

KaltWulx commented Jul 17, 2022

When you do emerge gentoo-kernel portage says

Calculating dependencies... done!
[ebuild  N     ] sys-kernel/gentoo-kernel-5.15.52  USE="initramfs savedconfig -debug -hardened -test" 
[blocks B      ] sys-kernel/gentoo-kernel:5.15.52 ("sys-kernel/gentoo-kernel:5.15.52" is soft blocking sys-kernel/gentoo-kernel-bin-5.15.52)
[blocks B      ] sys-kernel/gentoo-kernel-bin:5.15.52 ("sys-kernel/gentoo-kernel-bin:5.15.52" is soft blocking sys-kernel/gentoo-kernel-5.15.52)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (sys-kernel/gentoo-kernel-5.15.52:5.15.52/5.15.52::gentoo, ebuild scheduled for merge) pulled in by
    gentoo-kernel

  (sys-kernel/gentoo-kernel-bin-5.15.52:5.15.52/5.15.52::gentoo, installed) pulled in by
    ~sys-kernel/gentoo-kernel-bin-5.15.52 required by (virtual/dist-kernel-5.15.52:0/5.15.52::gentoo, installed) USE="" ABI_X86="(64)"


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

https://wiki.gentoo.org/wiki/Handbook:X86/Working/Portage#Blocked_packages

You need to do:

$ sudo emerge --deselect sys-kernel/gentoo-kernel-bin
>>> Removing sys-kernel/gentoo-kernel-bin from "world" favorites file...
$ sudo emerge --depclean

You can continue with the $ sudo emerge gentoo-kernel

@flexibeast
Copy link
Owner

Good catch, thanks! And sorry for the inconvenience. i've just updated the guide to add an emerge -c gentoo-kernel-bin step.

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

2 participants