Bug 447834 - Invalid Group Name - Backtrace
Summary: Invalid Group Name - Backtrace
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-22 01:39 UTC by Nigel Jones
Modified: 2014-01-21 23:03 UTC (History)
5 users (show)

Fixed In Version: 3.2.16-2
Clone Of:
Environment:
Last Closed: 2008-05-27 19:06:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Nigel Jones 2008-05-22 01:39:21 UTC
I know it's a case of silly me, but yum under F9 (3.2.14-10.fc9) backtraces when
I try "groupinstall <invalid group name>".  If you need anything else, just let
me know.

[root@localhost ~]# yum groupinstall @virtualization
Loaded plugins: refresh-packagekit
Setting up Group Process
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

Comment 1 Seth Vidal 2008-05-27 19:06:12 UTC
This is fixed in yum 3.2.16-2 just/soon pushed to updates-released


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