From: Dietmar Hahn <dietmar.hahn@ts.fujitsu.com>
To: xen-devel@lists.xen.org, lars.kurth@xen.org
Cc: "xen-users@lists.xen.org" <xen-users@lists.xen.org>,
"xen-api@lists.xen.org" <xen-api@lists.xen.org>
Subject: Re: Xen 4.3 RC1 Test Day on freenode channel #xentest is today
Date: Wed, 08 May 2013 10:30:04 +0200 [thread overview]
Message-ID: <25359532.tnyFycmnIx@amur> (raw)
In-Reply-To: <518A002B.1090103@xen.org>
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-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next parent reply other threads:[~2013-05-08 8:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <518A002B.1090103@xen.org>
2013-05-08 8:30 ` Dietmar Hahn [this message]
2013-05-08 9:10 ` [Xen-users] Xen 4.3 RC1 Test Day on freenode channel #xentest is today Ian Campbell
2013-05-08 12:07 ` Dietmar Hahn
2013-05-08 12:15 ` Ian Campbell
2013-05-08 12:35 ` Dietmar Hahn
2013-05-08 12:44 ` Ian Campbell
2013-05-08 12:37 ` George Dunlap
2013-05-08 7:35 Lars Kurth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=25359532.tnyFycmnIx@amur \
--to=dietmar.hahn@ts.fujitsu.com \
--cc=lars.kurth@xen.org \
--cc=xen-api@lists.xen.org \
--cc=xen-devel@lists.xen.org \
--cc=xen-users@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.