From 0c6e7834a4105775cf0647817fa7a5737fd93f29589bf6f7f46faa5299336ce2 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 20 May 2015 12:58:53 +0000 Subject: [PATCH] Accepting request 308113 from home:Andreas_Schwab:Factory - Disable libunwind support on aarch64 (../strace: Can't initiate libunwind: Input/output error) OBS-URL: https://build.opensuse.org/request/show/308113 OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=48 --- strace.changes | 6 ++++++ strace.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/strace.changes b/strace.changes index 230191f..fa7c6dc 100644 --- a/strace.changes +++ b/strace.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 20 09:29:35 UTC 2015 - schwab@suse.de + +- Disable libunwind support on aarch64 + (../strace: Can't initiate libunwind: Input/output error) + ------------------------------------------------------------------- Sun Mar 29 17:02:23 UTC 2015 - jengelh@inai.de diff --git a/strace.spec b/strace.spec index 93bec2c..70717b2 100644 --- a/strace.spec +++ b/strace.spec @@ -47,8 +47,8 @@ Patch15: 0015-tests-uid-use-fchown-instead-of-chown.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libacl-devel BuildRequires: libaio-devel -# libunwind is broken on ppc and ppc64 -%ifarch %ix86 ia64 x86_64 %{arm} ppc64le aarch64 +# libunwind is broken on ppc and ppc64 and aarch64 +%ifarch %ix86 ia64 x86_64 %{arm} ppc64le BuildRequires: libunwind-devel %endif BuildRequires: lksctp-tools-devel