Gentoo Archives: gentoo-dev

From: Alice Ferrazzi <alicef@g.o>
To: Gentoo Development <gentoo-dev@l.g.o>
Cc: Mike Pagano <mpagano@g.o>
Subject: [gentoo-dev] [PATCH] kernel.eclass: Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y
Date: Wed, 31 Jan 2018 15:09:20
Message-Id: CANWzcUp=nQMBGAOu+kpyAMmh-WEWuMLRSLPwGNy3HypQq28j9w@mail.gmail.com
1 New 4.14 kernel is using CONFIG_UNWINDER_ORC=y by default
2 but having USE="minimal" is removing virtual/libelf,
3 this is breaking the Kernel compilation.
4 ---
5 eclass/kernel-2.eclass | 1 +
6 1 file changed, 1 insertion(+)
7
8 diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
9 index a42d5f5ec24b..6ffbd37f300e 100644
10 --- a/eclass/kernel-2.eclass
11 +++ b/eclass/kernel-2.eclass
12 @@ -606,6 +606,7 @@ if [[ ${ETYPE} == sources ]]; then
13 sys-devel/make
14 dev-lang/perl
15 sys-devel/bc
16 + virtual/libelf
17 )"
18
19 SLOT="${PVR}"
20
21
22
23 --
24 Thanks,
25 Alice Ferrazzi
26
27 Gentoo Kernel Project Leader
28 Gentoo Foundation Vice-Secretary
29 Gentoo Google Summer of Code Administrator
30 Mail: Alice Ferrazzi <alicef@g.o>
31 PGP: 2E4E 0856 461C 0585 1336 F496 5621 A6B2 8638 781A

Replies