LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   cannot find debuginfo for g libc-2.12-2.i686 (https://www.linuxquestions.org/questions/linux-software-2/cannot-find-debuginfo-for-g-libc-2-12-2-i686-820230/)

moonmoth 07-16-2010 12:32 PM

cannot find debuginfo for g libc-2.12-2.i686
 
Trying to use gdb to debug a C program, I got the message (from gdb) of "missing separate debuginfos, use: debuginfo-install glibc-2.12-2.i686" so I did that. However, although it began trying, I got the message "could not find debuginfo for main pkg: glibc-2.12-2.i686"

I am running Fedora 13, with pretty much the standard repositories which come with it.

knudfl 07-21-2010 06:00 AM

There is a package "glibc-debuginfo-2.12-3.i686.rpm"
( I'd guess it's for debugging glibc itself ? )

http://rpm.pbone.net
http://rpm.pbone.net/index.php3/stat/2/simple/2
( Advanced Search : Fedora 13 , keyword = glibc-debuginfo )

But anyway, you can get all "debuginfo" packages by enabling
the [fedora-debuginfo] repos in /etc/yum.repos.d/ :
fedora-repo + fedora-updates.repo [updates-debuginfo]
→ → enabled=1
..


All times are GMT -5. The time now is 11:09 AM.