Bug 263101 - traceback from yum update
Summary: traceback from yum update
Keywords:
Status: CLOSED DUPLICATE of bug 253394
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: 7
Hardware: All
OS: All
medium
low
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-08-29 12:13 UTC by Chris Ricker
Modified: 2014-01-21 22:59 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-09-13 19:12:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Chris Ricker 2007-08-29 12:13:10 UTC
With yum-3.2.3-1.fc7, running 

# yum --exclude=kernel\* --exclude=setroubleshoot\* update

this morning produced

Traceback (most recent call last):
  File "/usr/bin/yum", line 29, in <module>
    yummain.main(sys.argv[1:])
  File "/usr/share/yum-cli/yummain.py", line 180, in main
    base.doTransaction()
  File "/usr/share/yum-cli/cli.py", line 382, in doTransaction
    self.runTransaction(cb=cb)
  File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 571, in
runTransaction
    errors = self.ts.run(cb.callback, '')
  File "/usr/lib/python2.5/site-packages/yum/rpmtrans.py", line 249, in callback
    self._instCloseFile(  bytes, total, h )
  File "/usr/lib/python2.5/site-packages/yum/rpmtrans.py", line 311, in
_instCloseFile
    self.ts_done(txmbr.po, txmbr.output_state)
  File "/usr/lib/python2.5/site-packages/yum/rpmtrans.py", line 164, in ts_done
    (t,e,n,v,r,a) = self._te_tuples[0] # what we should be on
IndexError: list index out of range

It's not 100% reproducible -- subsequent update runs have completed

Comment 1 Seth Vidal 2007-09-06 14:08:38 UTC
can you remember what was going on in the transaction when it blew up? Was
anything being obsoleted?



Comment 2 Jeremy Katz 2007-09-13 19:12:26 UTC

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


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