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 - KeyError: 'kde-apps' after yum groupinstall "KDE Plasma Workspaces" --skip-broken
Summary: KeyError: 'kde-apps' after yum groupinstall "KDE Plasma Workspaces" --skip-br...
Keywords:
Status: CLOSED DUPLICATE of bug 928859
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: 19
Hardware: ppc64
OS: Unspecified
high
medium
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F19Beta, F19BetaBlocker
TreeView+ depends on / blocked
 
Reported: 2013-04-11 12:34 UTC by Karsten Hopp
Modified: 2013-04-11 12:38 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-04-11 12:38:27 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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 ***


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