Bug 620636

Summary: throws error if language groups not present in yum group list
Product: [Fedora] Fedora Reporter: Pravin Satpute <psatpute>
Component: system-config-languageAssignee: Pravin Satpute <psatpute>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 13CC: i18n-bugs, nkumar, psatpute
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-08-04 08:14:34 UTC Type: ---
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: 619261    

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