it seems that any Kernel 5.1-rc* won't compile on my current Gentoo:
Code: Select all
/usr/include/libelf/gelf.h:25:5: error: "__LIBELF_INTERNAL__" is not defined, evaluates to 0 [-Werror=undef]
#if __LIBELF_INTERNAL__
^~~~~~~~~~~~~~~~~~~
In file included from elf.h:22,
from check.h:22,
from orc_gen.c:22:
Code: Select all
CFLAGS="-Wno-error=undef"
Code: Select all
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
Cheers



