Mailinglist Archive: opensuse-bugs (14996 mails)
| < Previous | Next > |
[Bug 307208] New: patch for yum changelog plugin
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 3 Sep 2007 10:46:08 -0600 (MDT)
- Message-id: <bug-307208-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=307208
Summary: patch for yum changelog plugin
Product: openSUSE 10.3
Version: Beta 2
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: cthiel@xxxxxxxxxx
ReportedBy: poeml@xxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: ---
yum --changelog update:
---> Package libblkid1.i586 0:1.40.2-15 set to be updated
---> Package openslp.i586 0:1.2.0-90 set to be updated
---> Package perl-URI.i586 0:1.35-71 set to be updated
--> Running transaction check
---> Package cryptsetup.i586 0:1.0.5-26 set to be updated
---> Package lvm2.i586 0:2.02.25-25 set to be updated
filelists.xml.gz 100% |=========================| 291 kB 00:00
filelists.xml.gz 100% |=========================| 1.8 kB 00:00
filelists.xml.gz 100% |=========================| 795 kB 00:00
--> Finished Dependency Resolution
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 143, in main
(result, resultmsgs) = base.buildTransaction()
File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 558, in
buildTransaction
self.plugins.run('postresolve', rescode=rescode, restring=restring)
File "/usr/lib/python2.5/site-packages/yum/plugins.py", line 164, in run
func(conduitcls(self, self.base, conf, **kwargs))
File "/usr/lib/yum-plugins/changelog.py", line 94, in postresolve_hook
if len(times) == 0:
TypeError: object of type 'int' has no len()
For some (installed) packages, times can be an integer instead a list of
integers.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: patch for yum changelog plugin
Product: openSUSE 10.3
Version: Beta 2
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: cthiel@xxxxxxxxxx
ReportedBy: poeml@xxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: ---
yum --changelog update:
---> Package libblkid1.i586 0:1.40.2-15 set to be updated
---> Package openslp.i586 0:1.2.0-90 set to be updated
---> Package perl-URI.i586 0:1.35-71 set to be updated
--> Running transaction check
---> Package cryptsetup.i586 0:1.0.5-26 set to be updated
---> Package lvm2.i586 0:2.02.25-25 set to be updated
filelists.xml.gz 100% |=========================| 291 kB 00:00
filelists.xml.gz 100% |=========================| 1.8 kB 00:00
filelists.xml.gz 100% |=========================| 795 kB 00:00
--> Finished Dependency Resolution
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 143, in main
(result, resultmsgs) = base.buildTransaction()
File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 558, in
buildTransaction
self.plugins.run('postresolve', rescode=rescode, restring=restring)
File "/usr/lib/python2.5/site-packages/yum/plugins.py", line 164, in run
func(conduitcls(self, self.base, conf, **kwargs))
File "/usr/lib/yum-plugins/changelog.py", line 94, in postresolve_hook
if len(times) == 0:
TypeError: object of type 'int' has no len()
For some (installed) packages, times can be an integer instead a list of
integers.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |