Bug 169655 - traceback in install
Summary: traceback in install
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
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: 2005-09-30 17:54 UTC by Orion Poplawski
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-09-30 18:35:39 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Orion Poplawski 2005-09-30 17:54:51 UTC
Description of problem:
Traceback during kickstart install of rawhide:

Traceback (most recent call last):
  File "/usr/bin/anaconda", line 1175, in ?
    intf.run(id, dispatch)
  File "/usr/lib/anaconda/gui.py", line 822, in run
    self.icw.run (self.runres)
  File "/usr/lib/anaconda/gui.py", line 1386, in run
    self.setup_window(runres)
  File "/usr/lib/anaconda/gui.py", line 1375, in setup_window
    self.setScreen()
  File "/usr/lib/anaconda/gui.py", line 1209, in setScreen
    (step, args) = self.dispatch.currentStep()
  File "/usr/lib/anaconda/dispatch.py", line 262, in currentStep
    self.gotoNext()
  File "/usr/lib/anaconda/dispatch.py", line 154, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/dispatch.py", line 225, in moveStep
    rc = apply(func, self.bindArgs(args))
  File "/usr/lib/anaconda/backend.py", line 131, in doPreSelection
    backend.doPreSelection(intf, id, instPath)
  File "/usr/lib/anaconda/yuminstall.py", line 258, in doPreSelection
    id.instClass.setGroupSelection(self)
  File "/usr/lib/anaconda/kickstart.py", line 766, in setGroupSelection
    map(backend.deselectPackage, self.ksdata.excludedList)
  File "/usr/lib/anaconda/yuminstall.py", line 522, in deselectPackage
    self.ayum.tsInfo.remove(p[0].pkgtup)
  File "/usr/lib/python2.4/site-packages/yum/transactioninfo.py", line 128, in
remove
    self.debugprint("Package: %s not in ts" (pkgtup))
TypeError: 'str' object is not callable

Local variables in innermost frame:
self: <yum.transactioninfo.TransactionData instance at 0xb7a1e56c>
pkgtup: ('xisdnload', 'i386', '0', '3.2', '32')



Also, when trying to do a text mode install I get:

File "/usr/lib/anaconda/kickstartParser.py", line 297, in doDIsplayMode
   self.ksdata.displayMode: DISPLAY_MODE_TEXT
NameError: global name 'DISPLAY_MODE_TEXT' is not defined

Comment 1 Paul Nasrat 2005-09-30 18:35:39 UTC
Next versions of yum and anaconda will have these fixed.


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