You are not logged in.
If I tried command mentioned in https://wiki.archlinux.org/title/Debuginfod ,
all works fine:
❯ debuginfod-find debuginfo /usr/bin/zstd
/home/user/.cache/debuginfod_client/7f1c43b7c955da49d4e87d8f2365fe1cc1d8f743/debuginfo
but can not find debug info for sqlite:
❯ debuginfod-find debuginfo /usr/bin/sqlite3
Server query failed: No such file or directory
According to https://wiki.archlinux.org/title/Debuginfod
there is debug info for sqlite:
/srv/ftp/pool/packages-debug/sqlite-debug-3.48.0-2-x86_64.pkg.tar.zst
and I can get information for libsqlite
❯ debuginfod-find debuginfo /usr/lib/libsqlite3.so.3.48.0
/home/user/.cache/debuginfod_client/5b2437926e7c16e3ca519ea93210f2fdb0bfad32/debuginfo
but for some reason no debug info for executable /usr/bin/sqlite3 ?
Offline