diff --git a/disable-backtrace-dwarf-test.patch b/disable-backtrace-dwarf-test.patch new file mode 100644 index 0000000..32c089c --- /dev/null +++ b/disable-backtrace-dwarf-test.patch @@ -0,0 +1,13 @@ +diff --git a/tests/Makefile.am b/tests/Makefile.am +index 29460834..00c0a1d2 100644 +--- a/tests/Makefile.am ++++ b/tests/Makefile.am +@@ -123,7 +123,7 @@ TESTS = run-arextract.sh run-arsymtest.sh run-ar.sh newfile test-nlist \ + run-addr2line-i-test.sh run-addr2line-i-lex-test.sh \ + run-addr2line-i-demangle-test.sh run-addr2line-alt-debugpath.sh \ + run-varlocs.sh run-exprlocs.sh run-funcretval.sh \ +- run-backtrace-native.sh run-backtrace-data.sh run-backtrace-dwarf.sh \ ++ run-backtrace-native.sh run-backtrace-data.sh \ + run-backtrace-native-biarch.sh run-backtrace-native-core.sh \ + run-backtrace-native-core-biarch.sh run-backtrace-core-x86_64.sh \ + run-backtrace-fp-core-x86_64.sh \ diff --git a/elfutils.changes b/elfutils.changes index 4190469..81e7bf4 100644 --- a/elfutils.changes +++ b/elfutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 21 09:33:25 UTC 2018 - Martin Liška + +- Add disable-backtrace-dwarf-test.patch in order to work around: + https://sourceware.org/bugzilla/show_bug.cgi?id=23673. + ------------------------------------------------------------------- Mon Sep 17 10:21:35 UTC 2018 - Martin Liška diff --git a/elfutils.spec b/elfutils.spec index dd7997c..61d6947 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -32,6 +32,8 @@ Source2: baselibs.conf Source3: %{name}.changes Patch1: disable-tests-with-ptrace.patch Patch2: cfi-fix.patch +# https://sourceware.org/bugzilla/show_bug.cgi?id=23673 +Patch3: disable-backtrace-dwarf-test.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake @@ -136,6 +138,7 @@ applications that require libdw. %patch1 -p1 %endif %patch2 -p1 +%patch3 -p1 %build # Change DATE/TIME macros to use last change time of elfutils.changes