Hi Pierre, On Wed, Sep 09, 2026 at 11:21:24AM +0200, Pierre-Elliott Bécue wrote: > Valgrind only needs debuginfod-find, and after some thinking, I believe > that having debuginfod-find in a separate bin: package could be > beneficial to everybody. It'd allow to have debuginfod-find without > having the whole debuginfod server.
Just for reference. In Fedora we split elfutils debuginfod support into 3 packages: - elfutils-debuginfod-client Which contains the debuginfod-find binary, libdebuginfod.so.1, config files in /etc and man pages for debuginfod-find and debuginfod-client-config - elfutils-debuginfod-client-devel Which contains the debuginfod.h, debuginfod.so, pkgconfig libdebuginfod.pc and debuginfod_*.3 manpages. - elfutils-debuginfod Which contains the server debuginfod binary, systemd, sysconfig and debuginfod*.8 manpages. Valgrind then recommends elfutils-debuginfod-client. Cheers, Mark

