The following packages have unmet dependencies:", " libbsd0-dbgsym : Depends: libbsd0 (= 0.8.7-1) but 0.8.7-1ubuntu0.1 is to be installed

Asked by Robin Weyer

Hi,
It seems the debug-Symbols for 0.8.7-1ubuntu0.1 are missing on ddebs.ubuntu.com

For Bionic the following package was build: libbsd0-dbgsym_0.8.7-1ubuntu0.1_amd64.ddeb

But on http://ddebs.ubuntu.com/pool/main/libb/libbsd/ I can only find arm and other architectures for version 0.8.7-1ubuntu0.1.
The file for amd64 is missing!

What happend to this file?
I'm pretty sure I installed it last year using ansible on multiple machines.

There are other libraries like libzstd1 where the same problem is present:
libzstd1-dbgsym : Depends: libzstd1 (= 1.3.3+dfsg-2ubuntu1) but 1.3.3+dfsg-2ubuntu1.2 is to be installed"]}

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu libbsd Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

For diagnostic purposes please provide the output that you receive for the following commands:

uname -a
lsb_release -crid
sudo apt update
apt policy libbsd0-dbgsym libbsd0 libzstd1-dbgsym libzstd1

And yes, it seems that libbsd0-dbgsym_0.8.7-1ubuntu0.1_amd64.ddeb is really missing on the ddebs server.
I assume it can be manually downloaded from https://launchpad.net/ubuntu/+archive/primary/+files/libbsd0-dbgsym_0.8.2-1ubuntu0.1_amd64.ddeb (linked from https://launchpad.net/ubuntu/+source/libbsd )

Similar for libzstd; link available on https://launchpad.net/ubuntu/+source/libzstd
click on the triangle besides 1.3.3+dfsg-2ubuntu1.2 below "bionic" to unfold the paragraph ans to see the links

Revision history for this message
Robin Weyer (robinweyer) said :
#2

I have downloaded and installed libbsd0-dbgsym_0.8.2-1ubuntu0.1_amd64.ddeb manually before grabbing the output below.
But this can not be the desired solution for all the libraries on all the systems I need to maintain.

regards
Robin

###### uname -a
Linux xXxXxX 5.4.0-128-generic #144~18.04.1-Ubuntu SMP Thu Sep 22 11:08:41 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

###### lsb_release -crid
Distributor ID: Ubuntu
Description: Ubuntu 18.04.6 LTS
Release: 18.04
Codename: bionic

###### sudo apt update
Hit:1 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu bionic InRelease
Hit:2 http://de.archive.ubuntu.com/ubuntu bionic InRelease
Get:3 http://de.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Hit:4 http://ppa.launchpad.net/kisak/kisak-mesa/ubuntu bionic InRelease
Get:5 http://de.archive.ubuntu.com/ubuntu bionic-backports InRelease [83,3 kB]
Get:6 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Ign:7 http://ddebs.ubuntu.com bionic InRelease
Get:8 http://de.archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [297 kB]
Get:9 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [301 kB]
Ign:10 http://ddebs.ubuntu.com bionic-updates InRelease
Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [55,1 kB]
Get:12 http://de.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2.468 B]
Get:13 http://de.archive.ubuntu.com/ubuntu bionic-backports/main amd64 DEP-11 Metadata [8.108 B]
Get:14 http://de.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [10,1 kB]
Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [61,1 kB]
Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 DEP-11 Metadata [2.464 B]
Get:17 http://ddebs.ubuntu.com bionic Release [34,7 kB]
Hit:19 http://ddebs.ubuntu.com bionic-updates Release
Fetched 1.033 kB in 1s (806 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.

###### apt policy libbsd0-dbgsym libbsd0 libzstd1-dbgsym libzstd1
libbsd0-dbgsym:
  Installed: 0.8.7-1ubuntu0.1
  Candidate: 0.8.7-1ubuntu0.1
  Version table:
 *** 0.8.7-1ubuntu0.1 100
        100 /var/lib/dpkg/status
     0.8.7-1 500
        500 http://ddebs.ubuntu.com bionic/main amd64 Packages
libbsd0:
  Installed: 0.8.7-1ubuntu0.1
  Candidate: 0.8.7-1ubuntu0.1
  Version table:
 *** 0.8.7-1ubuntu0.1 500
        500 http://de.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
        100 /var/lib/dpkg/status
     0.8.7-1 500
        500 http://de.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
libzstd1-dbgsym:
  Installed: (none)
  Candidate: 1.3.3+dfsg-2ubuntu1
  Version table:
     1.3.3+dfsg-2ubuntu1 500
        500 http://ddebs.ubuntu.com bionic/main amd64 Packages
libzstd1:
  Installed: 1.3.3+dfsg-2ubuntu1.2
  Candidate: 1.3.3+dfsg-2ubuntu1.2
  Version table:
 *** 1.3.3+dfsg-2ubuntu1.2 500
        500 http://de.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
        100 /var/lib/dpkg/status
     1.3.3+dfsg-2ubuntu1 500
        500 http://de.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

Of course a manual installation cannot be the desired solution.

Your output confirms the problem.
Also http://ddebs.ubuntu.com/pool/main/libz/libzstd/ does not list the 1.3.3+dfsg-2ubuntu1.2 version for amd64.

I guess the best step forward is creating a bug report.
I assume that the best target is "launchpad itself"
https://bugs.launchpad.net/launchpad/+filebug

Eventually you can start with a question in that area first
https://answers.launchpad.net/launchpad/+addquestion

Revision history for this message
Robin Weyer (robinweyer) said :
#4

The following bug ticket was created to track and solve this problem:
https://bugs.launchpad.net/ddeb-retriever/+bug/1993185

Can you help with this problem?

Provide an answer of your own, or ask Robin Weyer for more information if necessary.

To post a message you must log in.