Re: Yum 3.2.3
"Fajar A. Nugraha" <[email protected]>
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <[email protected]> |
Fajar A. Nugraha wrote:
>> Let us know what breaks,
>>
>>
> Just some info for people using Opensuse 10.2 like me, yum 3.2.3 needs
> yum-metadata-parser >= 1.1.1 (3.2.2 works just fine without it).
>
>
Seems like there's an actual bug other than that.
# yum -y update
[some output skipped]
Transaction Summary
=============================================================================
Install 2 Package(s)
Update 37 Package(s)
Remove 0 Package(s)
[some output skipped]
Cleanup : libpurple ####################### [75/76]
Cleanup : zypper ####################### [76/76]
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
As far as I can tell, the update process completed succesfully.
Using opensuse 10.2, rpm-4.4.2-76, python-2.5-19.4, sqlite-3.3.8-14,
yum-metadata-parser-1.1.1,
yum-3.2.3.
Regards,
Fajar