Gentoo Archives: gentoo-amd64

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Kernel 2.6.21 problem
Date: Sun, 29 Apr 2007 18:27:24
Message-Id: 5bdc1c8b0704291125p43127c64jd20e3750b08740fe@mail.gmail.com
In Reply to: [gentoo-amd64] Kernel 2.6.21 problem by Peter Humphrey
1 On 4/29/07, Peter Humphrey <prh@××××××××××.uk> wrote:
2 > On syncing today I was offered gentoo-sources-2.6.21. On attempting to
3 > compile it I get:
4 >
5 > drivers/built-in.o: In function `acpi_rtc_init':
6 > glue.c:(.init.text+0x34c2): undefined reference to `pnp_bus_type'
7 > drivers/built-in.o: In function `acpi_bus_generate_event':
8 > (.text.acpi_bus_generate_event+0x25): undefined reference to `event_is_open'
9 > drivers/built-in.o: In function `acpi_bus_get_power':
10 > (.text.acpi_bus_get_power+0x97): undefined reference to
11 > `acpi_power_get_inferred_state'
12 > drivers/built-in.o: In function `acpi_bus_set_power':
13 > (.text.acpi_bus_set_power+0xf3): undefined reference to
14 > `acpi_power_transition'
15 > drivers/built-in.o: In function `acpi_bus_set_power':
16 > (.text.acpi_bus_set_power+0x165): undefined reference to
17 > `acpi_power_transition'
18 >
19 > Does this imply that I'm required to include a full ACPI setup in my
20 > kernels? I'm trying to prevent all attempts to switch my monitor off, but
21 > without a lot of success so far. (If I haven't told the machine to do
22 > something, it shouldn't do it; and I want control over my peripherals
23 > thank-you-very-much.)
24 >
25 > My kernel-compilation method is as follows:
26 > 1. Emerge -u gentoo-sources
27 > 2. Set /usr/src/linux manually (I know there is an automatic method, but
28 > that kills any package that's recompiled with every kernel version)
29 > 3. Copy the previous .config from its store on /boot
30 > 4. Make oldconfig and set any new options, making a note of any that need
31 > further exploration
32 > 5. If any such notes, make menuconfig and read help; change any settings
33 > that need it
34 > 6. Make && make modules_install
35 > 7. Copy new .config and new kernel to /boot
36 > 8. Change /boot/grub/grub.conf to choose the new kernel by default
37 > 9. Reboot no-X and remerge nvidia-drivers and vmware-server
38 > 10. Reboot into KDE and check the system over
39 > 11. Celebrate with a pint.
40 >
41 > --
42 > Rgds
43 > Peter Humphrey
44 > Linux Counter 5290, Aug 93
45
46 Hi Peter,
47 I've been running rt-sources-2.6.21-rc5-rt12 for a few weeks with
48 no problems but likely I didn't have the same config options as you.
49 rt-sources-2.6.21-r1 is out now so I should really upgrade.
50
51 Our build processes are pretty much identical except I would build
52 the video driver without the reboot. seems to work as long as the
53 /usr/src/linux link is in place. Maybe I shouldn't be doing that?
54
55 Before filing a bug report I'd suggest building 2.6.21 from
56 kernel.org instead of gentoo-sources to see if it's a kernel problem
57 or something introduced by our developers.
58
59 Good luck,
60 Mark
61 --
62 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Kernel 2.6.21 problem William Tetrault <xcourse97@×××××××.net>