Gentoo Archives: gentoo-dev

From: Andrew Gaffney <agaffney@×××××××××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] bootstrapping with NPTL
Date: Tue, 03 Feb 2004 19:23:54
Message-Id: 401FD8EF.1070607@skylineaero.com
In Reply to: Re: [gentoo-dev] bootstrapping with NPTL by "Thomas T. Veldhouse"
1 Thomas T. Veldhouse wrote:
2 >
3 >
4 > Andrew Gaffney wrote:
5 >
6 >> I am currently bootstrapping on another system. I added "nptl" to the
7 >> USE flags. I started scripts/bootstrap-2.6.sh. It gave me an error
8 >> about sys-kernel/linux-headers-2.6.0 being masked so I edited the
9 >> build and added x86 to KEYWORDS and ran scripts/bootstrap-2.6.sh
10 >> again. Will this leave me with a from-scratch NPTL-enabled system?
11 >>
12 >
13 > You might want to run this patch on your linux-headers before you try to
14 > build XFree86.
15 >
16 > --- kd.h.orig 2004-02-03 10:51:27.818963120 -0600
17 > +++ kd.h 2004-02-03 10:51:36.501643152 -0600
18 > @@ -134,7 +134,7 @@
19 >
20 > struct kbd_repeat {
21 > int delay; /* in msec; <= 0: don't change */
22 > - int period; /* in msec; <= 0: don't change */
23 > + int rate; /* in msec; <= 0: don't change */
24 > /* earlier this field was misnamed "rate" */
25 > };
26 >
27 > Of course, you may want to change it back again after you emerge XFree86.
28 >
29 > --- kd.h 2004-02-03 10:51:36.501643152 -0600
30 > +++ kd.h.orig 2004-02-03 10:51:27.818963120 -0600
31 > @@ -134,7 +134,7 @@
32 >
33 > struct kbd_repeat {
34 > int delay; /* in msec; <= 0: don't change */
35 > - int rate; /* in msec; <= 0: don't change */
36 > + int period; /* in msec; <= 0: don't change */
37 > /* earlier this field was misnamed "rate" */
38 > };
39 >
40 >
41 > I think a kernel specific conditional patch should be included in
42 > XFree86 as it is unlikely the linux kernel headers are going to change
43 > back.
44
45 Thanks for the heads up on that one.
46
47 --
48 Andrew Gaffney
49 Network Administrator
50 Skyline Aeronautics, LLC.
51 636-357-1548
52
53
54 --
55 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] XFree86 and 2.6 kernel headers Donnie Berkholz <spyderous@g.o>