On Thu, 2016-01-14 at 00:22 +0100, Kurt Roeckx wrote: > On Wed, Jan 13, 2016 at 11:13:28PM +0100, Mark Wielaard wrote: > > I looked at the latest build logs: > > https://buildd.debian.org/status/package.php?p=elfutils > > [...] > > If you could try the attached patches on a new Debian build that would > > be appreciated. > > I'll try it tomorrow or in the weekend.
Thanks for doing a build with the proposed patches. They seem to have solved the issues on kfreebsd and the hurd port builds again (but still fails one testcase). I have pushed the commits below to master. The only thing that worries me is the sparc failure. I have CCed Jose who might want to take a look. What is strange is that 0.165-1 and 0.165-2 PASS on sparc just fine. And I don't see anything in 0.165-3 that would explain the failure on sparc: https://buildd.debian.org/status/logs.php?pkg=elfutils&arch=sparc64 Thanks, Mark commit 0cd02dcafcfdaff56f483f41c0ec45de756c7083 Author: Mark Wielaard <m...@redhat.com> Date: Wed Jan 13 23:06:33 2016 +0100 tests: Skip dwfl-bug-fd-leak test if dwfl_linux_proc_report is unsupported. Signed-off-by: Mark Wielaard <m...@redhat.com> commit 624e3cb81d436282fa9f6ce4fa63203bad236057 Author: Mark Wielaard <m...@redhat.com> Date: Wed Jan 13 22:57:03 2016 +0100 elflint: Recognize ELFOSABI_FREEBSD which Debian kFreeBSD uses. Signed-off-by: Mark Wielaard <m...@redhat.com> commit d460773dd4fdeb98d9271f741e0a54f05ced876d Author: Mark Wielaard <m...@redhat.com> Date: Wed Jan 13 22:49:02 2016 +0100 tests: Guard linux specific header includes with ifdef __linux__. Signed-off-by: Mark Wielaard <m...@redhat.com>