You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#5 15.38 The following packages have unmet dependencies:
#5 15.68 bind9-libs : Depends: libxml2 (>= 2.7.4) but it is not installable
#5 15.69 libfido2-1 : Depends: libcbor0.10 (>= 0.10.2) but it is not installable
Steps to reproduce
First I log into my StarFive 2 RISC-V dev board (that has Docker installed)
Then I start a shell in a Debian Trixie image with sudo docker run -it debian:trixie-slim /bin/bash
And then I check the image hash matches the workflow logs (Digest: sha256:d338f3445dae203856c4b7f9b5018479ef45632f0b017b898387481c81c7ca7d)
Then run apt-get update and apt-get install -y --no-install-recommends ca-certificates curl dnsutils git libatomic1 openssh-client unzip
This outputs:
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:
bind9-libs : Depends: libxml2 (>= 2.7.4) but it is not installable
libfido2-1 : Depends: libcbor0.10 (>= 0.10.2) but it is not installable
E: Unable to correct problems, you have held broken packages.
Checking the apt policy for the missing dependencies:
Describe the bug
Workflow failed with:
Steps to reproduce
sudo docker run -it debian:trixie-slim /bin/bash
Digest: sha256:d338f3445dae203856c4b7f9b5018479ef45632f0b017b898387481c81c7ca7d
)apt-get update
andapt-get install -y --no-install-recommends ca-certificates curl dnsutils git libatomic1 openssh-client unzip
This outputs:
Checking the
apt policy
for the missing dependencies:Expected behavior
The package tracker suggests that the following versions should be available:
Screenshots
Both packages are marked as
The package has not entered testing even though the delay is over
.libxml2 is
87 days old (needed 2 days)
:libcbor is
195 days old (needed 5 days)
:The text was updated successfully, but these errors were encountered: