Bug 991743 - yum-cron UnicodeDecode error
Summary: yum-cron UnicodeDecode error
Keywords:
Status: CLOSED DUPLICATE of bug 992797
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-04 09:00 UTC by Till Maas
Modified: 2013-08-05 11:33 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-05 11:33:38 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Till Maas 2013-08-04 09:00:14 UTC
Description of problem:
yum-cron just shows a UnicodeDecode error.

Version-Release number of selected component (if applicable):
yum-cron-3.4.3-103.fc19


I got this by mail:
/etc/cron.daily/0yum-daily.cron:

Traceback (most recent call last):
  File "/usr/sbin/yum-cron", line 1123, in <module> 
    main()
  File "/usr/sbin/yum-cron", line 1120, in main
    base.updatesCheck()
  File "/usr/sbin/yum-cron", line 1026, in updatesCheck
    self.findDeps()
  File "/usr/sbin/yum-cron", line 928, in findDeps
    self.emitCheckFailed("Failed to build transaction: %s" %(str.join("\n", resmsg),))
  File "/usr/sbin/yum-cron", line 1085, in emitCheckFailed
    map(lambda x: x.checkFailed(error), self.emitters)
  File "/usr/sbin/yum-cron", line 1085, in <lambda>
    map(lambda x: x.checkFailed(error), self.emitters)
  File "/usr/sbin/yum-cron", line 109, in checkFailed
    self.sendMessages()
  File "/usr/sbin/yum-cron", line 689, in sendMessages
    print "".join(self.output)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 120: ordinal not in range(128)

Comment 1 Zdeněk Pavlas 2013-08-05 11:33:38 UTC

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


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