Ubuntu Version:
22.04 LTS
Desktop Environment (if applicable):
KDE Plasma
Problem Description:
I have machine connected to ESM repositories. I’ve installed ffmpeg (it came from the ESM repo) and now want to get debug symbols for it. I’ve addeded file /etc/apt/sources.d/ddebs.list
with following content:
deb http://ddebs.ubuntu.com/ jammy main restricted universe multiverse
deb http://ddebs.ubuntu.com/ jammy-updates main restricted universe multiverse
deb http://ddebs.ubuntu.com/ jammy-proposed main restricted universe multiverse
and installed appropriate GPG key (C8CAB6595FDFF622
).
After updating (i.e. sudo apt update
), I’m trying to install:
sudo apt install libavcodec58-dbgsym libavformat58-dbgsym libavutil56-dbgsym libswscale5-dbgsym
and getting error messages (see details below).
I just thing I need to add some special repository that would provide relevant debug symbols. But I don’t know what it is and I could not find any information anywhere…
Relevant System Information:
VirtualBox VM, x86_64, 6 vCPU, 32GB RAM running on Windows host OS
Screenshots or Error Messages:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libavcodec58-dbgsym : Depends: libavcodec58 (= 7:4.4.1-3ubuntu5)
libavformat58-dbgsym : Depends: libavformat58 (= 7:4.4.1-3ubuntu5)
libavutil56-dbgsym : Depends: libavutil56 (= 7:4.4.1-3ubuntu5) but 7:4.4.2-0ubuntu0.22.04.1+esm6 is to be installed
libswscale5-dbgsym : Depends: libswscale5 (= 7:4.4.1-3ubuntu5) but 7:4.4.2-0ubuntu0.22.04.1+esm6 is to be installed```
What I’ve Tried:
I’ve even tried more precise apt command:
sudo apt install libavcodec58-dbgsym=7:4.4.2-0ubuntu0.22.04.1+esm6 libavformat58-dbgsym=7:4.4.2-0ubuntu0.22.04.1+esm6 libavutil56-dbgsym=7:4.4.2-0ubuntu0.22.04.1+esm6 libswscale5-dbgsym=7:4.4.2-0ubuntu0.22.04.1+esm6
That have given me following errors:
Package libavcodec58-dbgsym is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libavcodec58-dbgsym:i386
Package libswscale5-dbgsym is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libswscale5-dbgsym:i386
Package libavutil56-dbgsym is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libavutil56-dbgsym:i386
Package libavformat58-dbgsym is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libavformat58-dbgsym:i386
E: Version '7:4.4.2-0ubuntu0.22.04.1+esm6' for 'libavcodec58-dbgsym' was not found
E: Version '7:4.4.2-0ubuntu0.22.04.1+esm6' for 'libavformat58-dbgsym' was not found
E: Version '7:4.4.2-0ubuntu0.22.04.1+esm6' for 'libavutil56-dbgsym' was not found
E: Version '7:4.4.2-0ubuntu0.22.04.1+esm6' for 'libswscale5-dbgsym' was not found