Bug 1652823
Summary: | dnf selects incorrect dependency to satisfy kmod(squashfs.ko) in snapd | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Maciek Borzecki <maciek.borzecki> |
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | airlied, bskeggs, ewk, hdegoede, ichavero, itamar, jarodwilson, jglisse, john.j5live, jonathan, josef, kernel-maint, linville, mcermak, mchehab, me, mjg59, ngompa13, ppywlkiqletw, rhbugs, steved |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | Type: | Bug | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Maciek Borzecki
2018-11-23 07:54:25 UTC
For libsolv, there is no difference between those 2 things. So this should be fixed somewhere else. This is yet another problem with the kernel package... There should be some kind of rich dep hint to ensure the right flavor is picked. Actually, it'd be even simpler. The kernel modules subpackages should have "Enhances" statements matching their flavor. That gives the solver the appropriate hint. *********** MASS BUG UPDATE ************** We apologize for the inconvenience. There are a large number of bugs to go through and several of them have gone stale. Due to this, we are doing a mass bug update across all of the Fedora 29 kernel bugs. Fedora 29 has now been rebased to 4.20.5-200.fc29. Please test this kernel update (or newer) and let us know if you issue has been resolved or if it is still present with the newer kernel. If you experience different issues, please open a new bug report for those. This issue does not appear resolved in the latest kernel release. (In reply to Neal Gompa from comment #5) > This issue does not appear resolved in the latest kernel release. Looks like we're not going to have a solution in anytime soon. In the meantime users keep having kernel-debug and kernel-debug-modules picked up by dnf when installing snapd, what results in non-functional snapd and unnecessary kernel packages. Any ideas whether we could tweak the rich dependencies of snapd to avoid that? Would something like this work? Requires: ((snapfuse and fuse) or kernel-modules or kmod(squashfs.ko)) [This is to make the bug log show that this is still relevant in F34 at 2021-03-25] I just ran into this when adding "Recommends: kmod(pcspkr.ko)" to the "beep" package and then test installing that, and then found that the same problem exists for the "floppy-support" package ("Requires: kmod(floppy.ko)") and for the "joystick-support" package ("Requires: kmod(analog.ko)" and "Requires: kmod(joydev.ko)"): # dnf install floppy-support [...] Installing: floppy-support noarch 1.0.0-22.fc34 fedora 7.8 k Installing dependencies: kernel-debug-core x86_64 5.11.9-300.fc34 updates-testing 35 M kernel-debug-modules x86_64 5.11.9-300.fc34 updates-testing 31 M kernel-debug-modules-extra x86_64 5.11.9-300.fc34 updates-testing 2.2 M [...] # *** Bug 1883153 has been marked as a duplicate of this bug. *** |