Bug 620636 - throws error if language groups not present in yum group list
Summary: throws error if language groups not present in yum group list
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-language
Version: 13
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Pravin Satpute
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 619261
TreeView+ depends on / blocked
 
Reported: 2010-08-03 06:01 UTC by Pravin Satpute
Modified: 2010-08-04 08:14 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-08-04 08:14:34 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Pravin Satpute 2010-08-03 06:01:53 UTC
Description of problem:
Traceback (most recent call last):
  File "/usr/share/system-config-language/language_gui.py", line 175, in
okClicked
    self.apply()
  File "/usr/share/system-config-language/language_gui.py", line 265, in apply
    if not install.is_group_installed(grpid, self.mainWindow):
  File "/usr/share/system-config-language/gui_install.py", line 79, in
is_group_installed
    raise yum.Errors.GroupsError, "No Group named %s exists" % grpid
yum.Errors.GroupsError: No Group named bosnian-support exists


Version-Release number of selected component (if applicable):
system-config-language-1.3.4-5.fc13.noarch

How reproducible:
everytime

Steps to Reproduce:
1. try to install group which is not present in comps/yum grouplist from s-c-l
2.
3.
  
Actual results:
it is throwing exceptions

Expected results:
should bypass exception and install language

Additional info:

Comment 1 Pravin Satpute 2010-08-04 08:14:34 UTC
tested 
already fixed in system-config-language-1.3.4-5.fc13.noarch
closing as a notabug


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