From b618693d92772dbdd30accdbb79cc3f29bd43f39 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 28 Apr 2016 12:09:58 -0400 Subject: [PATCH] Set the minimal version of elfutils to 0.154 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit elfutils 0.154 is required since it is the first release to include commit 5479725 (dwarf_highpc: Handle DW_AT_high_pc being a constant offset from DW_AT_low_pc). This is fix is required to read DwARF information produced by "modern" (post-2012) GCCs which make use of this DWARF4 capability when generating position independant code. The binaries provided as part of the test suite make use of this feature. Hence, tests will fail with older elfutils versions. Signed-off-by: Jérémie Galarneau --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 35033e17..c44b5e98 100644 --- a/README +++ b/README @@ -49,7 +49,7 @@ To compile Babeltrace, you will need: libpopt >= 1.13 development libraries (Debian : libpopt-dev) (Fedora : popt) - elfutils development libraries (optional) + elfutils >= 0.154 development libraries (optional) (Debian : libelf-dev, libdw-dev) (Fedora : elfutils-devel, elfutils-libelf-devel) python headers (optional) -- 2.34.1