Bug 122259 - ruby cannot be installed / KeyError in GroupSet.py
Summary: ruby cannot be installed / KeyError in GroupSet.py
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-packages
Version: rawhide
Hardware: athlon
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-05-02 15:05 UTC by Laurent GUERBY
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-09-21 19:49:18 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


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