| Summary: | groups operations failing due to a libcomps API change in its latest version (KeyError: 'en_US.UTF-8') | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alexander Ivanov <hrafn> | ||||||
| Component: | dnf | Assignee: | Ales Kozumplik <akozumpl> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 20 | CC: | akozumpl, hrafn, jzeleny, lnie, packaging-team-maint, pnemade, rholy | ||||||
| Target Milestone: | --- | Flags: | akozumpl:
needinfo?
(hrafn) |
||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | abrt_hash:a6523981e781d55e80ad72ece6111d29753d7eb5 | ||||||||
| Fixed In Version: | hawkey-0.4.4-1.fc20 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-11-12 00:39:54 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
Created attachment 816176 [details]
File: backtrace
Created attachment 816177 [details]
File: environ
Alexander, thanks for the report, what does 'rpm -q libcomps' say? Either way, this will be fine with dnf-0.4.6. dnf-0.4.6-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/dnf-0.4.6-1.fc20 Package dnf-0.4.6-1.fc20, libsolv-0.4.0-1.gitd49d319.fc20, hawkey-0.4.4-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing dnf-0.4.6-1.fc20 libsolv-0.4.0-1.gitd49d319.fc20 hawkey-0.4.4-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-20333/libsolv-0.4.0-1.gitd49d319.fc20,hawkey-0.4.4-1.fc20,dnf-0.4.6-1.fc20 then log in and leave karma (feedback). run "dnf groups list"with the updates above see bug1025098 hawkey-0.4.4-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/hawkey-0.4.4-1.fc20 Package hawkey-0.4.4-1.fc20, dnf-0.4.6-1.fc20, libsolv-0.4.0-1.gitd49d319.fc20, librepo-1.3.0-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing hawkey-0.4.4-1.fc20 dnf-0.4.6-1.fc20 libsolv-0.4.0-1.gitd49d319.fc20 librepo-1.3.0-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-20406/dnf-0.4.6-1.fc20,libsolv-0.4.0-1.gitd49d319.fc20,librepo-1.3.0-1.fc20,hawkey-0.4.4-1.fc20 then log in and leave karma (feedback). hawkey-0.4.4-1.fc20, dnf-0.4.6-1.fc20, libsolv-0.4.0-1.gitd49d319.fc20, librepo-1.3.0-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Run dnf groups list and that's all. Version-Release number of selected component: dnf-0.4.5-1.fc20 Additional info: reporter: libreport-2.1.8 cmdline: /usr/bin/python /usr/bin/dnf groups list executable: /usr/bin/dnf kernel: 3.11.6-300.fc20.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: comps.py:109:_ui_text:KeyError: "KeyError: 'en_US.UTF-8'" Traceback (most recent call last): File "/usr/bin/dnf", line 35, in <module> main.user_main(sys.argv[1:], exit_code=True) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 272, in user_main errcode = main(args) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 64, in main return _main(base, args) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 133, in _main result, resultmsgs = cli.run() File "/usr/lib/python2.7/site-packages/dnf/cli/cli.py", line 1305, in run return self.command.doCommand(self.base.basecmd, self.base.extcmds) File "/usr/lib/python2.7/site-packages/dnf/cli/commands.py", line 876, in doCommand return self.base.returnGroupLists(extcmds) File "/usr/lib/python2.7/site-packages/dnf/cli/cli.py", line 785, in returnGroupLists _out_grp(_('Installed Groups:'), group) File "/usr/lib/python2.7/site-packages/dnf/cli/cli.py", line 775, in _out_grp msg = ' %s' % group.ui_name File "/usr/lib/python2.7/site-packages/dnf/comps.py", line 121, in ui_name return self._ui_text(self.name, self.name_by_lang) File "/usr/lib/python2.7/site-packages/dnf/comps.py", line 109, in _ui_text t = dct[l] KeyError: "KeyError: 'en_US.UTF-8'" Local variables in innermost frame: default: u'Network Servers' dct: <libcomps.Dict object at 0x306bf18> l: 'en_US.UTF-8' self: <dnf.comps.Group object at 0x2ac44d0>