SHA256
1
0
forked from pool/elfutils

Accepting request 637018 from home:marxin:branches:Base:System

- Add disable-backtrace-dwarf-test.patch in order to work around:
  https://sourceware.org/bugzilla/show_bug.cgi?id=23673.

OBS-URL: https://build.opensuse.org/request/show/637018
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=120
This commit is contained in:
Richard Biener 2018-09-24 08:06:21 +00:00 committed by Git OBS Bridge
parent 04c54122e5
commit db8223c756
3 changed files with 22 additions and 0 deletions

View File

@ -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 \

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 21 09:33:25 UTC 2018 - Martin Liška <mliska@suse.cz>
- 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 <mliska@suse.cz>

View File

@ -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