Juergen Gross
2010-Feb-12 09:44 UTC
[Xen-devel] Re: [Xen-changelog] [xen-unstable] hvmloader: Remove checked-in ready-compiled SSDT_PM and SSDT_TPM.
Xen patchbot-unstable wrote:> # HG changeset patch > # User Keir Fraser <keir.fraser@citrix.com> > # Date 1265924987 0 > # Node ID 363bbf5115736d885b5574bf38af3efdbfaa3170 > # Parent e857cd5fa7081604f4e2d4be2c37917686472c72 > hvmloader: Remove checked-in ready-compiled SSDT_PM and SSDT_TPM. > > These can be built at the same time as the DSDT. > > Signed-off-by: Keir Fraser <keir.fraser@citrix.com> > --- > tools/firmware/hvmloader/acpi/ssdt_pm.h | 202 ------------------------------- > tools/firmware/hvmloader/acpi/ssdt_tpm.h | 25 ---This breaks the build: make[8]: Entering directory `/root/xen-unstable.hg/tools/firmware/hvmloader/acpi'' gcc -O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls -m32 -march=i686 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF .build.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -Werror -fno-stack-protector -fno-builtin -msoft-float -I. -I.. -I../../../../tools/include -c -o build.o build.c build.c:20:22: error: ssdt_tpm.h: No such file or directory build.c:21:21: error: ssdt_pm.h: No such file or directory build.c: In function ‘construct_secondary_tables’: build.c:203: error: ‘ssdt_pm’ undeclared (first use in this function) build.c:203: error: (Each undeclared identifier is reported only once build.c:203: error: for each function it appears in.) build.c:213: error: ‘ssdt_tpm’ undeclared (first use in this function) make[8]: *** [build.o] Error 1 make[8]: Leaving directory `/root/xen-unstable.hg/tools/firmware/hvmloader/acpi'' make[7]: *** [subdir-all-acpi] Error 2 make[7]: Leaving directory `/root/xen-unstable.hg/tools/firmware/hvmloader'' make[6]: *** [subdirs-all] Error 2 make[6]: Leaving directory `/root/xen-unstable.hg/tools/firmware/hvmloader'' make[5]: *** [subdir-all-hvmloader] Error 2 make[5]: Leaving directory `/root/xen-unstable.hg/tools/firmware'' make[4]: *** [subdirs-all] Error 2 make[4]: Leaving directory `/root/xen-unstable.hg/tools/firmware'' make[3]: *** [all] Error 2 make[3]: Leaving directory `/root/xen-unstable.hg/tools/firmware'' make[2]: *** [subdir-install-firmware] Error 2 make[2]: Leaving directory `/root/xen-unstable.hg/tools'' make[1]: *** [subdirs-install] Error 2 make[1]: Leaving directory `/root/xen-unstable.hg/tools'' make: *** [install-tools] Error 2 Juergen -- Juergen Gross Principal Developer Operating Systems TSP ES&S SWE OS6 Telephone: +49 (0) 89 3222 2967 Fujitsu Technolgy Solutions e-mail: juergen.gross@ts.fujitsu.com Domagkstr. 28 Internet: ts.fujitsu.com D-80807 Muenchen Company details: ts.fujitsu.com/imprint.html _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2010-Feb-12 09:56 UTC
Re: [Xen-devel] Re: [Xen-changelog] [xen-unstable] hvmloader: Remove checked-in ready-compiled SSDT_PM and SSDT_TPM.
On 12/02/2010 09:44, "Juergen Gross" <juergen.gross@ts.fujitsu.com> wrote:>> hvmloader: Remove checked-in ready-compiled SSDT_PM and SSDT_TPM. >> >> These can be built at the same time as the DSDT. >> >> Signed-off-by: Keir Fraser <keir.fraser@citrix.com> >> --- >> tools/firmware/hvmloader/acpi/ssdt_pm.h | 202 >> ------------------------------- >> tools/firmware/hvmloader/acpi/ssdt_tpm.h | 25 --- > > This breaks the build:Yeah, it''s fixed now. Thanks, Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel