On Sun, Nov 18, 2018 at 11:46:29PM +0100, Kurt Roeckx wrote: > On Fri, Nov 16, 2018 at 02:00:46PM +0100, Mark Wielaard wrote: > > ELFUTILS 0.175 - http://elfutils.org/ > > > > A new release of elfutils is available at: > > ftp://sourceware.org/pub/elfutils/0.175/ > > or https://sourceware.org/elfutils/ftp/0.175/ > > Trying to build this on Debian, I get 8 failures, but they all > seem to be white space differences. I've attached the > test-suite.log file.
That looks like you somehow are missing: commit 704f5fc477efaf120980449e677deb563da8491f Author: Mark Wielaard <m...@klomp.org> Date: Wed Nov 29 15:43:26 2017 +0100 readelf: Adjust print_ops formatting. Use only 2 spaces for index (there are never 10000, the most seen in the wild is 64). Adjust re-indenting after GNU_entry_value. Signed-off-by: Mark Wielaard <m...@klomp.org> But that is a commit from elfutils-0.171. Maybe you have a local patch that conflicts with it? Cheers, Mark