Control: retitle -1 strace: test failures on multiple architectures when using libunwind
On 2024-05-11 12:21, Adrian Bunk wrote: > The tests also fail on i386 And on arm64 as well. The problem has to do with libunwind as mentioned on the upstream issue, and it was introduced with: https://salsa.debian.org/debian/strace/-/commit/711a9970c553b8fb9a5b9eb3a4b80600eb8112c4 With the attached patch strace builds fine on arm64 and armhf. Cheers, Emanuele
diff -Nru strace-6.8/debian/changelog strace-6.8/debian/changelog --- strace-6.8/debian/changelog 2024-05-10 06:53:53.000000000 +0000 +++ strace-6.8/debian/changelog 2024-06-05 13:09:41.000000000 +0000 @@ -1,3 +1,9 @@ +strace (6.8-1.1) unstable; urgency=medium + + * Only use libunwind on amd64 (Closes: #1070853) + + -- Emanuele Rocca <e...@debian.org> Wed, 05 Jun 2024 13:09:41 +0000 + strace (6.8-1) unstable; urgency=medium * Team upload. diff -Nru strace-6.8/debian/control strace-6.8/debian/control --- strace-6.8/debian/control 2024-05-10 06:53:53.000000000 +0000 +++ strace-6.8/debian/control 2024-06-05 13:09:41.000000000 +0000 @@ -2,7 +2,7 @@ Maintainer: Steve McIntyre <93...@debian.org> Section: utils Priority: optional -Build-Depends: libc6-dev (>= 2.2.2) [!alpha !ia64], libc6.1-dev (>= 2.2.2) [alpha ia64], gcc-multilib [amd64 i386 powerpc ppc64 s390 sparc sparc64 x32], debhelper (>= 10.0.0), gawk, libunwind-dev [!alpha !loong64 !m68k !sparc64 !x32], libiberty-dev, libbluetooth-dev +Build-Depends: libc6-dev (>= 2.2.2) [!alpha !ia64], libc6.1-dev (>= 2.2.2) [alpha ia64], gcc-multilib [amd64 i386 powerpc ppc64 s390 sparc sparc64 x32], debhelper (>= 10.0.0), gawk, libunwind-dev [amd64], libiberty-dev, libbluetooth-dev Standards-Version: 4.1.3 Homepage: https://strace.io Vcs-Git: https://salsa.debian.org/debian/strace.git