Howto install debuginfo?

Michael Schwendt mschwendt at gmail.com
Tue Feb 12 21:04:23 UTC 2013


On Tue, 12 Feb 2013 13:47:22 -0500, Neal Becker wrote:

> $gdb
> core corexxx
> 
> Missing separate debuginfo for the main executable file
> Try: yum --disablerepo='*' --enablerepo='*debug*' install /usr/lib/debug/.build-
> id/93/2a8124d5ac014eb54d2037a43dec951ea8939c
> 
> 
> OK, let's try that:
> 
> $ yum blah blah...
> No package /usr/lib/debug/.build-id/93/2a8124d5ac014eb54d2037a43dec951ea8939c 
> available.
> 
> 
> So, what's the correct procedure?

Normally, you know which software you debug, so you would simply run
debuginfo-install PACKAGENAME
e.g. "debuginfo-install glibc", and that may also pull in dependencies
(additional -debuginfo packages).

For above error messages, you would need to run a repoquery and find
out which -debuginfo package provides that filename. Note that you
may need to enable the -debuginfo repos explicitly when you want to
query them or install from _without_ using the "debuginfo-install"
tool.

-- 
Fedora release 19 (Rawhide) - Linux 3.8.0-0.rc7.git0.1.fc19.x86_64
loadavg: 0.05 0.39 0.36


More information about the users mailing list