Bug 5823 - extend fdebuginfo to print why debuginfo is rejected
Summary: extend fdebuginfo to print why debuginfo is rejected
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
: 4264 (view as bug list)
Depends on:
Blocks: 5656 5819
  Show dependency treegraph
 
Reported: 2008-03-03 20:00 UTC by Andrew Cagney
Modified: 2008-04-24 19:04 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2008-03-03 20:00:00 UTC
frysk uses elfutils to find/verify debuginfo.  Sometimes elfutils chooses to
reject an installed .debug file.  When this occures fdebuginfo should list why
the file is rejected just like it lists files that are accepted.  For instance:

  $ fdebuginfo $$
  /bin/bash --- bad crc check (/usr/lib/debug/usr/bin/ls.debug)
  /usr/lib/libc.so --- no such file or directory
(/usr/lib/debug/usr/lib/libc.so.debug)

this would make it easier for users (and us) to understand why the debug-info we
thought we had installed isn't.
Comment 1 Stan Cox 2008-04-24 19:04:45 UTC
*** Bug 4264 has been marked as a duplicate of this bug. ***