Bug 903591

Summary: RFE: Show which debuginfo RPMs are missing not which symbols are unresolved
Product: Red Hat Enterprise Linux 6 Reporter: Alexander Todorov <atodorov>
Component: abrtAssignee: abrt <abrt-devel-list>
Status: CLOSED NOTABUG QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: high Docs Contact:
Priority: medium    
Version: 6.3CC: dvlasenk, jmoskovc, nobody+abrt-devel-list
Target Milestone: rcKeywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-08 09:25:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
screen shot none

Description Alexander Todorov 2013-01-24 11:13:23 UTC
Created attachment 686663 [details]
screen shot

Description of problem:

I had experienced Firefox crash and wanted to report it. 

Let alone the fact that ABRT requires me to run it as root in order to install packages it tells me it can't find 90 debug files. See screenshot. 

The issue is that ABRT gives me a list of the missing files but not the name of their packages or at least the name of the libraries/binaries. I have to manually search the provides for each debug file and install it by hand. 


Please improve this.

Comment 1 Denys Vlasenko 2013-02-27 13:02:18 UTC
You can use "yum install FILE(s)" to make yum find and install packages which contain those FILEs. This trick works for debuginfos too.

Comment 2 Denys Vlasenko 2013-02-27 13:30:04 UTC
Another problem is that we can't tell you the names of the packages because we don't know them. Otherwise (if we'd know the package names), we'd be able to install them, and there will be no "Missing debuginfo file" messages.

Comment 3 Alexander Todorov 2013-02-28 09:58:39 UTC
(In reply to comment #2)
> Another problem is that we can't tell you the names of the packages because
> we don't know them. Otherwise (if we'd know the package names), we'd be able
> to install them, and there will be no "Missing debuginfo file" messages.

Can't you use "yum install FILE(s)" as you suggest then?

Comment 4 Jiri Moskovcak 2013-08-08 09:25:57 UTC
(In reply to Alexander Todorov from comment #3)
> (In reply to comment #2)
> > Another problem is that we can't tell you the names of the packages because
> > we don't know them. Otherwise (if we'd know the package names), we'd be able
> > to install them, and there will be no "Missing debuginfo file" messages.
> 
> Can't you use "yum install FILE(s)" as you suggest then?

The reason for missing debuginfo files is the failed yum install FILE(s) so no, we can't improve it. It usually means, that you have installed something which is not in enabled repositories or is not packaged at all. And that's the reason why ABRT can't find the debuginfo. Denys's suggestion is mainly for debugging the issue, because if you're able to find the package running that command, then it means there is a bug in abrt.