* [gentoo-dev] [PATCH] kernel.eclass: Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y
@ 2018-01-31 15:09 Alice Ferrazzi
2018-01-31 19:09 ` Robin H. Johnson
0 siblings, 1 reply; 3+ messages in thread
From: Alice Ferrazzi @ 2018-01-31 15:09 UTC (permalink / raw
To: Gentoo Development; +Cc: Mike Pagano
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.
---
eclass/kernel-2.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index a42d5f5ec24b..6ffbd37f300e 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}"
--
Thanks,
Alice Ferrazzi
Gentoo Kernel Project Leader
Gentoo Foundation Vice-Secretary
Gentoo Google Summer of Code Administrator
Mail: Alice Ferrazzi <alicef@gentoo.org>
PGP: 2E4E 0856 461C 0585 1336 F496 5621 A6B2 8638 781A
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [gentoo-dev] [PATCH] kernel.eclass: Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y
2018-01-31 15:09 [gentoo-dev] [PATCH] kernel.eclass: Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y Alice Ferrazzi
@ 2018-01-31 19:09 ` Robin H. Johnson
2018-02-07 7:47 ` Alice Ferrazzi
0 siblings, 1 reply; 3+ messages in thread
From: Robin H. Johnson @ 2018-01-31 19:09 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 511 bytes --]
On Thu, Feb 01, 2018 at 12:09:10AM +0900, Alice Ferrazzi wrote:
> 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.
+1, this explains a breakage I saw for catalyst/genkernel.
--
Robin Hugh Johnson
Gentoo Linux: Dev, Infra Lead, Foundation Treasurer
E-Mail : robbat2@gentoo.org
GnuPG FP : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85
GnuPG FP : 7D0B3CEB E9B85B1F 825BCECF EE05E6F6 A48F6136
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 1113 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-dev] [PATCH] kernel.eclass: Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y
2018-01-31 19:09 ` Robin H. Johnson
@ 2018-02-07 7:47 ` Alice Ferrazzi
0 siblings, 0 replies; 3+ messages in thread
From: Alice Ferrazzi @ 2018-02-07 7:47 UTC (permalink / raw
To: Gentoo Development
From f9b2693b32b7c7c7c561ae417cbd757624184327 Mon Sep 17 00:00:00 2001
From: Alice Ferrazzi <alicef@gentoo.org>
Date: Thu, 18 Jan 2018 15:41:17 +0000
Subject: [PATCH] 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
On Thu, Feb 1, 2018 at 4:09 AM, Robin H. Johnson <robbat2@gentoo.org> wrote:
> On Thu, Feb 01, 2018 at 12:09:10AM +0900, Alice Ferrazzi wrote:
>> 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.
> +1, this explains a breakage I saw for catalyst/genkernel.
>
> --
> Robin Hugh Johnson
> Gentoo Linux: Dev, Infra Lead, Foundation Treasurer
> E-Mail : robbat2@gentoo.org
> GnuPG FP : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85
> GnuPG FP : 7D0B3CEB E9B85B1F 825BCECF EE05E6F6 A48F6136
--
Thanks,
Alice Ferrazzi
Gentoo Kernel Project Leader
Gentoo Foundation Vice-Secretary
Gentoo Google Summer of Code Administrator
Mail: Alice Ferrazzi <alicef@gentoo.org>
PGP: 2E4E 0856 461C 0585 1336 F496 5621 A6B2 8638 781A
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-02-07 7:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-31 15:09 [gentoo-dev] [PATCH] kernel.eclass: Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y Alice Ferrazzi
2018-01-31 19:09 ` Robin H. Johnson
2018-02-07 7:47 ` Alice Ferrazzi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox