From 939642578a8b9979e055fa127ea22beff939241e Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sep 07 2014 22:03:09 +0000 Subject: Don't run dwz or generate minisymtab. --- diff --git a/valgrind.spec b/valgrind.spec index f18093c..0c6de0b 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -27,6 +27,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %global build_openmpi 0 %endif +# Don't run dwz or generate minisymtab, valgrind doesn't handle compressed +# DWARF very well and it might read its own vgpreload libraries. Generating +# minisymtabs doesn't really work for the staticly linked tools. +%define _find_debuginfo_dwz_opts %{nil} +%undefine _include_minidebuginfo + #Source0: http://www.valgrind.org/downloads/valgrind-%{version}.tar.bz2 Source0: valgrind-3.10.0.BETA1.tar.bz2 @@ -303,6 +309,9 @@ echo ===============END TESTING=============== %endif %changelog +* Mon Sep 8 2014 Mark Wielaard +- Don't run dwz or generate minisymtab. + * Tue Sep 2 2014 Mark Wielaard - 3.10.0-0.1.BETA1 - Update to official upstream 3.10.0 BETA1. - Enables inlined frames in stacktraces.