Control: tags -1 + patch upstream fixed-upstream The upstream fix for this bug has landed in KDE, on both master and the release/26.04 stable branch:
master: https://invent.kde.org/pim/akregator/-/commit/98fa7ab52f02e67700803b47ab85b7fb2064618a release/26.04: merged via MR !75 It's a two-line change in the bundled metakit (src/storage/metakit/include/mk4.h) adding __aarch64__ / __arm64__ to the q4_LONG64 guard. Without it, t4_i32 resolves to an 8-byte long instead of a 4-byte int on 64-bit ARM, corrupting the hash lookup in Storage::totalCountFor() and hanging akregator on launch. The patch applies cleanly to the 24.12.3 source currently in Trixie. Attached as a DEP-3 quilt patch ready for debian/patches/. Please consider to include this in the next Trixie point release. The bug has been open across KDE, Debian, and Ubuntu for several years and affects every arm64 user. Thanks, Vladimir Zivadinovic
arm64-fix-metakit-q4_LONG64.patch
Description: Binary data

