Re: BK current compile failure

Linus Torvalds (torvalds@transmeta.com)
Mon, 18 Nov 2002 23:03:54 -0800 (PST)


On 18 Nov 2002, Dax Kelson wrote:
>
> Linus, do you want compile failure reports like below?

Well, I certainly prefer not to, simply because you might as well send
them to linux-kernel and get it resolved that way by some random person
who just happens to be awake.

It looks like

- an ACPI configuration bug, where CONFIG_ACPI_SLEEP is allowed even
though CONFIG_SOFTWARE_SUSPEND is not enabled.

- keyboard.c and parts of VT not depending on CONFIG_INPUT

- device mapper using vcalloc() even though no such function has ever
existed in the kernel (it's vmalloc + memset()).

and I think the only way to fix these things is to publicly shame
maintainers into fixing the stuff they maintain.

Linus

---
> arch/i386/kernel/built-in.o: In function `do_suspend_lowlevel':
> arch/i386/kernel/built-in.o(.data+0x1304): undefined reference to `save_processor_state'
> arch/i386/kernel/built-in.o(.data+0x130a): undefined reference to `saved_context_esp'
....

> drivers/built-in.o: In function `kd_nosound': > drivers/built-in.o(.text+0x420ea): undefined reference to `input_event' > drivers/built-in.o(.text+0x4210c): undefined reference to `input_event' .... > drivers/built-in.o: In function `kd_mksound': > drivers/built-in.o(.text+0x421ab): undefined reference to `input_event' > drivers/built-in.o: In function `kbd_bh': > drivers/built-in.o(.text+0x42f07): undefined reference to `input_event' > drivers/built-in.o(.text+0x42f2a): undefined reference to `input_event' .... > drivers/built-in.o: In function `alloc_targets': > drivers/built-in.o(.text+0x8d0a7): undefined reference to `vcalloc' > drivers/built-in.o: In function `setup_indexes': > drivers/built-in.o(.text+0x8dabb): undefined reference to `vcalloc'

- 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/