Messages in this thread |  | | | Date | Thu, 26 May 2005 00:23:46 -0700 | | From | "Martin J. Bligh" <> | | Subject | Re: 2.6.12-rc5-mm1 |
| |
--"Martin J. Bligh" <mbligh@mbligh.org> wrote (on Thursday, May 26, 2005 00:14:34 -0700):
> > > --"Martin J. Bligh" <mbligh@mbligh.org> wrote (on Thursday, May 26, 2005 00:05:33 -0700): > >> >> >> --Andrew Morton <akpm@osdl.org> wrote (on Wednesday, May 25, 2005 23:47:17 -0700): >> >>> "Martin J. Bligh" <mbligh@mbligh.org> wrote: >>>> >>>> Build failure on numaq: >>>> http://ftp.kernel.org/pub/linux/kernel/people/mbligh/config/abat/numaq >>>> >>>> In file included from include/linux/sched.h:12, >>>> from arch/i386/kernel/asm-offsets.c:7: >>>> include/linux/jiffies.h:42:3: #error You lose. >>> >>> You lost! CONFIG_HZ didn't get set. >>> >>> Something obviously went wrong in the magic in kernel/Kconfig.hz. Wanna do >>> `grep HZ .config' and see if you can work out why it broke? >> >> Tis conspicious by it's absence. >> >> mbligh@kernel:~/linux-2.6.12-rc5-mm1$ grep HZ .config >> mbligh@kernel:~/linux-2.6.12-rc5-mm1$ >> >> I'll poke at it in the morning, with the benfits of less wine, and more >> sleep >> >> M. > > source kernel/Kconfig.hz is under: > menu "APM (Advanced Power Management) BIOS Support" > depends on PM && !X86_VISWS > > So it's screwed if you don't have PM defined, it seems.
Ironically once I work around that it fails with:
arch/i386/kernel/built-in.o(.init.text+0xfe4): In function `sys_set_thread_area': arch/i386/kernel/process.c:869: undefined reference to `acpi_read_root_resources' drivers/built-in.o(.text+0x1fa3d): In function `acpi_pci_root_add': drivers/acpi/pci_root.c:275: undefined reference to `pci_acpi_scan_root' make: *** [.tmp_vmlinux1] Error 1
instead. Oh well. bedtime.
M.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |