Bug 442918 - debuginfo-install only works for installed packages
Summary: debuginfo-install only works for installed packages
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: yum-utils
Version: 9
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Seth Vidal
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-04-17 15:50 UTC by Bill Nottingham
Modified: 2014-03-17 03:14 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-05-30 12:32:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bill Nottingham 2008-04-17 15:50:46 UTC
Description of problem:

If you try 'debuginfo-install kdebase', and you don't have kdebase installed, it
won't find anything.

This may be intentional (not sure what the usage case of this would be), but I
figured I'd make sure.

Version-Release number of selected component (if applicable):

yum-utils-1.1.13-2.fc9.noarch

Comment 1 Seth Vidal 2008-04-21 19:42:18 UTC
it is intentional. here's the code we use to do the lookup:

        for pkgglob in self.cmds:
            e, m, u = self.rpmdb.matchPackageNames([pkgglob])


so we're only ever looking up for name matches against the rpmdb, not all packages.

Do we want it otherwise? It feels a little odd to be installing debuginfo pkgs
AND the software you want at the same time.


Comment 2 Bill Nottingham 2008-04-21 19:49:13 UTC
Not really. I forget why I even ran into this.

Comment 3 Bug Zapper 2008-05-14 09:35:11 UTC
Changing version to '9' as part of upcoming Fedora 9 GA.
More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping


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