Gentoo Archives: gentoo-dev

From: Peter Stuge <peter@×××××.se>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] moving kernel config checks forward: potential config checking tool
Date: Mon, 27 Sep 2021 19:26:53
Message-Id: 20210927192647.1275.qmail@stuge.se
In Reply to: [gentoo-dev] moving kernel config checks forward: potential config checking tool by "Robin H. Johnson"
1 Robin H. Johnson wrote:
2 > We have some set of packages (A) which collectively depend on one or
3 > more kernel options being set in specific ways, and the options need to
4 > REMAIN set if you want the packages to continue work.
5 ..
6 > Can we consider moving the checks for set A somewhere else, such that we
7 > don't check the kernel config during package compile & install time, but
8 > only check it later?
9
10 I only see one problem with this; that USE flags could influence which
11 kernel options are required, which would be useful to know at/before
12 compile time.
13
14
15 > It would need to keep long-term state about which packages want
16 > specific options set/unset/modular, as well as short-term state
17 > about the config from each boot.
18
19 It's a cool idea. A standardized solution would be quite nice for the
20 whole Linux ecosystem.
21
22
23 //Peter