Public bug reported: verilator was uploaded to stonking as version 5.048-1. The new source declares a build-dependency on architecture-is-64-bit to intentionally stop building on armhf.
The previous version (5.032-1) built successfully on armhf, leaving the following NBS binaries in the archive that need to be removed: verilator All other architectures built successfully: amd64, amd64v3, arm64, ppc64el, riscv64, s390x. Please remove the NBS binaries from the pockets where they currently exist (use the rmadison output below to confirm exactly which pockets). ``` $ rmadison -s stonking,stonking-proposed verilator verilator | 5.032-1 | stonking/universe | source, amd64, amd64v3, arm64, armhf, ppc64el, riscv64, s390x verilator | 5.048-1 | stonking-proposed/universe | source, amd64, amd64v3, arm64, ppc64el, riscv64, s390x ``` The arch restriction is described in the changelog: ``` verilator (5.048-1) unstable; urgency=medium * [e5e4b4d] New upstream version 5.048 * [6891a8e] d/control: bump standards version to 4.7.4 * [9192a1e] d/verilator.lintian-overrides: remove unused overrides -- أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]> Wed, 29 Apr 2026 19:40:17 +0200 ``` Relevant proposed-migration excuse lines: missing build on armhf: verilator (from 5.032-1) arch:armhf not built yet, autopkgtest delayed there ``` $ reverse-depends -r stonking verilator Reverse-Recommends ================== * electronics-asic-dev * electronics-digital * electronics-fpga-dev * electronics-simulation * python3-cocotb [amd64 amd64v3 arm64 armhf ppc64el riscv64 s390x] Packages without architectures listed are reverse-dependencies in: amd64, amd64v3, arm64, armhf, i386, ppc64el, riscv64, s390x ``` ``` $ reverse-depends -r stonking -b verilator No reverse dependencies found ``` The reverse-dependency scan shows only Recommends/Suggests (or no dependencies) on the NBS binaries, so no other packages need to be updated. ** Affects: verilator (Ubuntu) Importance: Undecided Status: New ** Tags: nbs stonking update-excuse ** Tags added: nbs stonking 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/2158259 Title: verilator 5.048-1: intentional arch exclusion — remove NBS binaries from armhf To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/verilator/+bug/2158259/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
