Bug 544035 - abrt can not retrieve debuginfo
Summary: abrt can not retrieve debuginfo
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: abrt
Version: 12
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Jiri Moskovcak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-12-03 18:48 UTC by Dimi Paun
Modified: 2015-02-01 22:50 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-03-23 12:52:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dimi Paun 2009-12-03 18:48:43 UTC
Description of problem:

On a fresh install of F12, ABRT can not retrieve debuginfo data, leading to many useless bug reports, wasted time, and frustration.

Recently I discovered that the debuginfo repo is disabled by default in yum.repos.d/fedora.repo., without any indication from ABRT.

Why do we (1) disable debuginfo by default, and (2) install ABRT by default, knowing full well that this combination results in a large number of useless bug reports?

Comment 1 Jiri Moskovcak 2009-12-04 10:37:33 UTC
Why do we (1) disable debuginfo by default,

User usually don't need to install debuginfo, so it's disabled by default to speed up the yum actions.

 and (2) install ABRT by default,
knowing full well that this combination results in a large number of useless
bug reports?  

This is not true. ABRT temporary enables debuginfo repository when it needs them running:
$ yum --enablerepo="*debuginfo*"

but there is a bug in ABRT 1.0.0 that prevents from proper debuginfo install, it's already fixed in git and will be part of next update (which I'm planning to do today).

Thank you for the report,
Jirka

Comment 2 Michal Schmidt 2009-12-08 14:10:23 UTC
(In reply to comment #1)
> but there is a bug in ABRT 1.0.0 that prevents from proper debuginfo install,
> it's already fixed in git and will be part of next update (which I'm planning
> to do today).

I browsed through the git repo and found the fix you must have been referring to:
http://git.fedorahosted.org/git/abrt.git?p=abrt.git;a=commit;h=0cfbb721676ec01e95eebe093f369d8b5d4d0905

I applied it locally and it fixed the problem. abrt can now install debuginfo again.

Looking forward to an update in Fedora.

Comment 3 Fedora Update System 2009-12-08 18:50:09 UTC
abrt-1.0.1-1.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/abrt-1.0.1-1.fc12

Comment 4 Fedora Update System 2009-12-10 04:22:00 UTC
abrt-1.0.1-1.fc12 has been pushed to the Fedora 12 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update abrt'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-12994


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