Bug 195564

Summary: NameError: global name 'compareEVR' is not defined
Product: [Fedora] Fedora Reporter: James Laska <jlaska>
Component: yumAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: benl, jturner
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: 2006-06-15 20:24:24 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
anacdump.txt none

Description James Laska 2006-06-15 19:20:20 UTC
# TREE rawhide-20060615/x86_64-global
# ARCH x86_64
# CASE NFS installation 

At the software selection stage, I selected the "Software development" check box
and the "Customize Later" radio button and clicked "Next".

Traceback (most recent call last):
  File "/usr/lib/anaconda/gui.py", line 872, in nextClicked
    self.anaconda.dispatch.gotoNext()
  File "/usr/lib/anaconda/dispatch.py", line 122, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/dispatch.py", line 199, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib/anaconda/backend.py", line 154, in doPostSelection
    return anaconda.backend.doPostSelection(anaconda)
  File "/usr/lib/anaconda/yuminstall.py", line 852, in doPostSelection
    self.selectBestKernel()
  File "/usr/lib/anaconda/yuminstall.py", line 774, in selectBestKernel
    kpkg = getBestKernelByArch("kernel", self.ayum)
  File "/usr/lib/anaconda/yuminstall.py", line 765, in getBestKernelByArch
    pkgs = ayum.pkgSack.returnNewestByName(pkgname)
  File "/usr/lib/python2.4/site-packages/yum/packageSack.py", line 208, in
returnNewestByName
    return self._computeAggregateListResult("returnNewestByName", name)
  File "/usr/lib/python2.4/site-packages/yum/packageSack.py", line 235, in
_computeAggregateListResult
    sackResult = apply(method, args)
  File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 469, in
returnNewestByName
    return misc.newestInList(allpkg)
  File "/usr/lib/python2.4/site-packages/yum/misc.py", line 305, in newestInList
    rc = compareEVR(pkg.returnEVR(), newest)
NameError: global name 'compareEVR' is not defined

Comment 1 James Laska 2006-06-15 19:20:20 UTC
Created attachment 130997 [details]
anacdump.txt

Comment 2 Ben Levenson 2006-06-15 20:20:45 UTC
received the same dump with the default settings.


Comment 3 Chris Lumens 2006-06-15 20:24:24 UTC
Fixed in rawhide, should show up in some tree eventually.