On Sun, Dec 10, 2017 at 9:52 PM, Matthias Kilian <k...@outback.escape.de> wrote: > Hi Karel, > > On Sun, Dec 10, 2017 at 08:22:54PM +0100, Karel Gardas wrote: >> rts/Linker.c includes elf.h for all platform except OpenBSD where it >> includes elf_abi.h. In recent snapshots elf_abi.h got removed thanks >> to work of Martin Pieuchot. > > But it's still there, even in todays snapshots: > > $ tar tvzf comp62.tgz ./usr/include/elf\* > -r--r--r-- 1 root bin 166 Dec 10 19:09 ./usr/include/elf.h > -r--r--r-- 1 root bin 1627 Dec 10 19:09 ./usr/include/elf_abi.h > > And the same is true for a release(8) i just built on my build > machine. > > Maybe you used a snapshot with elf_abi.h missing (intentionally or not).?
Obviously I'm stupid fool. Probably I've removed elf_abi.h myself for some ports/tests and then completely forgotten this and then seeing GHC failing so reported that including patch. Sorry for this noise!