Bug 442889
| Summary: | yum update traceback - UnboundLocalError | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David Timms <dtimms> | ||||
| Component: | yum | Assignee: | Seth Vidal <skvidal> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | ffesti, james.antill, katzj, ma, pmatilai, tim.lauridsen | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-04-17 13:18:14 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: |
|
||||||
Created attachment 302745 [details]
yum update -d 10 with traceback
you're not lucky, but thanks. it was broken in -2 fixed in like -5 definitely fixed in -10 which is in rawhide. thanks *** Bug 443025 has been marked as a duplicate of this bug. *** |
Description of problem: A traceback occured during yum update Version-Release number of selected component (if applicable): yum-3.2.14-2.fc9.noarch How reproducible: adding -d 10 to same command generated the same tb. Steps to Reproduce: 1. time yum -y update Actual results: ... File "/usr/lib/python2.5/site-packages/yum/rpmsack.py", line 521, in _genDeptup (misc.share_data(r_e), misc.share_data(r_v), UnboundLocalError: local variable 'r_e' referenced before assignment Expected results: update worked. Additional info: Since the update package group had yum in it, I yum -y update yum, OK. new is yum-3.2.14-9.fc9.noarch Now the original command now works OK. Although it already now WFM, filing in case I was just lucky...