Public bug reported: After a long while of keeping it aroudn for compat it was time to decouple qemu-system-misc (a placeholder for all uncommon non primary emulations) and qemu-system-$arch for s390x and riscv.
That was done in Debian and as intended after fixing some references we follow. Snek now has a broken depdency left that needs to be fixed: - it breaks Ubuntu tests https://autopkgtest.ubuntu.com/results/autopkgtest-resolute/resolute/amd64/s/snek/20260218_215937_d9f88@/log.gz - and Debian tests https://ci.debian.net/packages/s/snek/testing/amd64/67930683/ Fix should be as easy as: diff --git a/debian/tests/control b/debian/tests/control index 9ae95ea..f506ce8 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,2 +1,2 @@ Test-Command: make SNEK_NATIVE=/usr/bin/snek SNEK_ARM=/usr/share/snek/snek-arm SNEK_RISCV=/usr/share/snek/snek-riscv -C test check -Depends: @, qemu-system-arm, qemu-system-misc, gcc +Depends: @, qemu-system-arm, qemu-system-riscv, gcc ** Affects: qemu (Ubuntu) Importance: Undecided Status: Invalid ** Affects: snek (Ubuntu) Importance: Undecided Assignee: Christian Ehrhardt (paelzer) Status: In Progress ** Tags: update-excuse ** Also affects: snek (Ubuntu) Importance: Undecided Status: New ** Changed in: qemu (Ubuntu) Status: New => Invalid ** Changed in: snek (Ubuntu) Status: New => In Progress ** Changed in: snek (Ubuntu) Assignee: (unassigned) => Christian Ehrhardt (paelzer) ** Tags added: update-excuse -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2142647 Title: snek dep8 tests fail against new qemu 10.2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2142647/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
