Bug 1226464
| Summary: | [abrt] dnf: comps.py:88:install_or_skip:UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 17: ordinal not in range(128) | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Neil <l4coa3fnjplr> | ||||||
| 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, red, rholy, tim.lauridsen, vmukhame | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/b41992a3299d5247fd3c551aeb4361bf38faa5cd | ||||||||
| Whiteboard: | abrt_hash:f3b79472edb2d37905b9a377e0c369ac9c324f86 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-06-08 04:33:04 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 1032286 [details]
File: backtrace
Created attachment 1032287 [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 /bin/dnf install @GNOME dso_list: python-dnf-1.0.0-1.fc22.noarch executable: /bin/dnf kernel: 4.0.4-301.fc22.x86_64 runlevel: N 3 type: Python uid: 0 Truncated backtrace: comps.py:88:install_or_skip:UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 17: ordinal not in range(128) Traceback (most recent call last): File "/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/install.py", line 72, in run dnf.const.GROUP_PACKAGE_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 17: ordinal not in range(128) Local variables in innermost frame: count: 0 e: CompsError() grp: <dnf.comps.Group object at 0x7f797c3a8c90> install_fnc: <bound method BaseCli.group_install of <dnf.cli.cli.BaseCli object at 0x7f797dddafd0>> grp_or_env: [<dnf.comps.Group object at 0x7f797c3a8c90>] types: (u'mandatory', u'default')