Bug 448211
| Summary: | Yum reports error when updating gnome components | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Patrick <wieber> | ||||||
| Component: | yum | Assignee: | Seth Vidal <skvidal> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 9 | CC: | ffesti, james.antill, katzj, pmatilai, tim.lauridsen | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-08-10 15:50:28 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
Patrick
2008-05-24 13:31:57 UTC
Created attachment 306580 [details]
The error message returned by yum
could you run this command: yum list gnome-panel Created attachment 310616 [details]
Return from 'rpm -qa | grep fc8'
I think i know what was going wrong. I've updated from fc8 to fc9 using Anaconda. Everything seemed to work fine, only problem was the error message i've reported. It seems that there were some installed packages from fc8 left, and during the yum update in fc9 there are no Repos with fc8 packages. So the system tried to to update a fc8 package from a fc9 Repo and returns the failure message. I think this is just normal behavior. Using yum to erase the fc8 package and reinstall it from a fc9 Repo was the solution. So i'm a new with Linux and upgrading to fc9 after one week with fc8 was a real good training ;-) Only question left is why Anaconda leaves some fc8 packages when upgrading to fc9 ? I've attached the result of 'rpm -qa | grep fc8' - there are still some packages left. Do i have to uninstall them or is there any way for upgrade to fc9 versions ? By the way 'yum list gnome-panel' now returns: gnome-panel.x86_64 2.22.2-1.fc9 installed The original bug is a multilib problem with .i386 not available AIUI. This might be something to do with caching old Fed-8 repodata while running Fed-9, or just a broken updates repo. So I'm going to close. |