Bug 448925 - when using groupinstall with no group available, yum crashes
Summary: when using groupinstall with no group available, yum crashes
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: 9
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Seth Vidal
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-05-29 15:02 UTC by Martin Jürgens
Modified: 2014-01-21 23:03 UTC (History)
5 users (show)

Fixed In Version: 3.2.16-2.fc9
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-05-29 15:20:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Martin Jürgens 2008-05-29 15:02:09 UTC
Description of problem:
# yum groupinstall "Gkk"
Geladene Plugins: refresh-packagekit
Einrichten des Gruppenprozess
Traceback (most recent call last):
  File "/usr/bin/yum", line 29, in <module>
    yummain.user_main(sys.argv[1:], exit_code=True)
  File "/usr/share/yum-cli/yummain.py", line 241, in user_main
    errcode = main(args)
  File "/usr/share/yum-cli/yummain.py", line 116, in main
    result, resultmsgs = base.doCommands()
  File "/usr/share/yum-cli/cli.py", line 311, in doCommands
    return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd,
self.extcmds)
  File "/usr/share/yum-cli/yumcommands.py", line 327, in doCommand
    return base.installGroups(extcmds)
  File "/usr/share/yum-cli/cli.py", line 859, in installGroups
    self.logger.error(_('Warning: Group %s does not exist.'), group_strng)
NameError: global name 'group_strng' is not defined


Version-Release number of selected component (if applicable):
yum-3.2.14-10.fc9.noarch

How reproducible:
Always


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