[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] [Xen-devel] Xen 4.3 RC1 Test Day on freenode channel #xentest is today
Am Mittwoch 08 Mai 2013, 08:35:07 schrieb Lars Kurth: > Hi everybody, > > we have the first test day for Xen 4.3 today. > > For more information on Test Days and how to join see > http://wiki.xen.org/wiki/Xen_Test_Days > For test instructions see > http://wiki.xen.org/wiki/Xen_4.3_RC1_test_instructions I tried to build xen-4.3.0-rc1 on openSUSE 12.3 (x86_64) As described in the wiki http://wiki.xen.org/wiki/Compiling_Xen_From_Source I did: # git clone -b 4.3.0-rc1 git://xenbits.xen.org/xen.git # cd xen # ./configure --libdir=/usr/lib64 # make dist The compiling breaks in building seabios and at the moment I have no glue where to look. If anybody can give a hint I can help to debug this. Thanks. Dietmar. make[3]: Entering directory `/home/hahn/Src/Xen/Git/xen/tools/firmware' GIT='socksify git' /home/hahn/Src/Xen/Git/xen/tools/firmware/../../scripts/git-checkout.sh git://xenbits.xen.org/seabios.git rel-1.7.1 seabios-dir Cloning into 'seabios-dir-remote.tmp'... remote: Counting objects: 8293, done. remote: Compressing objects: 100% (1817/1817), done. remote: Total 8293 (delta 6599), reused 8149 (delta 6470) Receiving objects: 100% (8293/8293), 2.04 MiB | 54 KiB/s, done. Resolving deltas: 100% (6599/6599), done. /home/hahn/Src/Xen/Git/xen/tools/firmware/seabios-dir-remote.tmp Switched to a new branch 'dummy' cp seabios-config seabios-dir/.config; make PYTHON=python subdirs-all make[4]: Entering directory `/home/hahn/Src/Xen/Git/xen/tools/firmware' make[5]: Entering directory `/home/hahn/Src/Xen/Git/xen/tools/firmware' make -C seabios-dir all Working around non-functional -combine make[6]: Entering directory `/home/hahn/Src/Xen/Git/xen/tools/firmware/seabios-dir-remote' Build Kconfig config file Compiling IASL out/acpi-dsdt.hex out/acpi-dsdt.dsl.i 578: Return(0x01) Warning 1104 - ^ Reserved method should not return a value (_L00) out/acpi-dsdt.dsl.i 581: Return(\_SB.PCI0.PCNF()) Warning 1104 - Reserved method should not return a value ^ (_E01) out/acpi-dsdt.dsl.i 584: Return(\_SB.PRSC()) Warning 1104 - ^ Reserved method should not return a value (_E02) out/acpi-dsdt.dsl.i 587: Return(0x01) Warning 1104 - ^ Reserved method should not return a value (_L03) out/acpi-dsdt.dsl.i 590: Return(0x01) Warning 1104 - ^ Reserved method should not return a value (_L04) out/acpi-dsdt.dsl.i 593: Return(0x01) Warning 1104 - ^ Reserved method should not return a value (_L05) out/acpi-dsdt.dsl.i 596: Return(0x01) Warning 1104 - ^ Reserved method should not re ... ... And a lot more of these warnings ... ... ASL Input: out/acpi-dsdt.dsl.i - 628 lines, 22960 bytes, 344 keywords AML Output: out/acpi-dsdt.aml - 4682 bytes, 163 named objects, 181 executable opcodes Listing File: out/acpi-dsdt.lst - 150565 bytes Hex Dump: out/acpi-dsdt.hex - 44234 bytes Compilation complete. 0 Errors, 16 Warnings, 0 Remarks, 257 Optimizations Compiling IASL out/ssdt-proc.hex ASL Input: out/ssdt-proc.dsl.i - 35 lines, 765 bytes, 8 keywords AML Output: out/ssdt-proc.aml - 120 bytes, 6 named objects, 2 executable opcodes Listing File: out/ssdt-proc.lst - 2563 bytes Hex Dump: out/ssdt-proc.hex - 1407 bytes Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 0 Optimizations Compiling IASL out/ssdt-pcihp.hex out/ssdt-pcihp.dsl.i 12: Method (_EJ0, 1) { Return(PCEJ(0x01)) } Name (_SUN, 0x01) } Warning 1104 - Reserved method should not return a value ^ (_EJ0) out/ssdt-pcihp.dsl.i 17: Method (_EJ0, 1) { Return(PCEJ(0x02)) } Name (_SUN, 0x02) } Warning 1104 - Reserved method should not return a value ^ (_EJ0) out/ssdt-pcihp.dsl.i 22: Method (_EJ0, 1) { Return(PCEJ(0x03)) } Name (_SUN, 0x03) } Warning 1104 - Reserved method should not return a value ^ (_EJ0) ... ... And a lot more of these warnings ... ... ASL Input: out/ssdt-pcihp.dsl.i - 231 lines, 8975 bytes, 254 keywords AML Output: out/ssdt-pcihp.aml - 1646 bytes, 130 named objects, 124 executable opcodes Listing File: out/ssdt-pcihp.lst - 38557 bytes Hex Dump: out/ssdt-pcihp.hex - 15734 bytes Compilation complete. 0 Errors, 31 Warnings, 0 Remarks, 3 Optimizations Compiling whole program out/ccode32flat.o In file included from out/ccode32flat.o.tmp.c:45:0: out/../src/acpi.c: In function âbuild_ssdtâ: out/../src/acpi.c:417:34: error: âssdt_proc_endâ undeclared (first use in this function) out/../src/acpi.c:417:34: note: each undeclared identifier is reported only once for each function it appears in out/../src/acpi.c:417:34: error: âssdt_proc_startâ undeclared (first use in this function) out/../src/acpi.c:439:26: error: âssdp_proc_amlâ undeclared (first use in this function) out/../src/acpi.c:440:18: error: âssdt_proc_nameâ undeclared (first use in this function) out/../src/acpi.c:443:18: error: âssdt_proc_idâ undeclared (first use in this function) In file included from out/ccode32flat.o.tmp.c:45:0: out/../src/acpi.c: In function âbuild_pcihpâ: out/../src/acpi.c:528:35: error: âssdp_pcihp_amlâ undeclared (first use in this function) out/../src/acpi.c:537:9: error: âaml_ej0_nameâ undeclared (first use in this function) out/../src/acpi.c:537:37: error: âaml_adr_dwordâ undeclared (first use in this function) out/../src/acpi.c:561:14: error: âacpi_s3_nameâ undeclared (first use in this function) out/../src/acpi.c:563:14: error: âacpi_s4_nameâ undeclared (first use in this function) out/../src/acpi.c:565:14: error: âacpi_s4_pkgâ undeclared (first use in this function) out/../src/acpi.c: In function âacpi_bios_initâ: out/../src/acpi.c:780:41: error: âAmlCodeâ undeclared (first use in this function) make[6]: *** [out/ccode32flat.o] Error 1 make[6]: Leaving directory `/home/hahn/Src/Xen/Git/xen/tools/firmware/seabios-dir-remote' make[5]: *** [subdir-all-seabios-dir] Error 2 make[5]: Leaving directory `/home/hahn/Src/Xen/Git/xen/tools/firmware' make[4]: *** [subdirs-all] Error 2 make[4]: Leaving directory `/home/hahn/Src/Xen/Git/xen/tools/firmware' make[3]: *** [all] Error 2 make[3]: Leaving directory `/home/hahn/Src/Xen/Git/xen/tools/firmware' make[2]: *** [subdir-install-firmware] Error 2 make[2]: Leaving directory `/home/hahn/Src/Xen/Git/xen/tools' make[1]: *** [subdirs-install] Error 2 make[1]: Leaving directory `/home/hahn/Src/Xen/Git/xen/tools' make: *** [install-tools] Error 2 -- Company details: http://ts.fujitsu.com/imprint.html _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |