Bug 1040986 - AttributeError: 'EmailEmitter' object has no attribute 'tsInfo'
Summary: AttributeError: 'EmailEmitter' object has no attribute 'tsInfo'
Keywords:
Status: CLOSED DUPLICATE of bug 1040109
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-12-12 13:21 UTC by John Florian
Modified: 2013-12-16 14:16 UTC (History)
6 users (show)

Fixed In Version: yum-3.4.3-122.fc19
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-16 14:16:09 UTC
Type: Bug


Attachments (Terms of Use)

Description John Florian 2013-12-12 13:21:08 UTC
Description of problem:
/etc/cron.daily/0yum-daily.cron:

Traceback (most recent call last):
  File "/usr/sbin/yum-cron", line 1154, in <module>
    main()
  File "/usr/sbin/yum-cron", line 1151, in main
    base.updatesCheck()
  File "/usr/sbin/yum-cron", line 1073, in updatesCheck
    self.installUpdates(self.opts.update_messages)
  File "/usr/sbin/yum-cron", line 989, in installUpdates
    self.emitInstalling()
  File "/usr/sbin/yum-cron", line 1099, in emitInstalling
    map(lambda x: x.updatesInstalling(self.tsInfo), self.emitters)
  File "/usr/sbin/yum-cron", line 1099, in <lambda>
    map(lambda x: x.updatesInstalling(self.tsInfo), self.emitters)
  File "/usr/sbin/yum-cron", line 73, in updatesInstalling
    self.output.append(self._formatTransaction(tsInfo))
  File "/usr/sbin/yum-cron", line 429, in _formatTransaction
    ninstalled = self.tsInfo.installed
AttributeError: 'EmailEmitter' object has no attribute 'tsInfo'


Version-Release number of selected component (if applicable):
yum-3.4.3-120.fc19.src.rpm

How reproducible:
always

Additional info:
This seems to have started with the most recent update.

Comment 1 John Florian 2013-12-16 13:34:15 UTC
This bug really needs some attention.  Systems relying on yum-update to stay current are no longer getting any updates unless yum update is executed manually.

Comment 2 Zdeněk Pavlas 2013-12-16 14:16:09 UTC

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


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