2007-08-13 16:44:11

by Ingo Saitz

[permalink] [raw]
Subject: 2.6.23-rc3-hrt1 fails to compile

This is a clean 2.6.23-rc3-hrt1 with no additional patches, .config
attached. make bzImage stops at:

LD drivers/acpi/resources/built-in.o
CC drivers/acpi/sleep/poweroff.o
CC drivers/acpi/sleep/wakeup.o
CC drivers/acpi/sleep/main.o
CC drivers/acpi/sleep/proc.o
LD drivers/acpi/sleep/built-in.o
make[3]: *** No rule to make target `drivers/acpi/tables/tbxface.o', needed by `drivers/acpi/tables/built-in.o'. Stop.
make[2]: *** [drivers/acpi/tables] Error 2
make[1]: *** [drivers/acpi] Error 2
make: *** [drivers] Error 2

There is no file named "*tbxface*" in the source.

Ingo
--
"Niemand hat die Absicht eine Mauer zu errichten"
-- Walter Ulbricht, DDR-Staatsratsvorsitzender
http://video.google.com/videoplay?docid=6233111545394191802


Attachments:
(No filename) (0.00 B)
signature.asc (189.00 B)
Digital signature
Download all attachments

2007-08-13 16:10:12

by Thomas Gleixner

[permalink] [raw]
Subject: Re: 2.6.23-rc3-hrt1 fails to compile

On Mon, 2007-08-13 at 14:54 +0200, Ingo Saitz wrote:
> This is a clean 2.6.23-rc3-hrt1 with no additional patches, .config
> attached. make bzImage stops at:
>
> LD drivers/acpi/resources/built-in.o
> CC drivers/acpi/sleep/poweroff.o
> CC drivers/acpi/sleep/wakeup.o
> CC drivers/acpi/sleep/main.o
> CC drivers/acpi/sleep/proc.o
> LD drivers/acpi/sleep/built-in.o
> make[3]: *** No rule to make target `drivers/acpi/tables/tbxface.o', needed by `drivers/acpi/tables/built-in.o'. Stop.
> make[2]: *** [drivers/acpi/tables] Error 2
> make[1]: *** [drivers/acpi] Error 2
> make: *** [drivers] Error 2
>
> There is no file named "*tbxface*" in the source.

Fixed in -hrt2

Thanks,
tglx