Gentoo Archives: gentoo-dev

From: Daniel Drake <dsd@g.o>
To: gentoo-dev@l.g.o, Georgi Georgiev <chutz@×××.net>
Subject: Re: [gentoo-dev] linux-info.eclass and $CONFIG_CHECK
Date: Wed, 21 Sep 2005 12:43:56
Message-Id: 1127308657.43315d711f879@dsd.homelinux.net
In Reply to: [gentoo-dev] linux-info.eclass and $CONFIG_CHECK by Georgi Georgiev
1 Quoting Georgi Georgiev <chutz@×××.net>:
2 > I can only think of a couple of solution:
3 >
4 > - Remove these unnecessary checks completely: Follow the example of all
5 > other distributions and do not depend on anything kernel-ish for such
6 > packages. A recompilation of the kernel with different options can
7 > easily cause what the checks are trying to avoid anyway.
8 >
9 > - Make the checks in linux-info non-fatal. I.e., don't die but issue
10 > warnings instead. That's the *least* that I'd be happy with.
11 >
12 > What do you people think the proper solution is?
13
14 In my opinion, the way it is currently done (require those options which are
15 required for the package to function correctly) is the right way to do it.
16
17 Just because other distributions do it differently doesn't justify us changing.
18 I've seen and recieved various reports of positive feedback about the way we
19 handle this.
20
21 The only real argument is that it makes it difficult for people who cross
22 compile packages for use on other systems only, in which case it might make
23 sense for the possibility to override the behaviour.
24
25 Daniel
26 --
27 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] linux-info.eclass and $CONFIG_CHECK Chris Gianelloni <wolf31o2@g.o>