Gentoo Archives: gentoo-dev

From: Ingo Krabbe <i.krabbe@×××××.net>
To: Gentoo Developer <gentoo-dev@g.o>
Subject: Re: [gentoo-dev] linux-headers in baselayout
Date: Thu, 13 Feb 2003 10:24:37
Message-Id: 20030213101540.GA12558@dokom.net
In Reply to: Re: [gentoo-dev] linux-headers in baselayout by Joseph Carter
1 On Thu, Feb 13, 2003 at 02:05:18AM -0800, Joseph Carter wrote:
2 > On Thu, Feb 13, 2003 at 09:41:48AM +0100, Ingo Krabbe wrote:
3 > > I have a small problem with linux headers as a dependency in
4 > > baselayout. Hmm, I don't know exactly why I encounter it at all:
5 > >
6 > > Linux headers install /usr/include/linux and /usr/include/asm.
7 > >
8 > > A normal developer configuration would be to link
9 > > /usr/src/linux/include/linux -> /usr/include/linux and
10 > > /usr/src/linux/include/asm -> /usr/include/asm
11 >
12 > Linus Torvalds has said repeatedly that these should match the glibc
13 > headers, NOT your current kernel. He justified himself, and others have
14 > provided the same and other good reasons not to have those be symlinks.
15 >
16 > For some reason, people refuse to listen.
17 >
18 > --
19 > Joseph Carter <knghtbrd@×××.org> A mighty Oak is the result of
20 > ^ a nut a nut that held its ground
21 >
22 > Try intercal.
23 > You will never hate another programming language again.
24 > -- Richard Braakman
25 >
26
27 Hmm, yes thats understood, no problem to use it this way. I'm just a
28 bit confused about "/usr/include/autoconf.h", which contains different
29 variables, then the running kernel. This again is a problem for the
30 alsa-driver module which complains about missing version information in
31 modules, that I actually switched off.
32
33 I come through that this is a bug of alsa-driver. Wouldn't it be
34 usefull to remove autoconf.h at all for secrutity reasons since packages
35 that rely on the current kernel configuration should be compiled against
36 /usr/src/linux/include/linux and not against /usr/include/linux ?
37
38 BYE INGO
39
40 --
41 gentoo-dev@g.o mailing list