[Bug 2052505] Re: Can't install openssl/libssl3 debug package
Adrien Nader
2052505 at bugs.launchpad.net
Thu Feb 8 13:40:17 UTC 2024
Thanks for re-trying and reporting!
For some (possible) context: there have been some infrastructure issues
his week, especially at the beginning of the week: broken services and
delays in the pipelines. I was expecting this to be the cause of the
issue.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/2052505
Title:
Can't install openssl/libssl3 debug package
Status in openssl package in Ubuntu:
Fix Released
Bug description:
I'm building an application in docker, using
`mcr.microsoft.com/dotnet/runtime:7.0-jammy`
(https://github.com/dotnet/dotnet-
docker/blob/main/src/runtime/7.0/jammy/amd64/Dockerfile) image, that
is using `amd64/buildpack-deps:jammy-curl`(https://github.com/docker-
library/buildpack-
deps/blob/93d6db0797f91ab674535553b7e0e762941a02d0/ubuntu/jammy/curl/Dockerfile)
as base image.
In my docker file I added ubuntu debug repositories and install debug
packages:
```bash
apt-get install -y software-properties-common
echo "deb http://ddebs.ubuntu.com $(lsb_release -cs) main restricted universe multiverse
deb http://ddebs.ubuntu.com $(lsb_release -cs)-updates main restricted universe multiverse | \
deb http://ddebs.ubuntu.com $(lsb_release -cs)-proposed main restricted universe multiverse" | \
tee -a /etc/apt/sources.list.d/ddebs.list
apt install ubuntu-dbgsym-keyring
apt-get update -y
apt-get install -y --no-install-recommends libc6-dbg libssl3-dbgsym openssl-dbgsym libicu70-dbgsym libstdc++6-dbgsym
```
Yesterday I tried and the build isn'T running anymore with the error message:
```output
1.884 Some packages could not be installed. This may mean that you have
1.884 requested an impossible situation or if you are using the unstable
1.884 distribution that some required packages have not yet been created
1.884 or been moved out of Incoming.
1.884 The following information may help to resolve the situation:
1.884
1.887 The following packages have unmet dependencies:
2.072 libssl3-dbgsym : Depends: libssl3 (= 3.0.2-0ubuntu1.13) but 3.0.2-0ubuntu1.14 is to be installed
2.075 openssl-dbgsym : Depends: openssl (= 3.0.2-0ubuntu1.13) but 3.0.2-0ubuntu1.14 is to be installed
2.080 E: Unable to correct problems, you have held broken packages.
```
It looks like the debug symbol oackage for libssl3 and openssl should
be updated. I waited 24h for mirror sync, but error still persist.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/2052505/+subscriptions
More information about the foundations-bugs
mailing list