如何更改debuginfo-install存储库

时间:2013-05-08 07:40:14

标签: linux debugging gdb

[root@new-host ~]# gdb -q hello1
Reading symbols from /root/hello1...done.
(gdb) r
Starting program: /root/hello1 

Program exited with code 0244.
Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.107.el6.i686
(gdb)

我想在CentOS 6.4系统上安装debuginfo。

但我无法安装......

[root@new-host ~]# debuginfo-install glibc-2.12-1.107.el6.i686
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Loading mirror speeds from cached hostfile
Could not find debuginfo for main pkg: glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package nss-softokn-freebl-3.12.9-11.el6.i686
Could not find debuginfo pkg for dependency package nss-softokn-freebl-3.12.9-11.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686
No debuginfo packages available to install

如何为我的系统找到合适的回购?

如何将存储库URL添加到debuginfo-install工具?

:(

1 个答案:

答案 0 :(得分:6)

  • 要快速解决问题,您只需抓取http://debuginfo.centos.org/6/i386/glibc-debuginfo-2.12-1.107.el6.i686.rpm并将其传递给rpm -i
  • 正确的修复将涉及一些故障排除,为什么你当前的repo配置找不到包。查看/etc/yum.repos.d/如果grepping for“debug”显示repo配置使用的是mirrorlist而不是baseurl,那么很可能是因为您获得的镜像已过时。您可能希望通过centos-debuginfo条目将updates-debuginfobaseurl个回购指向 debuginfo.centos.org