Bug 122259

Summary: ruby cannot be installed / KeyError in GroupSet.py
Product: [Fedora] Fedora Reporter: Laurent GUERBY <laurent>
Component: system-config-packagesAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: laurent
Target Milestone: ---   
Target Release: ---   
Hardware: athlon   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-21 19:49:18 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:

Description Laurent GUERBY 2004-05-02 15:05:26 UTC
Description of problem:
Impossible to select ruby in the development packages
using system-config-packages, a python exception
is raised when trying to select ruby. All other
dev packages can be selected and install fine.

Additional info:
Traceback (most recent call last):
  File "/usr/share/system-config-packages/GroupDetails.py", line 171,
in renderer_toggled
    self.component.selectPackage(package.nevra())
  File "/usr/share/system-config-packages/GroupSet.py", line 794, in
selectPackage
    pkg = self.packages[pkgnevra]
KeyError: 'ruby-0:1.8.1-2.1.i386'
Traceback (most recent call last):
  File "/usr/share/system-config-packages/GroupDetails.py", line 171,
in renderer_toggled
    self.component.selectPackage(package.nevra())
  File "/usr/share/system-config-packages/GroupSet.py", line 794, in
selectPackage
    pkg = self.packages[pkgnevra]
KeyError: 'ruby-0:1.8.1-2.1.i386'

Comment 1 Jeremy Katz 2004-05-03 18:13:05 UTC
What version of system-config-packages do you have installed?

Comment 2 Laurent GUERBY 2004-05-03 18:25:02 UTC
system-config-packages-1.2.12-1
(the one that comes from the ISO).

Comment 3 Jeremy Katz 2005-09-21 19:49:18 UTC
This is fixed in newer versions of r-c-p