Bug 1229346
| Summary: | [abrt] dnf: comps.py:88:install_or_skip:UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 16: ordinal not in range(128) | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Yonatan <yonatan.el.amigo> | ||||||
| Component: | dnf | Assignee: | Packaging Maintenance Team <packaging-team-maint> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 22 | CC: | jsilhan, mluscon, packaging-team-maint, pnemade, rholy, tim.lauridsen, vmukhame | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i686 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/6ea44782c8dc9cae348a120fc60816aa98b62e01 | ||||||||
| Whiteboard: | abrt_hash:623b66dcab75d740074e7effcd798b9828cf45e7 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-06-09 06:04:44 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: | |||||||||
| Attachments: |
|
||||||||
Created attachment 1036370 [details]
File: backtrace
Created attachment 1036371 [details]
File: environ
*** This bug has been marked as a duplicate of bug 1223932 *** |
Version-Release number of selected component: dnf-1.0.0-1.fc22 Additional info: reporter: libreport-2.5.1 cmdline: /usr/bin/python -OO /usr/bin/dnf groupinstall mate-desktop dso_list: python-dnf-1.0.0-1.fc22.noarch executable: /usr/bin/dnf kernel: 4.0.4-303.fc22.i686+PAE runlevel: N 5 type: Python uid: 0 Truncated backtrace: comps.py:88:install_or_skip:UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 16: ordinal not in range(128) Traceback (most recent call last): File "/usr/bin/dnf", line 36, in <module> main.user_main(sys.argv[1:], exit_code=True) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 185, in user_main errcode = main(args) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 84, in main return _main(base, args) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 134, in _main cli.run() File "/usr/lib/python2.7/site-packages/dnf/cli/cli.py", line 1077, in run return self.command.run(self.base.extcmds) File "/usr/lib/python2.7/site-packages/dnf/cli/commands/group.py", line 385, in run return self.base.env_group_install(patterns, types) File "/usr/lib/python2.7/site-packages/dnf/base.py", line 1253, in env_group_install res.groups, types) File "/usr/lib/python2.7/site-packages/dnf/comps.py", line 88, in install_or_skip logger.warning("%s, %s", str(e)[:-1], _("skipping.")) UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 16: ordinal not in range(128) Local variables in innermost frame: count: 0 e: CompsError() grp: <dnf.comps.Group object at 0xb545c1ac> install_fnc: <bound method BaseCli.group_install of <dnf.cli.cli.BaseCli object at 0xb58f684c>> grp_or_env: [<dnf.comps.Group object at 0xb545c1ac>] types: (u'mandatory', u'default')