Bug 174446

Summary: Installer crashes in handleRenderCallback
Product: [Fedora] Fedora Reporter: Eli Collins <ecollins>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Mike McLean <mikem>
Severity: high Docs Contact:
Priority: medium    
Version: 5   
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: 2005-12-01 03:37:32 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
Anaconda install log none

Description Eli Collins 2005-11-29 04:33:13 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 Firefox/1.0.7

Description of problem:
I'm installing in VMware VM. Anaconda dies when preparing to install packages. Here's the python backtrace:

Traceback (most recent call last):
  File "/usr/lib/anaconda/gui.py", line 1195, in handleRenderCallback
    self.currentWindow.renderCallback()
  File "/usr/lib/anaconda/iw/progress_gui.py", line 245, in renderCallback
    self.intf.icw.nextClicked()
  File "/usr/lib/anaconda/gui.py", line 924, in nextClicked
    self.dispatch.gotoNext()
  File "/usr/lib/anaconda/dispatch.py", line 145, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/dispatch.py", line 216, in moveStep
    rc = apply(func, self.bindArgs(args))
  File "/usr/lib/anaconda/backend.py", line 145, in doInstall
    backend.doInstall(intf, id, instPath)
  File "/usr/lib/anaconda/yuminstall.py", line 752, in doInstall
    self.ayum.run(self.instLog, cb, intf)
  File "/usr/lib/anaconda/yuminstall.py", line 363, in run
    self.populateTs(keepold=0)
  File "/usr/lib/anaconda/yuminstall.py", line 431, in populateTs
    for txmbr in self.tsInfo.getMembers():
  File "/usr/lib/anaconda/sortedtransaction.py", line 86, in getMembers
    returnlist.extend(self.pkgdict[key])
KeyError: ('evince', 'i386', '0', '0.4.0', '2')



Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Boot from ISO
2. Format disk, 
3. Select devlopement/server packages, install

  

Additional info:

Send mail for the entire anaconda dump.

Comment 1 Eli Collins 2005-11-29 04:35:38 UTC
Created attachment 121570 [details]
Anaconda install log

Comment 2 Chris Lumens 2005-11-29 05:01:22 UTC
Did you deselect the Office/Productivity package group while leaving GNOME
Desktop Environment selected?  If so, we know about this problem already. 
Package selection still has a lot of work to go before FC5 final.

Comment 3 Eli Collins 2005-11-29 05:16:01 UTC
I did. Apologies for the dupe, I missed this issue when searching.

Comment 4 Jeremy Katz 2005-12-01 03:37:32 UTC

*** This bug has been marked as a duplicate of 173845 ***