2002-06-05 16:35:16

by Joseph Pingenot

[permalink] [raw]
Subject: And one last build error (2.5.20)

when making modules_install:
make[1]: Leaving directory `/usr/local/src/kernel/linux-2.5.20/arch/i386/pci'
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.20; fi
depmod: *** Unresolved symbols in /lib/modules/2.5.20/kernel/drivers/acpi/thermal.o
depmod: acpi_processor_set_thermal_limit
make: [_modinst_post] Error 1 (ignored)

--
Joseph======================================================jap3003@ksu.edu
"Ich bin ein Penguin." --/. poster mmarlett, responding to news that the
Bundestag will move to IBM/SuSE Linux.
http://slashdot.org/comments.pl?sid=33588&cid=3631032


2002-06-05 16:52:12

by Andrew Grover

[permalink] [raw]
Subject: RE: And one last build error (2.5.20)

> From: Joseph Pingenot [mailto:[email protected]]
> when making modules_install:
> make[1]: Leaving directory
> `/usr/local/src/kernel/linux-2.5.20/arch/i386/pci'
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.20; fi
> depmod: *** Unresolved symbols in
> /lib/modules/2.5.20/kernel/drivers/acpi/thermal.o
> depmod: acpi_processor_set_thermal_limit
> make: [_modinst_post] Error 1 (ignored)

Whups, acpi_processor_set_thermal_limit needs to be listed in acpi_ksyms.c.

-- Andy