Bug 499697
| Summary: | failure to install new kvm packages on FC10 -> FC11 DVD upgrade | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Marcelo Tosatti <mtosatti> | ||||||
| Component: | qemu | Assignee: | Glauber Costa <gcosta> | ||||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | urgent | ||||||||
| Version: | rawhide | CC: | berrange, clalance, dcantrell, dwmw2, ehabkost, gcosta, itamar, markmc, quintela, virt-maint | ||||||
| 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: | 2009-05-13 10:13:35 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Marcelo Tosatti
2009-05-07 17:48:42 UTC
Created attachment 342896 [details]
manual install of qemu-kvm packages on fc11-preview
Uggh, we really need this one fixed Moving it onto the blocker list for now, we should be able to get this fixed for GA Hmm, well a "yum --enablerepo=rawhide update kvm" on F10 looks like it does the right thing and installs qemu-system-x86_64 On the machine you upgraded, anaconda should have dumped some logs. Anything interesting in them? Mark, If you look at the first attachment the problem apparently was due to the installed kqemu packages. Attaching upgrade.log. All it says is: Upgrading qemu-img-0.10-12.fc11.x86_64 Created attachment 343514 [details]
upgrade.log FC10 -> FC11
(In reply to comment #5) > If you look at the first attachment the problem apparently was due to the > installed kqemu packages. Yeah, it may well have to do with the kqemu packages, but I'm not sure how. kqemu requires qemu >= 0.9.1, which the update to qemu-0.10 would satisfy Updating qemu would pull in all the qemu sub-packages, including qemu-system-x86_64 qemu-system-x86_64 obsoletes kvm-74, causing it to be deleted i.e. if you had done "yum update qemu" instead of "yum install qemu-kvm", I would have expected it to work I agree, a normal upgrade seems to do the right thing. Adding in 3rd party packages may cause breakage, but that's what you get with 3rd party packages. Moving this off the blocker list, I'm not even sure we need to "fix" anything here. Okay, closing this as INSUFFICIENT_DATA. Let's re-open if we get any more data on exactly how upgrades like Marcelo's gets screwed up |