On Tue, 06 Feb 2024 at 10:20:46 +0100, Yves Le Berre wrote: > I am not familiarized with building debian debug packages. > do doomsday and libsdl2 packages need to be rebuilt or do they exist > somewhere ?
Their detached debug symbols should already be provided in Debian, so you don't need to rebuild anything. You can either use export DEBUGINFOD_URLS="https://debuginfod.debian.net" (that's the easier option), or add these apt sources: deb http://deb.debian.org/debian-debug/ testing-debug main deb http://deb.debian.org/debian-debug/ unstable-debug main and install the relevant -dbgsym packages: - doomsday-dbgsym - libsdl2-2.0-0-dbgsym - libx11-6-dbgsym - libxcb1-dbgsym - libxext6-dbgsym - libxrandr2-dbgsym - probably others, but I can't tell which ones without seeing a backtrace with partial symbols Thanks, smcv