Re: [gentoo-dev] [PATCH] kernel.eclass: Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y

2018-02-06 Thread Alice Ferrazzi
>From f9b2693b32b7c7c7c561ae417cbd757624184327 Mon Sep 17 00:00:00 2001 From: Alice Ferrazzi Date: Thu, 18 Jan 2018 15:41:17 + 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

Re: [gentoo-dev] [PATCH] kernel.eclass: Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y

2018-01-31 Thread Robin H. Johnson
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 Jo

[gentoo-dev] [PATCH] kernel.eclass: Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y

2018-01-31 Thread Alice Ferrazzi
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.