Bug 442889

Summary: yum update traceback - UnboundLocalError
Product: [Fedora] Fedora Reporter: David Timms <dtimms>
Component: yumAssignee: Seth Vidal <skvidal>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: 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:
Description Flags
yum update -d 10 with traceback none

Description David Timms 2008-04-17 13:00:03 UTC
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...

Comment 1 David Timms 2008-04-17 13:00:04 UTC
Created attachment 302745 [details]
yum update -d 10 with traceback

Comment 2 Seth Vidal 2008-04-17 13:18:14 UTC
you're not lucky, but thanks.

it was broken in -2
fixed in like -5
definitely fixed in -10 which is in rawhide.

thanks


Comment 3 Seth Vidal 2008-04-18 12:08:04 UTC
*** Bug 443025 has been marked as a duplicate of this bug. ***