Gentoo Archives: gentoo-dev

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] linux-info.eclass: check_extra_config requires a configured kernel
Date: Fri, 04 Nov 2011 21:19:02
Message-Id: robbat2-20111104T211629-574786984Z@orbis-terrarum.net
In Reply to: Re: [gentoo-dev] linux-info.eclass: check_extra_config requires a configured kernel by Fabio Erculiani
1 On Fri, Nov 04, 2011 at 04:11:42PM +0100, Fabio Erculiani wrote:
2 > On Fri, Nov 4, 2011 at 3:46 PM, Mike Gilbert <floppym@g.o> wrote:
3 > >
4 > > It is good that we warn users about this when they install the package,
5 > > but I don't think the ebuild should die.
6 >
7 > I've always found ebuilds dying at kernel config checks really annoying.
8 > Checking kernel features at build time (if we die) is broken and
9 > should be banned IMO:
10 You're going off on a tangent.
11
12 The ONLY time that kernel config checks are fatal is when you're
13 building kernel modules, and the module will fail to compile unless
14 there is a .config and suitable options set.
15
16 chromium is using the fatal mode of CONFIG_CHECK wrongly.
17
18 --
19 Robin Hugh Johnson
20 Gentoo Linux: Developer, Trustee & Infrastructure Lead
21 E-Mail : robbat2@g.o
22 GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85

Replies