From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-dev+bounces-83714-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2DD81382C5 for <garchives@archives.gentoo.org>; Wed, 31 Jan 2018 15:09:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E046E0BFF; Wed, 31 Jan 2018 15:09:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF842E0B67 for <gentoo-dev@lists.gentoo.org>; Wed, 31 Jan 2018 15:09:14 +0000 (UTC) Received: from mail-yw0-f173.google.com (mail-yw0-f173.google.com [209.85.161.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: alicef) by smtp.gentoo.org (Postfix) with ESMTPSA id 01E9A335C61 for <gentoo-dev@lists.gentoo.org>; Wed, 31 Jan 2018 15:09:13 +0000 (UTC) Received: by mail-yw0-f173.google.com with SMTP id c78so7722408ywb.13 for <gentoo-dev@lists.gentoo.org>; Wed, 31 Jan 2018 07:09:12 -0800 (PST) X-Gm-Message-State: AKwxytf9K5Sr7JVIPTNe0U5ezSDarDV3mOVZ0WskqZLJaWkRDxpnUWhX HiPq2BU8zSB9SuAnTpgRg4WeeDH0YkoGy9FK+wE= X-Google-Smtp-Source: AH8x2269z2lkuZsG39z6bScEL7OopDaRAtD1nm7Fh4Mm0+jxhTJDVQV8KcoKjtF1L0kqQCAwl3l1H1ZJD/fjpW6eO8o= X-Received: by 10.37.135.79 with SMTP id e15mr22207258ybn.303.1517411350974; Wed, 31 Jan 2018 07:09:10 -0800 (PST) Precedence: bulk List-Post: <mailto:gentoo-dev@lists.gentoo.org> List-Help: <mailto:gentoo-dev+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org> X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.37.56.13 with HTTP; Wed, 31 Jan 2018 07:09:10 -0800 (PST) From: Alice Ferrazzi <alicef@gentoo.org> Date: Thu, 1 Feb 2018 00:09:10 +0900 X-Gmail-Original-Message-ID: <CANWzcUp=nQMBGAOu+kpyAMmh-WEWuMLRSLPwGNy3HypQq28j9w@mail.gmail.com> Message-ID: <CANWzcUp=nQMBGAOu+kpyAMmh-WEWuMLRSLPwGNy3HypQq28j9w@mail.gmail.com> Subject: [gentoo-dev] [PATCH] kernel.eclass: Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y To: Gentoo Development <gentoo-dev@lists.gentoo.org> Cc: Mike Pagano <mpagano@gentoo.org> Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 700b43be-fe58-4e1f-9f64-225a0392c831 X-Archives-Hash: ce164abb5faeb0750191ef4a9d0158d9 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