Bug 1229054
| Summary: | [abrt] dnf: comps.py:88:install_or_skip:UnicodeEncodeError: 'ascii' codec can't encode character u'\xbb' in position 7: ordinal not in range(128) | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | napfkuchen <2xj82> | ||||||
| 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: | 2xj82, jsilhan, mluscon, packaging-team-maint, pnemade, rholy, tim.lauridsen, vmukhame | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/3965528a17b8cd71510d0f395694c10feceb7b38 | ||||||||
| Whiteboard: | abrt_hash:349e926e6049af83ca4ec7c7ba128c7caf3182f6 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-06-08 04:33:09 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 1036032 [details]
File: backtrace
Created attachment 1036033 [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 -y install @development-libs @development-tools @gnome-software-development @rpm-development-tools bzr bzrtools createrepo fedora-packager rpm-sign rpmdevtools vala vala-devel vala-tools vala-doc dso_list: python-dnf-1.0.0-1.fc22.noarch executable: /usr/bin/dnf kernel: 4.0.4-303.fc22.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: comps.py:88:install_or_skip:UnicodeEncodeError: 'ascii' codec can't encode character u'\xbb' in position 7: 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/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'\xbb' in position 7: ordinal not in range(128) Local variables in innermost frame: count: 0 e: CompsError() grp: <dnf.comps.Group object at 0x7f9fde24e1d0> install_fnc: <bound method BaseCli.group_install of <dnf.cli.cli.BaseCli object at 0x7f9fe0148e50>> grp_or_env: [<dnf.comps.Group object at 0x7f9fde24e1d0>, <dnf.comps.Group object at 0x7f9fde24e250>, <dnf.comps.Group object at 0x7f9fde24e8d0>, <dnf.comps.Group object at 0x7f9fde252d10>] types: (u'mandatory', u'default')