Bug 147553
Summary: | Cannot install kernel-devel packages for all archs in parallel | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ville Skyttä <scop> |
Component: | kernel | Assignee: | Rik van Riel <riel> |
Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | cfeist, davej, dwmw2, fedora, katzj, redhat-bugzilla, wtogami |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-12-01 06:46:56 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ville Skyttä
2005-02-09 07:43:07 UTC
Oh, and "rpm -U" vs "rpm -i" does not affect the problem in any way. Mmmm, not sure how to fix this bug in a backwards compatible way... One aspect of this bug are file conflicts in /lib/modules/${KVERREL}/, in particular the symlinks build and source. Those can be fixed by moving the symlinks into the kernel-* packages, out of kernel-*-devel, as suggested in bug #149210. I have proposed a patch for that today. And indeed, RPM isn't willing to install the two - even though there are no longer any file conflicts. Over to fedora-maintainers to figure out what we want to do... # rpm -ivh i586/kernel-devel-2.6.11-1.1208_FC4.i586.rpm i686/kernel-devel-2.6.11-1.1208_FC4.i686.rpm warning: package kernel-devel = 2.6.11-1.1208_FC4 was already added, skipping kernel-devel < 2.6.11-1.1208_FC4 error: error reading from file i586/kernel-devel-2.6.11-1.1208_FC4.i586.rpm I guess the code we have now is as far as we should go ;) |