=> Bootstrap dependency digest>=20010302: found digest-20111104
=> Bootstrap dependency fetch-[0-9]*: found fetch-1.7
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for xenkernel33-3.3.2nb4
=> Substituting "py" in xen/tools/get-fields.sh
=> Substituting "py2" in xen/tools/compat-build-source.py xen/tools/compat-build-header.py
cd /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2 && /usr/bin/make debug=n xen
/usr/bin/make -C xen install
make[1]: Entering directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen'
/usr/bin/make -f Rules.mk _install
make[2]: Entering directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen'
/usr/bin/make -C tools
make[3]: Entering directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools'
[ -d figlet ] && /usr/bin/make -C figlet
make[4]: Entering directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/figlet'
gcc -o figlet figlet.c
make[4]: Leaving directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/figlet'
/usr/bin/make symbols
make[4]: Entering directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools'
gcc -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -Wdeclaration-after-statement -o symbols symbols.c
make[4]: Leaving directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools'
make[3]: Leaving directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools'
/usr/bin/make -f /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/Rules.mk include/xen/compile.h
make[3]: Entering directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen'
/usr/bin/make -C tools
make[4]: Entering directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools'
[ -d figlet ] && /usr/bin/make -C figlet
make[5]: Entering directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/figlet'
make[5]: `figlet' is up to date.
make[5]: Leaving directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/figlet'
/usr/bin/make symbols
make[5]: Entering directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools'
make[5]: `symbols' is up to date.
make[5]: Leaving directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools'
make[4]: Leaving directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools'
 __  __            _____  _____  ____  
 \ \/ /___ _ __   |___ / |___ / |___ \ 
  \  // _ \ '_ \    |_ \   |_ \   __) |
  /  \  __/ | | |  ___) | ___) | / __/ 
 /_/\_\___|_| |_| |____(_)____(_)_____|
                                       
make[3]: Leaving directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen'
[ -e include/asm ] || ln -sf asm-x86 include/asm
/usr/bin/make -f /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/Rules.mk -C include
make[3]: Entering directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include'
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/callback.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/callback.c.new
mv -f compat/callback.c.new compat/callback.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/callback.i compat/callback.c
set -e; id=_$(echo compat/callback.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/callback.h.new; \
echo "#define $id" >>compat/callback.h.new; \
echo "#include <xen/compat.h>" >>compat/callback.h.new; \
echo "#include <public/callback.h>" >>compat/callback.h.new; \
echo "#pragma pack(4)" >>compat/callback.h.new; \
grep -v '^# [0-9]' compat/callback.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/callback.h.new; \
echo "#pragma pack()" >>compat/callback.h.new; \
echo "#endif /* $id */" >>compat/callback.h.new
mv -f compat/callback.h.new compat/callback.h
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/elfnote.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/elfnote.c.new
mv -f compat/elfnote.c.new compat/elfnote.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/elfnote.i compat/elfnote.c
set -e; id=_$(echo compat/elfnote.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/elfnote.h.new; \
echo "#define $id" >>compat/elfnote.h.new; \
echo "#include <xen/compat.h>" >>compat/elfnote.h.new; \
echo "#include <public/elfnote.h>" >>compat/elfnote.h.new; \
echo "#pragma pack(4)" >>compat/elfnote.h.new; \
grep -v '^# [0-9]' compat/elfnote.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/elfnote.h.new; \
echo "#pragma pack()" >>compat/elfnote.h.new; \
echo "#endif /* $id */" >>compat/elfnote.h.new
mv -f compat/elfnote.h.new compat/elfnote.h
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/event_channel.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/event_channel.c.new
mv -f compat/event_channel.c.new compat/event_channel.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/event_channel.i compat/event_channel.c
set -e; id=_$(echo compat/event_channel.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/event_channel.h.new; \
echo "#define $id" >>compat/event_channel.h.new; \
echo "#include <xen/compat.h>" >>compat/event_channel.h.new; \
echo "#include <public/event_channel.h>" >>compat/event_channel.h.new; \
echo "#pragma pack(4)" >>compat/event_channel.h.new; \
grep -v '^# [0-9]' compat/event_channel.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/event_channel.h.new; \
echo "#pragma pack()" >>compat/event_channel.h.new; \
echo "#endif /* $id */" >>compat/event_channel.h.new
mv -f compat/event_channel.h.new compat/event_channel.h
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/features.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/features.c.new
mv -f compat/features.c.new compat/features.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/features.i compat/features.c
set -e; id=_$(echo compat/features.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/features.h.new; \
echo "#define $id" >>compat/features.h.new; \
echo "#include <xen/compat.h>" >>compat/features.h.new; \
echo "#include <public/features.h>" >>compat/features.h.new; \
echo "#pragma pack(4)" >>compat/features.h.new; \
grep -v '^# [0-9]' compat/features.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/features.h.new; \
echo "#pragma pack()" >>compat/features.h.new; \
echo "#endif /* $id */" >>compat/features.h.new
mv -f compat/features.h.new compat/features.h
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/grant_table.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/grant_table.c.new
mv -f compat/grant_table.c.new compat/grant_table.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/grant_table.i compat/grant_table.c
set -e; id=_$(echo compat/grant_table.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/grant_table.h.new; \
echo "#define $id" >>compat/grant_table.h.new; \
echo "#include <xen/compat.h>" >>compat/grant_table.h.new; \
echo "#include <public/grant_table.h>" >>compat/grant_table.h.new; \
echo "#pragma pack(4)" >>compat/grant_table.h.new; \
grep -v '^# [0-9]' compat/grant_table.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/grant_table.h.new; \
echo "#pragma pack()" >>compat/grant_table.h.new; \
echo "#endif /* $id */" >>compat/grant_table.h.new
mv -f compat/grant_table.h.new compat/grant_table.h
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/kexec.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/kexec.c.new
mv -f compat/kexec.c.new compat/kexec.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/kexec.i compat/kexec.c
set -e; id=_$(echo compat/kexec.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/kexec.h.new; \
echo "#define $id" >>compat/kexec.h.new; \
echo "#include <xen/compat.h>" >>compat/kexec.h.new; \
echo "#include <public/kexec.h>" >>compat/kexec.h.new; \
echo "#pragma pack(4)" >>compat/kexec.h.new; \
grep -v '^# [0-9]' compat/kexec.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/kexec.h.new; \
echo "#pragma pack()" >>compat/kexec.h.new; \
echo "#endif /* $id */" >>compat/kexec.h.new
mv -f compat/kexec.h.new compat/kexec.h
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/memory.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/memory.c.new
mv -f compat/memory.c.new compat/memory.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/memory.i compat/memory.c
set -e; id=_$(echo compat/memory.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/memory.h.new; \
echo "#define $id" >>compat/memory.h.new; \
echo "#include <xen/compat.h>" >>compat/memory.h.new; \
echo "#include <public/memory.h>" >>compat/memory.h.new; \
echo "#pragma pack(4)" >>compat/memory.h.new; \
grep -v '^# [0-9]' compat/memory.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/memory.h.new; \
echo "#pragma pack()" >>compat/memory.h.new; \
echo "#endif /* $id */" >>compat/memory.h.new
mv -f compat/memory.h.new compat/memory.h
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/nmi.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/nmi.c.new
mv -f compat/nmi.c.new compat/nmi.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/nmi.i compat/nmi.c
set -e; id=_$(echo compat/nmi.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/nmi.h.new; \
echo "#define $id" >>compat/nmi.h.new; \
echo "#include <xen/compat.h>" >>compat/nmi.h.new; \
echo "#include <public/nmi.h>" >>compat/nmi.h.new; \
echo "#pragma pack(4)" >>compat/nmi.h.new; \
grep -v '^# [0-9]' compat/nmi.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/nmi.h.new; \
echo "#pragma pack()" >>compat/nmi.h.new; \
echo "#endif /* $id */" >>compat/nmi.h.new
mv -f compat/nmi.h.new compat/nmi.h
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/physdev.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/physdev.c.new
mv -f compat/physdev.c.new compat/physdev.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/physdev.i compat/physdev.c
set -e; id=_$(echo compat/physdev.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/physdev.h.new; \
echo "#define $id" >>compat/physdev.h.new; \
echo "#include <xen/compat.h>" >>compat/physdev.h.new; \
echo "#include <public/physdev.h>" >>compat/physdev.h.new; \
echo "#pragma pack(4)" >>compat/physdev.h.new; \
grep -v '^# [0-9]' compat/physdev.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/physdev.h.new; \
echo "#pragma pack()" >>compat/physdev.h.new; \
echo "#endif /* $id */" >>compat/physdev.h.new
mv -f compat/physdev.h.new compat/physdev.h
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/platform.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/platform.c.new
mv -f compat/platform.c.new compat/platform.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/platform.i compat/platform.c
set -e; id=_$(echo compat/platform.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/platform.h.new; \
echo "#define $id" >>compat/platform.h.new; \
echo "#include <xen/compat.h>" >>compat/platform.h.new; \
echo "#include <public/platform.h>" >>compat/platform.h.new; \
echo "#pragma pack(4)" >>compat/platform.h.new; \
grep -v '^# [0-9]' compat/platform.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/platform.h.new; \
echo "#pragma pack()" >>compat/platform.h.new; \
echo "#endif /* $id */" >>compat/platform.h.new
mv -f compat/platform.h.new compat/platform.h
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/sched.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/sched.c.new
mv -f compat/sched.c.new compat/sched.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/sched.i compat/sched.c
set -e; id=_$(echo compat/sched.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/sched.h.new; \
echo "#define $id" >>compat/sched.h.new; \
echo "#include <xen/compat.h>" >>compat/sched.h.new; \
echo "#include <public/sched.h>" >>compat/sched.h.new; \
echo "#pragma pack(4)" >>compat/sched.h.new; \
grep -v '^# [0-9]' compat/sched.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/sched.h.new; \
echo "#pragma pack()" >>compat/sched.h.new; \
echo "#endif /* $id */" >>compat/sched.h.new
mv -f compat/sched.h.new compat/sched.h
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/trace.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/trace.c.new
mv -f compat/trace.c.new compat/trace.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/trace.i compat/trace.c
set -e; id=_$(echo compat/trace.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/trace.h.new; \
echo "#define $id" >>compat/trace.h.new; \
echo "#include <xen/compat.h>" >>compat/trace.h.new; \
echo "#include <public/trace.h>" >>compat/trace.h.new; \
echo "#pragma pack(4)" >>compat/trace.h.new; \
grep -v '^# [0-9]' compat/trace.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/trace.h.new; \
echo "#pragma pack()" >>compat/trace.h.new; \
echo "#endif /* $id */" >>compat/trace.h.new
mv -f compat/trace.h.new compat/trace.h
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/vcpu.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/vcpu.c.new
mv -f compat/vcpu.c.new compat/vcpu.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/vcpu.i compat/vcpu.c
set -e; id=_$(echo compat/vcpu.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/vcpu.h.new; \
echo "#define $id" >>compat/vcpu.h.new; \
echo "#include <xen/compat.h>" >>compat/vcpu.h.new; \
echo "#include <public/vcpu.h>" >>compat/vcpu.h.new; \
echo "#pragma pack(4)" >>compat/vcpu.h.new; \
grep -v '^# [0-9]' compat/vcpu.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/vcpu.h.new; \
echo "#pragma pack()" >>compat/vcpu.h.new; \
echo "#endif /* $id */" >>compat/vcpu.h.new
mv -f compat/vcpu.h.new compat/vcpu.h
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/version.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/version.c.new
mv -f compat/version.c.new compat/version.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/version.i compat/version.c
set -e; id=_$(echo compat/version.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/version.h.new; \
echo "#define $id" >>compat/version.h.new; \
echo "#include <xen/compat.h>" >>compat/version.h.new; \
echo "#include <public/version.h>" >>compat/version.h.new; \
echo "#pragma pack(4)" >>compat/version.h.new; \
grep -v '^# [0-9]' compat/version.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/version.h.new; \
echo "#pragma pack()" >>compat/version.h.new; \
echo "#endif /* $id */" >>compat/version.h.new
mv -f compat/version.h.new compat/version.h
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/xen.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/xen.c.new
mv -f compat/xen.c.new compat/xen.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/xen.i compat/xen.c
set -e; id=_$(echo compat/xen.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/xen.h.new; \
echo "#define $id" >>compat/xen.h.new; \
echo "#include <xen/compat.h>" >>compat/xen.h.new; \
echo "#include <public/xen.h>" >>compat/xen.h.new; \
echo "#pragma pack(4)" >>compat/xen.h.new; \
grep -v '^# [0-9]' compat/xen.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/xen.h.new; \
echo "#pragma pack()" >>compat/xen.h.new; \
echo "#endif /* $id */" >>compat/xen.h.new
mv -f compat/xen.h.new compat/xen.h
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/xencomm.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/xencomm.c.new
mv -f compat/xencomm.c.new compat/xencomm.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/xencomm.i compat/xencomm.c
set -e; id=_$(echo compat/xencomm.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/xencomm.h.new; \
echo "#define $id" >>compat/xencomm.h.new; \
echo "#include <xen/compat.h>" >>compat/xencomm.h.new; \
echo "#include <public/xencomm.h>" >>compat/xencomm.h.new; \
echo "#pragma pack(4)" >>compat/xencomm.h.new; \
grep -v '^# [0-9]' compat/xencomm.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/xencomm.h.new; \
echo "#pragma pack()" >>compat/xencomm.h.new; \
echo "#endif /* $id */" >>compat/xencomm.h.new
mv -f compat/xencomm.h.new compat/xencomm.h
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/xenoprof.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/xenoprof.c.new
mv -f compat/xenoprof.c.new compat/xenoprof.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/xenoprof.i compat/xenoprof.c
set -e; id=_$(echo compat/xenoprof.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/xenoprof.h.new; \
echo "#define $id" >>compat/xenoprof.h.new; \
echo "#include <xen/compat.h>" >>compat/xenoprof.h.new; \
echo "#include <public/xenoprof.h>" >>compat/xenoprof.h.new; \
echo "#pragma pack(4)" >>compat/xenoprof.h.new; \
grep -v '^# [0-9]' compat/xenoprof.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/xenoprof.h.new; \
echo "#pragma pack()" >>compat/xenoprof.h.new; \
echo "#endif /* $id */" >>compat/xenoprof.h.new
mv -f compat/xenoprof.h.new compat/xenoprof.h
mkdir -p compat/arch-x86
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86/xen-mca.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/arch-x86/xen-mca.c.new
mv -f compat/arch-x86/xen-mca.c.new compat/arch-x86/xen-mca.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/arch-x86/xen-mca.i compat/arch-x86/xen-mca.c
set -e; id=_$(echo compat/arch-x86/xen-mca.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/arch-x86/xen-mca.h.new; \
echo "#define $id" >>compat/arch-x86/xen-mca.h.new; \
echo "#include <xen/compat.h>" >>compat/arch-x86/xen-mca.h.new; \
 \
echo "#pragma pack(4)" >>compat/arch-x86/xen-mca.h.new; \
grep -v '^# [0-9]' compat/arch-x86/xen-mca.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/arch-x86/xen-mca.h.new; \
echo "#pragma pack()" >>compat/arch-x86/xen-mca.h.new; \
echo "#endif /* $id */" >>compat/arch-x86/xen-mca.h.new
mv -f compat/arch-x86/xen-mca.h.new compat/arch-x86/xen-mca.h
mkdir -p compat/arch-x86
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86/xen.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/arch-x86/xen.c.new
mv -f compat/arch-x86/xen.c.new compat/arch-x86/xen.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/arch-x86/xen.i compat/arch-x86/xen.c
set -e; id=_$(echo compat/arch-x86/xen.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/arch-x86/xen.h.new; \
echo "#define $id" >>compat/arch-x86/xen.h.new; \
echo "#include <xen/compat.h>" >>compat/arch-x86/xen.h.new; \
 \
echo "#pragma pack(4)" >>compat/arch-x86/xen.h.new; \
grep -v '^# [0-9]' compat/arch-x86/xen.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/arch-x86/xen.h.new; \
echo "#pragma pack()" >>compat/arch-x86/xen.h.new; \
echo "#endif /* $id */" >>compat/arch-x86/xen.h.new
mv -f compat/arch-x86/xen.h.new compat/arch-x86/xen.h
mkdir -p compat/arch-x86
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86/xen-x86_32.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/arch-x86/xen-x86_32.c.new
mv -f compat/arch-x86/xen-x86_32.c.new compat/arch-x86/xen-x86_32.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/arch-x86/xen-x86_32.i compat/arch-x86/xen-x86_32.c
set -e; id=_$(echo compat/arch-x86/xen-x86_32.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/arch-x86/xen-x86_32.h.new; \
echo "#define $id" >>compat/arch-x86/xen-x86_32.h.new; \
echo "#include <xen/compat.h>" >>compat/arch-x86/xen-x86_32.h.new; \
 \
echo "#pragma pack(4)" >>compat/arch-x86/xen-x86_32.h.new; \
grep -v '^# [0-9]' compat/arch-x86/xen-x86_32.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/arch-x86/xen-x86_32.h.new; \
echo "#pragma pack()" >>compat/arch-x86/xen-x86_32.h.new; \
echo "#endif /* $id */" >>compat/arch-x86/xen-x86_32.h.new
mv -f compat/arch-x86/xen-x86_32.h.new compat/arch-x86/xen-x86_32.h
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86_32.h | \
        /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-source.py >compat/arch-x86_32.c.new
mv -f compat/arch-x86_32.c.new compat/arch-x86_32.c
gcc -E -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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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__ -include public/xen-compat.h -m32 -o compat/arch-x86_32.i compat/arch-x86_32.c
set -e; id=_$(echo compat/arch-x86_32.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/arch-x86_32.h.new; \
echo "#define $id" >>compat/arch-x86_32.h.new; \
echo "#include <xen/compat.h>" >>compat/arch-x86_32.h.new; \
 \
echo "#pragma pack(4)" >>compat/arch-x86_32.h.new; \
grep -v '^# [0-9]' compat/arch-x86_32.i | \
/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/tools/compat-build-header.py | uniq >>compat/arch-x86_32.h.new; \
echo "#pragma pack()" >>compat/arch-x86_32.h.new; \
echo "#endif /* $id */" >>compat/arch-x86_32.h.new
mv -f compat/arch-x86_32.h.new compat/arch-x86_32.h
grep -v '^[	 ]*#' xlat.lst | \
while read what name hdr; do \
	/bin/sh /tmp/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/elfnote.c 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/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
make[3]: Leaving directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include'
/usr/bin/make -f /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/Rules.mk -C arch/x86 asm-offsets.s
make[3]: Entering directory `/tmp/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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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
make[3]: Leaving directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/arch/x86'
/usr/bin/make -f /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/Rules.mk include/asm-x86/asm-offsets.h
make[3]: Entering directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen'
make[3]: Leaving directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen'
/usr/bin/make -f /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/Rules.mk -C arch/x86 /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/xen
make[3]: Entering directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/arch/x86'
/usr/bin/make -f /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/Rules.mk -C /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/arch/x86/boot built_in.o
make[4]: Entering directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/arch/x86/boot'
gcc -D__ASSEMBLY__ -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -DNDEBUG -nostdinc -fno-builtin -fno-common -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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 .head.o.d -c head.S -o head.o
ld -melf_x86_64 -r -o built_in.o head.o
make[4]: Leaving directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/arch/x86/boot'
/usr/bin/make -f /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/Rules.mk -C /tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/common built_in.o
make[4]: Entering directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/common'
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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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 .bitmap.o.d -c bitmap.c -o bitmap.o
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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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 .domctl.o.d -c domctl.c -o domctl.o
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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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 .domain.o.d -c domain.c -o domain.o
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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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 .event_channel.o.d -c event_channel.c -o event_channel.o
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/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include -I/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/include/asm-x86/mach-generic -I/tmp/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 .grant_table.o.d -c grant_table.c -o grant_table.o
cc1: warnings being treated as errors
In file included from grant_table.c:1568:0:
compat/grant_table.c:9:1: error: variably modified '__checkFstruct_grant_entry__flags' at file scope
compat/grant_table.c:9:1: error: variably modified '__checkFstruct_grant_entry__domid' at file scope
compat/grant_table.c:9:1: error: variably modified '__checkFstruct_grant_entry__frame' at file scope
compat/grant_table.c:13:1: error: variably modified '__checkFstruct_gnttab_map_grant_ref__host_addr' at file scope
compat/grant_table.c:13:1: error: variably modified '__checkFstruct_gnttab_map_grant_ref__flags' at file scope
compat/grant_table.c:13:1: error: variably modified '__checkFstruct_gnttab_map_grant_ref__ref' at file scope
compat/grant_table.c:13:1: error: variably modified '__checkFstruct_gnttab_map_grant_ref__dom' at file scope
compat/grant_table.c:13:1: error: variably modified '__checkFstruct_gnttab_map_grant_ref__status' at file scope
compat/grant_table.c:13:1: error: variably modified '__checkFstruct_gnttab_map_grant_ref__handle' at file scope
compat/grant_table.c:13:1: error: variably modified '__checkFstruct_gnttab_map_grant_ref__dev_bus_addr' at file scope
compat/grant_table.c:17:1: error: variably modified '__checkFstruct_gnttab_unmap_grant_ref__host_addr' at file scope
compat/grant_table.c:17:1: error: variably modified '__checkFstruct_gnttab_unmap_grant_ref__dev_bus_addr' at file scope
compat/grant_table.c:17:1: error: variably modified '__checkFstruct_gnttab_unmap_grant_ref__handle' at file scope
compat/grant_table.c:17:1: error: variably modified '__checkFstruct_gnttab_unmap_grant_ref__status' at file scope
compat/grant_table.c:21:1: error: variably modified '__checkFstruct_gnttab_unmap_and_replace__host_addr' at file scope
compat/grant_table.c:21:1: error: variably modified '__checkFstruct_gnttab_unmap_and_replace__new_addr' at file scope
compat/grant_table.c:21:1: error: variably modified '__checkFstruct_gnttab_unmap_and_replace__handle' at file scope
compat/grant_table.c:21:1: error: variably modified '__checkFstruct_gnttab_unmap_and_replace__status' at file scope
compat/grant_table.c:29:1: error: variably modified '__checkFstruct_gnttab_dump_table__dom' at file scope
compat/grant_table.c:29:1: error: variably modified '__checkFstruct_gnttab_dump_table__status' at file scope
make[4]: *** [grant_table.o] Error 1
make[4]: Leaving directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/common'
make[3]: *** [/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/common/built_in.o] Error 2
make[3]: Leaving directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/arch/x86'
make[2]: *** [/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen/xen] Error 2
make[2]: Leaving directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/tmp/pkgsrc/sysutils/xenkernel33/work/xen-3.3.2/xen'
make: *** [install-xen] Error 2
*** Error code 2

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

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