You are not logged in.

#1 2025-01-29 09:30:49

dushistov
Member
Registered: 2016-04-09
Posts: 5

Why debuginfod-find can not find debug information for some files?

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

#2 2025-02-20 16:05:00

cqbobo
Member
Registered: 2025-02-10
Posts: 6

Re: Why debuginfod-find can not find debug information for some files?

dushistov wrote:

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

....

but for some reason no debug info for executable /usr/bin/sqlite3 ?


Since your local version of SQLite is different from the one on the server, you can check it via

$ pacman -Ss sqlite

and update it with

$ pacman -Syu

Now you can get it normally.

Offline

Board footer

Powered by FluxBB