Finally found a few minutes to test the build Current: # On x86, but due to the ordering it installs arm root@r:~# apt install --dry-run qemu-system-gui | grep '^Inst qemu-system.*amd64' ... Inst qemu-system-arm (1:10.1.0+ds-5ubuntu4 Ubuntu:26.04/resolute [amd64]) ...
With the fix it would no more install the wrong-arch qemu-system (fixing case E) root@r:~# apt install --dry-run qemu-system-gui | grep '^Inst qemu-system.*amd64' Inst qemu-system-modules-opengl (1:10.1.0+ds-5ubuntu4~resoluteppa3 lp-2127053-try-versioned-breaks:26.04/resolute [amd64]) Inst qemu-system-gui (1:10.1.0+ds-5ubuntu4~resoluteppa3 lp-2127053-try-versioned-breaks:26.04/resolute [amd64]) To be clear, it does not install any qemu-system-$arch now - which was ok per the discussion. The same way as you can install some libs and do not get all things that depend on them. I checked and the same works for e.g. qemu-block-extra. Before the fix that pulled in one of the qemu-system-$arch and now it does no more. Indirect cases like installing qemu-utils have not changed either in regard what they pull in (there the | qemu-utils satisfies it already). --- The remaining question to solve is if that retains D - to ensure upgrades will never half upgrade to unmatching versions. But for that I need to rebuild my PPA as it got raced by a new version upload in resolute... I put 10.1.0+ds-5ubuntuexperiment99.1 there to build for the next test. The experimental suggestion I use there can be seen in https://code.launchpad.net/~paelzer/ubuntu/+source/qemu/+git/qemu/+ref/lp-2127053-try- versioned-breaks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2127053 Title: qemu-system-any brings in any system emulator with the new solver - should it be qemu-system-native? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2127053/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
