Comment 11 for bug 2003586

Revision history for this message
Lena Voytek (lvoytek) wrote : Re: MRE Updates 9.18.12 / 9.16.36

Verified installation success for Jammy and kinetic:

# lxc launch images:ubuntu/jammy test-bind-dyndb-ldap
# lxc exec test-bind-dyndb-ldap bash
# apt update && apt dist-upgrade -y

# apt install -y bind9-dyndb-ldap
...
The following packages have unmet dependencies:
 bind9-dyndb-ldap : Depends: bind9-libs (= 1:9.18.1-1ubuntu1) but 1:9.18.1-1ubuntu1.3 is to be installed
E: Unable to correct problems, you have held broken packages.

# cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe
EOF

# apt update && apt dist-upgrade -y
# apt install -y bind9-dyndb-ldap
install succeeds

# lxc launch images:ubuntu/kinetic test-bind-dyndb-ldap
# lxc exec test-bind-dyndb-ldap bash
# apt update && apt dist-upgrade -y

# apt install -y bind9-dyndb-ldap
...
The following packages have unmet dependencies:
 bind9-dyndb-ldap : Depends: bind9-libs (= 1:9.18.4-2ubuntu2) but 1:9.18.4-2ubuntu2.1 is to be installed
E: Unable to correct problems, you have held broken packages.

# cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe
EOF

# apt update && apt dist-upgrade -y
# apt install -y bind9-dyndb-ldap
install succeeds