Public bug reported: for example in docker `docker run --rm -ti ubuntu:resolute bash`
``` dpkg --add-architecture i386 apt update cat /etc/lsb-release apt-cache show blt-dev:i386 ``` results in: ```console # cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=26.04 DISTRIB_CODENAME=resolute DISTRIB_DESCRIPTION="Ubuntu Resolute Raccoon (development branch)" # apt-cache show blt-dev:i386 N: Unable to locate package blt-dev:i386 E: No packages found ``` looking at the [package itself](https://launchpad.net/ubuntu/resolute/i386/blt-dev/2.5.3+dfsg-8) it's marked as "superseded" and the [other architectures](https://launchpad.net/ubuntu/resolute/+package/blt-dev) have a `8build1` version perhaps it failed to build? this (for instance) is blocking building pythons for i386 for ubuntu resolute for deadsnakes: https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa/+build/32820826 ** Affects: blt (Ubuntu) Importance: Undecided Status: Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2152134 Title: blt:i386 missing on resolute To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/blt/+bug/2152134/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
