commit: f9b2693b32b7c7c7c561ae417cbd757624184327 Author: Alice Ferrazzi <alicef <AT> gentoo <DOT> org> AuthorDate: Thu Jan 18 15:41:17 2018 +0000 Commit: Alice Ferrazzi <alicef <AT> gentoo <DOT> org> CommitDate: Wed Feb 7 07:36:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b2693b
Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y New 4.14 kernel is using CONFIG_UNWINDER_ORC=y by default but having USE="minimal" is removing virtual/libelf, this is breaking the Kernel compilation. Closes: https://github.com/gentoo/gentoo/pull/6898 eclass/kernel-2.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index a42d5f5ec24..6ffbd37f300 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -606,6 +606,7 @@ if [[ ${ETYPE} == sources ]]; then sys-devel/make dev-lang/perl sys-devel/bc + virtual/libelf )" SLOT="${PVR}"
