|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
Re: [XenPPC] xen-ppc repository appears to be broken
Damn, my fault, the "console sync on BUG()" changeset did not include
the removal of the PPC only -Wredundant-decls.
An alternate solution is in the pipeline so I'll back it out.
-JX
On Jun 30, 2006, at 1:06 AM, Mark F Mergen wrote:
After doing hg pull into an unmodified clone, I got a build error.
I got a new clone from scratch, but the build error is still
there. This is the tail of my build output:
make -f /a/kix/homes/kix/mergen/xen/xen-ppc/xen/Rules.mk -C /a/kix/
homes/kix/mergen/xen/xen-ppc/xen/common built_in.o
make[3]: Entering directory `/a/kix/homes/kix/mergen/xen/xen-ppc/
xen/common'
gcc -m64 -ffreestanding -fno-builtin -fno-common -fno-strict-
aliasing -iwithprefix include -Wall -Werror -pipe -I/a/kix/homes/
kix/mergen/xen/xen-ppc/xen/include -I/a/kix/homes/kix/mergen/xen/
xen-ppc/xen/include/asm-ppc/mach-generic -I/a/kix/homes/kix/mergen/
xen/xen-ppc/xen/include/asm-ppc/mach-default -Wpointer-arith -
Wredundant-decls -msoft-float -O2 -g -D__XEN__ -c acm_ops.c -o
acm_ops.o
cc1: warnings being treated as errors
In file included from acm_ops.c:27:
/a/kix/homes/kix/mergen/xen/xen-ppc/xen/include/xen/console.h:23:
warning: redundant redeclaration of 'console_start_sync'
/a/kix/homes/kix/mergen/xen/xen-ppc/xen/include/xen/lib.h:11:
warning: previous declaration of 'console_start_sync' was here
/a/kix/homes/kix/mergen/xen/xen-ppc/xen/include/xen/console.h:24:
warning: redundant redeclaration of 'console_end_sync'
/a/kix/homes/kix/mergen/xen/xen-ppc/xen/include/xen/lib.h:12:
warning: previous declaration of 'console_end_sync' was here
make[3]: *** [acm_ops.o] Error 1
make[3]: Leaving directory `/a/kix/homes/kix/mergen/xen/xen-ppc/xen/
common'
make[2]: *** [/a/kix/homes/kix/mergen/xen/xen-ppc/xen/common/
built_in.o] Error 2
make[2]: Leaving directory `/a/kix/homes/kix/mergen/xen/xen-ppc/xen/
arch/ppc'
make[1]: *** [/a/kix/homes/kix/mergen/xen/xen-ppc/xen/xen] Error 2
make[1]: Leaving directory `/a/kix/homes/kix/mergen/xen/xen-ppc/xen'
I'm out of business until this is fixed, because I already updated
my modified tree.
Mark
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
|
|
|
|