unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#39503: Supporting elf-debuginfod (debug symbol server)
@ 2020-02-07 23:07 Ludovic Courtès
  2020-02-09 22:40 ` Mark Wielaard
  0 siblings, 1 reply; 2+ messages in thread
From: Ludovic Courtès @ 2020-02-07 23:07 UTC (permalink / raw)
  To: bug-Guix; +Cc: Mark Wielaard

Hello Guix!

I’ve just watched Mark’s very nice talk about debuginfod and and I’d
like to work towards running an instance of it on ci.guix.gnu.org:

  https://fosdem.org/2020/schedule/event/debugging_debuginfod/

What’s missing today is configuring GCC with ‘--enable-linker-build-id’
(which is not the default, unlike what Mark says in the talk :-)).

If we do that, I wonder if we can stop using ‘.gnu_debuglink’ (see the
‘strip’ phase in (guix build gnu-build-system)).

Also, I suspect build IDs wouldn’t mesh well with grafting: unless we
rewrite them, the same build ID would match both the ungrafted and the
grafted variant.  Is that a problem?  Not sure.  (Currently (guix build
debug-link) recomputes ‘.gnu_debuglink’ upon grafting so that the links
remain valid.)

Thoughts?

Thanks,
Ludo’.

PS: I found Eelco Dolstra’s dwarffs to be very smart, too!
    https://github.com/edolstra/dwarffs

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

end of thread, other threads:[~2020-02-09 22:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-07 23:07 bug#39503: Supporting elf-debuginfod (debug symbol server) Ludovic Courtès
2020-02-09 22:40 ` Mark Wielaard

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).