Comment 12 for bug 1914145

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

TL;DR: giving it some time (tomorrow AM) for update_excuses to possibly
realize that mpd/samba/qemu deps are satisfiable (or for me to realize
i might be missing something; details below.)

---

liburing migrated after some autopkgtests/triggers tweaks.
plocate migrated.

mpd, samba, qemu are blocked due to unsatisfiable deps (and one uninstallable).

I could not reproduce any of those w/ selective upgrading from -proposed;
installing the mentioned package names just work, and when some deps are
needed from -proposed as well, they're fromt the same source package.

So I'll wait a bit more for perhaps update_excuses.html to update, in case
it's out of date; i've looked at update_output.txt but these packages are
not listed in it.

---

mpd (0.22.3-1 to 0.22.4-1build1)
...
    mpd/amd64 has unsatisfiable dependency

 $ sudo apt install --dry-run mpd/hirsute-proposed >/dev/null 2>&1; echo $?
 0

 $ sudo apt install --dry-run -t hirsute-proposed mpd >/dev/null 2>&1; echo $?
 0
...
    migrating mpd/0.22.4-1build1/amd64 to testing makes libtest-corpus-audio-mpd-perl/1.120990-2.1/amd64 uninstallable

 $ sudo apt install --dry-run libtest-corpus-audio-mpd-perl mpd/hirsute-proposed >/dev/null 2>&1; echo $?
 0

samba (2:4.13.3+dfsg-1ubuntu1 to 2:4.13.3+dfsg-1ubuntu2)
...
    samba-vfs-modules/amd64 has unsatisfiable dependency
...

 $ sudo apt-get install --dry-run samba-vfs-modules/hirsute-proposed >/dev/null 2>&1; echo $?
 100

 $ sudo apt-get install --dry-run -t hirsute-proposed samba-vfs-modules >/dev/null 2>&1; echo $?
 0

 $ sudo apt-get install --dry-run {samba-vfs-modules,samba-libs,libwbclient0}/hirsute-proposed >/dev/null 2>&1; echo $?
 0

qemu (1:5.2+dfsg-3ubuntu1 to 1:5.2+dfsg-3ubuntu2)
...
    qemu-guest-agent/amd64 has unsatisfiable dependency

 $ sudo apt install --dry-run qemu-guest-agent/hirsute-proposed >/dev/null 2>&1; echo $?
 0

 $ sudo apt install --dry-run -t hirsute-proposed qemu-guest-agent >/dev/null 2>&1; echo $?
 0

    qemu-system-x86/amd64 has unsatisfiable dependency

 $ sudo apt-get install --dry-run qemu-system-x86/hirsute-proposed >/dev/null 2>&1; echo $?
 100

 $ sudo apt-get install --dry-run -t hirsute-proposed qemu-system-x86 >/dev/null 2>&1; echo $?
 0

 $ sudo apt-get install --dry-run {qemu-system-x86,qemu-system-common,qemu-system-data,qemu-block-extra}/hirsute-proposed >/dev/null 2>&1; echo $?
 0