Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xenkernel33 fails to compile



No idea what I'm doing wrong here, just updated and no luck on -current:

hile read what name hdr; do \
        /bin/sh 
/usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/get-fields.sh "$what" 
compat_$name $(echo compat/$hdr | sed 's,@arch@,x86_32,g') || exit $?; \
done >compat/xlat.h.new
mv -f compat/xlat.h.new compat/xlat.h
rm compat/kexec.i compat/arch-x86_32.c compat/arch-x86/xen-x86_32.c
compat/memory.c compat/sched.c compat/vcpu.c compat/xen.i
compat/physdev.i compat/trace.i compat/features.i compat/callback.c
compat/event_channel.i compat/xencomm.i compat/arch-x86/xen.i
compat/arch-x86/xen-mca.i compat/version.i compat/platform.i
compat/xen.c compat/kexec.c compat/nmi.i compat/elfnote.i
compat/physdev.c compat/vcpu.i compat/trace.c compat/features.c
compat/elfnote.c compat/event_channel.c compat/grant_table.i
compat/xencomm.c compat/arch-x86/xen.c compat/arch-x86/xen-mca.c
compat/version.c compat/arch-x86_32.i compat/platform.c compat/memory.i
compat/sched.i compat/nmi.c compat/callback.i compat/xenoprof.c
compat/xenoprof.i compat/grant_table.c compat/arch-x86/xen-x86_32.i
gmake[3]: Leaving directory
`/usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include'
/usr/pkg/bin/gmake
-f /usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/Rules.mk -C
arch/x86 asm-offsets.s
gmake[3]: Entering directory
`/usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/arch/x86'
gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall
-Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement
-DNDEBUG -nostdinc -fno-builtin -fno-common -iwithprefix include -Werror
-Wno-pointer-arith -pipe
-I/usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include
-I/usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic
 
-I/usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-default
 -msoft-float -fno-stack-protector -mno-red-zone -fpic -fno-reorder-blocks 
-fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -g -D__XEN__ 
-MMD -MF .asm-offsets.s.d -S -o asm-offsets.s x86_64/asm-offsets.c
In file included
from /usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/xen/lib.h:5,

from 
/usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm/spinlock.h:5,

from 
/usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/xen/spinlock.h:39,

from /usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/xen/sched.h:7,
                 from x86_64/asm-offsets.c:9:
/usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/xen/stdarg.h:4:22: 
error: stdarg.h: No such file or directory
In file included
from 
/usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm/spinlock.h:5,

from 
/usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/xen/spinlock.h:39,

from /usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/xen/sched.h:7,
                 from x86_64/asm-offsets.c:9:
/usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/xen/lib.h:72: 
error: expected declaration specifiers or '...' before 'va_list'
/usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/xen/lib.h:76: 
error: expected declaration specifiers or '...' before 'va_list'
/usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/xen/lib.h:80: 
error: expected declaration specifiers or '...' before 'va_list'
gmake[3]: *** [asm-offsets.s] Error 1
gmake[3]: Leaving directory
`/usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/arch/x86'
gmake[2]: *** [/usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/xen]
Error 2
gmake[2]: Leaving directory
`/usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen'
gmake[1]: *** [install] Error 2
gmake[1]: Leaving directory
`/usr/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen'
gmake: *** [install-xen] Error 2
*** Error code 2

Stop.
make: stopped in /usr/pkgsrc/sysutils/xenkernel33
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/sysutils/xenkernel33




Home | Main Index | Thread Index | Old Index