Bug 195564 - NameError: global name 'compareEVR' is not defined
Summary: NameError: global name 'compareEVR' is not defined
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-06-15 19:20 UTC by James Laska
Modified: 2013-09-02 06:10 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-06-15 20:24:24 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
anacdump.txt (57.82 KB, application/octet-stream)
2006-06-15 19:20 UTC, James Laska
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.