public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Missing separate debuginfo for - GDB
@ 2012-09-20  3:57 Anisha Kaul
  2012-09-20 19:02 ` Sergio Durigan Junior
  0 siblings, 1 reply; 4+ messages in thread
From: Anisha Kaul @ 2012-09-20  3:57 UTC (permalink / raw)
  To: gdb

Greetz,

I have mentioned `-g` option along with `-Wal`l in the Makefile.

When I run `gdb onlineSunday`, I get:

-----------------------------------------
Missing separate debuginfo for /usr/lib64/kde4/plugins/imageformats/kimg_dds.so
Try: zypper install -C
"debuginfo(build-id)=a84a1969b9a69361b10f26814c0958717c48d671"
Missing separate debuginfo for /usr/lib64/kde4/plugins/imageformats/kimg_eps.so
Try: zypper install -C
"debuginfo(build-id)=81e00b39aa9b3f7af23bad9d5bcef9f7cfe6333e"
Missing separate debuginfo for /usr/lib64/kde4/plugins/imageformats/kimg_exr.so
Try: zypper install -C
"debuginfo(build-id)=0101355f5aa48dca9cf2723c94d1a4b7eb21e2ec"
Missing separate debuginfo for /usr/lib64/libIlmImf.so.6
Try: zypper install -C
"debuginfo(build-id)=f26997841c2902a0db04726d4018640cf367101e"
Missing separate debuginfo for /usr/lib64/libIex.so.6
Try: zypper install -C
"debuginfo(build-id)=2af205c15500875184d2b8519dbe01404bdfb3ae"
Missing separate debuginfo for /usr/lib64/libHalf.so.6
Try: zypper install -C
"debuginfo(build-id)=5134d1c2dc3c6ea90b5eeabd518eb746c853b87c"
Missing separate debuginfo for /usr/lib64/libIlmThread.so.6
Try: zypper install -C
"debuginfo(build-id)=ebb1d12661df5bbf0dd39c7c717cd197ada35d98"
Missing separate debuginfo for /usr/lib64/kde4/plugins/imageformats/kimg_jp2.so
Try: zypper install -C
"debuginfo(build-id)=c1c25e24a14a9ec9163d623c699b6b53b7a1aabc"
Missing separate debuginfo for /usr/lib64/libjasper.so.1
Try: zypper install -C
"debuginfo(build-id)=d521bb2892ccef13f28afaa82c0ef48433e46ca5"
Missing separate debuginfo for /usr/lib64/libjpeg.so.62
Try: zypper install -C
"debuginfo(build-id)=c3638afbf013f8e33beaa3dc12f4d2dbdb3f8602"
Missing separate debuginfo for /usr/lib64/kde4/plugins/imageformats/kimg_pcx.so
Try: zypper install -C
"debuginfo(build-id)=d1b443e7a29dd71a2519d852057c814bcfc9c30b"
Missing separate debuginfo for /usr/lib64/kde4/plugins/imageformats/kimg_pic.so
Try: zypper install -C
"debuginfo(build-id)=4d533a04cab4426beaf2ae3c89eb2e026e5e1f81"
Missing separate debuginfo for /usr/lib64/kde4/plugins/imageformats/kimg_psd.so
Try: zypper install -C
"debuginfo(build-id)=39ff79c31ae413ebac40eb8baef54ac524886e57"
Missing separate debuginfo for /usr/lib64/kde4/plugins/imageformats/kimg_ras.so
Try: zypper install -C
"debuginfo(build-id)=7ecf3f8738c8cfacb14b6e54b53526346513dc8b"
Missing separate debuginfo for /usr/lib64/kde4/plugins/imageformats/kimg_rgb.so
Try: zypper install -C
"debuginfo(build-id)=fc5d771438bc73014a4d551eb3b996043729c625"
Missing separate debuginfo for /usr/lib64/kde4/plugins/imageformats/kimg_tga.so
-----------------------------------------


The package I have already installed:
-----------------------------------------
linux-trra:~ # cnf debuginfo-install

Program 'debuginfo-install' is present in package 'yum-utils', which
is installed on your system.
Absolute path to 'debuginfo-install' is '/usr/bin/debuginfo-install'.
Please check your $PATH variable to see whether it contains the
mentioned path.
-----------------------------------------


The system I have:
-----------------------------------------
linux-trra:~ # [B]cat /etc/issue && uname -a[/B]
Welcome to openSUSE 11.4 "Celadon" - Kernel \r (\l).
Linux linux-trra 2.6.37.1-1.2-desktop #1 SMP PREEMPT 2011-02-21
10:34:10 +0100 x86_64 x86_64 x86_64 GNU/Linux
-----------------------------------------

Question:
What are the packages which do the trick?
I searched Google for "debuginfo for kde4" - several links for several
packages were shown.
Do I have to hunt each one of them and install them separately or
there is a one big package which I have to install?

Please help.

-- 
Anisha Kaul

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Missing separate debuginfo for - GDB
  2012-09-20  3:57 Missing separate debuginfo for - GDB Anisha Kaul
@ 2012-09-20 19:02 ` Sergio Durigan Junior
  0 siblings, 0 replies; 4+ messages in thread
From: Sergio Durigan Junior @ 2012-09-20 19:02 UTC (permalink / raw)
  To: Anisha Kaul; +Cc: gdb

On Thursday, September 20 2012, Anisha Kaul wrote:

> -----------------------------------------
> Missing separate debuginfo for /usr/lib64/kde4/plugins/imageformats/kimg_dds.so
> Try: zypper install -C
> "debuginfo(build-id)=a84a1969b9a69361b10f26814c0958717c48d671"

Have you tried running the command above?

> The system I have:
> -----------------------------------------
> linux-trra:~ # [B]cat /etc/issue && uname -a[/B]
> Welcome to openSUSE 11.4 "Celadon" - Kernel \r (\l).
> Linux linux-trra 2.6.37.1-1.2-desktop #1 SMP PREEMPT 2011-02-21
> 10:34:10 +0100 x86_64 x86_64 x86_64 GNU/Linux
> -----------------------------------------
>
> Question:
> What are the packages which do the trick?
> I searched Google for "debuginfo for kde4" - several links for several
> packages were shown.
> Do I have to hunt each one of them and install them separately or
> there is a one big package which I have to install?

I think this is a question specifically for openSUSE.  But AFAIK, you
will have to run the "zypper install -C ..." commands for each missing
debuginfo package.

-- 
Sergio

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Missing separate debuginfo for - GDB
  2012-09-26  3:17 Anisha Kaul
@ 2012-09-26 20:09 ` Tom Tromey
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Tromey @ 2012-09-26 20:09 UTC (permalink / raw)
  To: Anisha Kaul; +Cc: gdb, sergiodj

>>>>> "Anisha" == Anisha Kaul <born.rebel.83@gmail.com> writes:

Sergio> Have you tried running the command above?

Anisha> linux-trra: # zypper install -C
Anisha> "debuginfo(build-id)=a84a1969b9a69361b10f26814c0958717c48d671"
[...]
Anisha> No provider of 'debuginfo(build-id) =
Anisha> a84a1969b9a69361b10f26814c0958717c48d671' found.
Anisha> Resolving package dependencies...

Anisha> What to do now?

It sounds like a distro problem to me.
I would consult your distro's documentation.

Tom

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Missing separate debuginfo for - GDB
@ 2012-09-26  3:17 Anisha Kaul
  2012-09-26 20:09 ` Tom Tromey
  0 siblings, 1 reply; 4+ messages in thread
From: Anisha Kaul @ 2012-09-26  3:17 UTC (permalink / raw)
  To: gdb; +Cc: sergiodj

>> -----------------------------------------
>> Missing separate debuginfo for /usr/lib64/kde4/plugins/imageformats/kimg_dds.so
>> Try: zypper install -C
>> "debuginfo(build-id)=a84a1969b9a69361b10f26814c0958717c48d671"

> Have you tried running the command above?

Thanks for replying, Sergio.
I didn't receive your mail that's why the delayed response.

This is what I did:

------------------------------------------------------------------
linux-trra: # zypper install -C
"debuginfo(build-id)=a84a1969b9a69361b10f26814c0958717c48d671"

Retrieving repository 'Updates for openSUSE 11.4 11.4-0' metadata [done]
Building repository 'Updates for openSUSE 11.4 11.4-0' cache [done]
Retrieving repository 'devel:languages:R:patched' metadata [done]
Building repository 'devel:languages:R:patched' cache [done]
Loading repository data...
Reading installed packages...
No provider of 'debuginfo(build-id) =
a84a1969b9a69361b10f26814c0958717c48d671' found.
Resolving package dependencies...

Nothing to do.
------------------------------------------------------------------

What to do now?


-- 
Anisha Kaul

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-09-26 20:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-20  3:57 Missing separate debuginfo for - GDB Anisha Kaul
2012-09-20 19:02 ` Sergio Durigan Junior
2012-09-26  3:17 Anisha Kaul
2012-09-26 20:09 ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).