Bug 274281

Summary: debuginfo-install tracebacks
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: yum-utilsAssignee: Seth Vidal <skvidal>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: rawhideCC: pmatilai, rvokal, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: 3.2.5-1.fc7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-09-18 03:20:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bill Nottingham 2007-09-02 02:18:29 UTC
Description of problem:

[root@nostromo ~]# debuginfo-install firefox
Loading "skip-broken" plugin
Repository 'dfoo' is missing name in configuration, using id
enabling livna-development-debuginfo
Reading repository metadata in from local files
enabling development-debuginfo
Reading repository metadata in from local files
Traceback (most recent call last):
  File "/usr/bin/debuginfo-install", line 105, in <module>
    util = DebugInfoInstall()
  File "/usr/bin/debuginfo-install", line 38, in __init__
    self.main()
  File "/usr/bin/debuginfo-install", line 59, in main
    self.debugInfo_main()
  File "/usr/bin/debuginfo-install", line 86, in debugInfo_main
    for po in self.rpmdb.matchPackageNames(pkgglob, casematch=True):
TypeError: matchPackageNames() got an unexpected keyword argument 'casematch'
[root@nostromo ~]# rpm -q yum yum-utils
yum-3.2.4-3.fc8
yum-utils-1.1.6-1.fc8

Comment 1 Seth Vidal 2007-09-02 14:04:24 UTC
fixed in git upstream.

there were two bugs here:
1. debuginfo using the old call for matchPackageNames()
2. PackageSackBase.matchPackageNames() being plainly busted.

thanks


Comment 2 Fedora Update System 2007-09-12 16:41:17 UTC
yum-3.2.5-1.fc7 has been pushed to the Fedora 7 testing repository.  If problems still persist, please make note of it in this bug report.

Comment 3 Fedora Update System 2007-09-18 03:20:48 UTC
yum-3.2.5-1.fc7 has been pushed to the Fedora 7 stable repository.  If problems still persist, please make note of it in this bug report.