On Mon, 04 May 2020 at 19:05:36 +0200, Alain Knaff wrote: > While investigating a focus stealing bug in Firefox, which uses > libgtk-3.0, I noticed that the debug symbol package is out of phase with > the main package, preventing it from being installed:
What apt sources (/etc/apt/sources.list and /etc/apt/sources.list.d/*) are you using to get these? Please configure a source of debug symbols that corresponds to the version of Debian you are running, whatever version that might be (if you have libgtk-3-0=3.24.5-1 then it's presumably Debian 10 'buster'). I would expect to find libgtk-3-0-dbgsym=3.22.11-1 in: deb http://deb.debian.org/debian-debug stretch-debug main but libgtk-3-0-dbgsym=3.24.5-1 in: deb http://deb.debian.org/debian-debug buster-debug main and libgtk-3-0-dbgsym=3.24.18-1 in: deb http://deb.debian.org/debian-debug unstable-debug main (and so on for other suites). http://debug.mirrors.debian.org/debian-debug/pool/main/g/gtk+3.0/ appears to include all of those versions. smcv