Gentoo Archives: gentoo-commits

From: Alice Ferrazzi <alicef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 07 Feb 2018 07:36:56
Message-Id: 1517988980.f9b2693b32b7c7c7c561ae417cbd757624184327.alicef@gentoo
1 commit: f9b2693b32b7c7c7c561ae417cbd757624184327
2 Author: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 18 15:41:17 2018 +0000
4 Commit: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 7 07:36:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b2693b
7
8 Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y
9
10 New 4.14 kernel is using CONFIG_UNWINDER_ORC=y by default
11 but having USE="minimal" is removing virtual/libelf,
12 this is breaking the Kernel compilation.
13 Closes: https://github.com/gentoo/gentoo/pull/6898
14
15 eclass/kernel-2.eclass | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
19 index a42d5f5ec24..6ffbd37f300 100644
20 --- a/eclass/kernel-2.eclass
21 +++ b/eclass/kernel-2.eclass
22 @@ -606,6 +606,7 @@ if [[ ${ETYPE} == sources ]]; then
23 sys-devel/make
24 dev-lang/perl
25 sys-devel/bc
26 + virtual/libelf
27 )"
28
29 SLOT="${PVR}"