Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 951078

Summary: KeyError: 'kde-apps' after yum groupinstall "KDE Plasma Workspaces" --skip-broken
Product: [Fedora] Fedora Reporter: Karsten Hopp <karsten>
Component: yumAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: high    
Version: 19CC: admiller, ffesti, firas.alkafri, packaging-team-maint, tim.lauridsen, zpavlas
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-11 12:38:27 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 834087    

Description Karsten Hopp 2013-04-11 12:34:03 UTC
Description of problem:
I've installed KDE desktop with yum groupinstall "KDE Plasma Workspaces" --skip-broken
(--skip-broken because there are some libreport dep issues on PPC atm.)
yum downloaded, installed and verified all packages, but after verifying the last package I got this error:

  Verifying  : perl-Net-HTTP-6.06-1.fc19.noarch                         268/268 
Traceback (most recent call last):
  File "/bin/yum", line 29, in <module>
    yummain.user_main(sys.argv[1:], exit_code=True)
  File "/usr/share/yum-cli/yummain.py", line 316, in user_main
    errcode = main(args)
  File "/usr/share/yum-cli/yummain.py", line 219, in main
    return_code = base.doTransaction()
  File "/usr/share/yum-cli/cli.py", line 697, in doTransaction
    resultobject = self.runTransaction(cb=cb)
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1763, in runTransaction
    self.igroups.save()
  File "/usr/lib/python2.7/site-packages/yum/igroups.py", line 148, in save
    self._write_grp_grps()
  File "/usr/lib/python2.7/site-packages/yum/igroups.py", line 175, in _write_grp_grps
    if self.groups[grpname].environment == evgrp.evgid:
KeyError: 'kde-apps' 

Version-Release number of selected component (if applicable):
yum-3.4.3-81.fc19.noarch

Comment 1 Karsten Hopp 2013-04-11 12:38:27 UTC

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