Bug 542107 - package-cleanup has an UTF-8 problem if LANG=de_DE.UTF-8
Summary: package-cleanup has an UTF-8 problem if LANG=de_DE.UTF-8
Keywords:
Status: CLOSED DUPLICATE of bug 543410
Alias: None
Product: Fedora
Classification: Fedora
Component: yum-utils
Version: 12
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Seth Vidal
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-11-28 11:40 UTC by Peter Bieringer
Modified: 2014-01-21 23:12 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-01-12 21:00:27 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Peter Bieringer 2009-11-28 11:40:42 UTC
Description of problem:

# package-cleanup 
Geladene Plugins: dellsysidplugin2, fastestmirror, refresh-packagekit
Traceback (most recent call last):
  File "/usr/bin/package-cleanup", line 382, in <module>
    util = PackageCleanup()
  File "/usr/bin/package-cleanup", line 58, in __init__
    self.main()
  File "/usr/bin/package-cleanup", line 302, in main
    self.optparser.print_help()
  File "/usr/lib/python2.6/optparse.py", line 1651, in print_help
    file.write(self.format_help().encode(encoding, "replace"))
  File "/usr/lib/python2.6/codecs.py", line 351, in write
    data, consumed = self.encode(object, self.errors)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1626: ordinal not in range(128)


Version-Release number of selected component (if applicable):
yum-utils-1.1.24-2.fc12.noarch

How reproducible:
See above.


Additional info:

Workaround:
LANG=C package-cleanup

Comment 1 seth vidal 2010-01-12 21:00:27 UTC

*** This bug has been marked as a duplicate of bug 543410 ***


Note You need to log in before you can comment on or make changes to this bug.