=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for xenkernel411-4.11.3nb2
cd /data/scratch/sysutils/xenkernel411/work/xen-4.11.3 && /usr/bin/env OCAML_TOOLS=no XEN_VENDORVERSION=nb2 USETOOLS=no EXTRA_CFLAGS=-Qunused-arguments\ -no-integrated-as\ -Wno-error=format\ \ -Wno-error=parentheses-equality\ -Wno-error=enum-conversion\ \ -Wno-error=unused-function\ -Wno-error=unused-const-variable\ \ -Wno-error=ignored-attributes\ -Wno-error=constant-conversion\ \ -Wno-error=address-of-packed-member\ \ -Wno-error=initializer-overrides\ \ -Wno-error=tautological-compare PTHREAD_CFLAGS=\ -pthread\  PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\  DL_LDFLAGS=\ -pthread DL_LIBS= CXXCPP=clang-cpp PYTHON=/usr/pkg/bin/python2.7 CC=clang CFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include CPPFLAGS=-I/usr/include\ -I/usr/pkg/include CXX=clang++ CXXFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/usr/lib\ -Wl,-R/usr/lib\ -L/usr/pkg/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/data/scratch/sysutils/xenkernel411/work/.cwrapper/bin:/data/scratch/sysutils/xenkernel411/work/.buildlink/bin:/data/scratch/sysutils/xenkernel411/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/pkg/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc HOME=/data/scratch/sysutils/xenkernel411/work/.home CWRAPPERS_CONFIG_DIR=/data/scratch/sysutils/xenkernel411/work/.cwrapper/config CPP=clang-cpp LOCALBASE=/usr/pkg X11BASE=/usr/pkg PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulkXXX\ -g\ users\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 775 INSTALL_INFO= MAKEINFO=/data/scratch/sysutils/xenkernel411/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/data/scratch/sysutils/xenkernel411/work/.buildlink/lib/pkgconfig:/data/scratch/sysutils/xenkernel411/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/data/scratch/sysutils/xenkernel411/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/data/scratch/sysutils/xenkernel411/work/.cwrapper/config					 /usr/pkg/bin/gmake -j8				  		 -f Makefile build-xen
/usr/pkg/bin/gmake -C xen build
gmake[1]: Entering directory '/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen'
/usr/pkg/bin/gmake -f /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/kconfig/Makefile.kconfig ARCH=x86_64 SRCARCH=x86 HOSTCC="gcc" HOSTCXX="g++" defconfig
gmake[2]: Entering directory '/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen'
gcc -Wp,-MD,tools/kconfig/.conf.o.d    -DCURSES_LOC="<curses.h>" -DLOCALE -DKBUILD_NO_NLS  -c -o tools/kconfig/conf.o tools/kconfig/conf.c
gcc -Wp,-MD,tools/kconfig/.zconf.tab.o.d    -DCURSES_LOC="<curses.h>" -DLOCALE -DKBUILD_NO_NLS -Itools/kconfig -c -o tools/kconfig/zconf.tab.o tools/kconfig/zconf.tab.c
tools/kconfig/conf.c:77:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                printf(_("aborted!\n\n"));
                       ^~~~~~~~~~~~~~~~~
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^~~~~~~~~~~~~
tools/kconfig/conf.c:77:10: note: treat the string as an argument to avoid this
                printf(_("aborted!\n\n"));
                       ^
                       "%s", 
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^
tools/kconfig/conf.c:78:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                printf(_("Console input/output is redirected. "));
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^~~~~~~~~~~~~
tools/kconfig/conf.c:78:10: note: treat the string as an argument to avoid this
                printf(_("Console input/output is redirected. "));
                       ^
                       "%s", 
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^
tools/kconfig/conf.c:79:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                printf(_("Run 'make oldconfig' to update configuration.\n\n"));
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^~~~~~~~~~~~~
tools/kconfig/conf.c:79:10: note: treat the string as an argument to avoid this
                printf(_("Run 'make oldconfig' to update configuration.\n\n"));
                       ^
                       "%s", 
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^
tools/kconfig/conf.c:89:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                printf(_("(NEW) "));
                       ^~~~~~~~~~~
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^~~~~~~~~~~~~
tools/kconfig/conf.c:89:10: note: treat the string as an argument to avoid this
                printf(_("(NEW) "));
                       ^
                       "%s", 
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^
tools/kconfig/conf.c:290:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                                printf(_(" (NEW)"));
                                       ^~~~~~~~~~~
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^~~~~~~~~~~~~
tools/kconfig/conf.c:290:12: note: treat the string as an argument to avoid this
                                printf(_(" (NEW)"));
                                       ^
                                       "%s", 
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^
tools/kconfig/conf.c:438:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                                        printf(_("*\n* Restart config...\n*\n"));
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^~~~~~~~~~~~~
tools/kconfig/conf.c:438:13: note: treat the string as an argument to avoid this
                                        printf(_("*\n* Restart config...\n*\n"));
                                               ^
                                               "%s", 
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^
tools/kconfig/conf.c:640:6: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                                        _("\n*** The configuration requires explicit update.\n\n"));
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^~~~~~~~~~~~~
tools/kconfig/conf.c:640:6: note: treat the string as an argument to avoid this
                                        _("\n*** The configuration requires explicit update.\n\n"));
                                        ^
                                        "%s", 
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^
tools/kconfig/conf.c:693:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                        fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n"));
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^~~~~~~~~~~~~
tools/kconfig/conf.c:693:20: note: treat the string as an argument to avoid this
                        fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n"));
                                        ^
                                        "%s", 
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^
tools/kconfig/conf.c:697:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                        fprintf(stderr, _("\n*** Error during update of the configuration.\n\n"));
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^~~~~~~~~~~~~
tools/kconfig/conf.c:697:20: note: treat the string as an argument to avoid this
                        fprintf(stderr, _("\n*** Error during update of the configuration.\n\n"));
                                        ^
                                        "%s", 
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^
tools/kconfig/conf.c:708:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                        fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n"));
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^~~~~~~~~~~~~
tools/kconfig/conf.c:708:20: note: treat the string as an argument to avoid this
                        fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n"));
                                        ^
                                        "%s", 
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^
10 warnings generated.
gcc  -o tools/kconfig/conf tools/kconfig/conf.o tools/kconfig/zconf.tab.o  
gmake[2]: Leaving directory '/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen'
/usr/pkg/bin/gmake -f /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/kconfig/Makefile.kconfig ARCH=x86_64 SRCARCH=x86 HOSTCC="gcc" HOSTCXX="g++" silentoldconfig
gmake[2]: Entering directory '/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen'
gcc -Wp,-MD,tools/kconfig/.conf.o.d    -DCURSES_LOC="<curses.h>" -DLOCALE -DKBUILD_NO_NLS  -c -o tools/kconfig/conf.o tools/kconfig/conf.c
gcc -Wp,-MD,tools/kconfig/.zconf.tab.o.d    -DCURSES_LOC="<curses.h>" -DLOCALE -DKBUILD_NO_NLS -Itools/kconfig -c -o tools/kconfig/zconf.tab.o tools/kconfig/zconf.tab.c
tools/kconfig/conf.c:77:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                printf(_("aborted!\n\n"));
                       ^~~~~~~~~~~~~~~~~
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^~~~~~~~~~~~~
tools/kconfig/conf.c:77:10: note: treat the string as an argument to avoid this
                printf(_("aborted!\n\n"));
                       ^
                       "%s", 
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^
tools/kconfig/conf.c:78:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                printf(_("Console input/output is redirected. "));
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^~~~~~~~~~~~~
tools/kconfig/conf.c:78:10: note: treat the string as an argument to avoid this
                printf(_("Console input/output is redirected. "));
                       ^
                       "%s", 
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^
tools/kconfig/conf.c:79:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                printf(_("Run 'make oldconfig' to update configuration.\n\n"));
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^~~~~~~~~~~~~
tools/kconfig/conf.c:79:10: note: treat the string as an argument to avoid this
                printf(_("Run 'make oldconfig' to update configuration.\n\n"));
                       ^
                       "%s", 
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^
tools/kconfig/conf.c:89:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                printf(_("(NEW) "));
                       ^~~~~~~~~~~
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^~~~~~~~~~~~~
tools/kconfig/conf.c:89:10: note: treat the string as an argument to avoid this
                printf(_("(NEW) "));
                       ^
                       "%s", 
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^
tools/kconfig/conf.c:290:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                                printf(_(" (NEW)"));
                                       ^~~~~~~~~~~
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^~~~~~~~~~~~~
tools/kconfig/conf.c:290:12: note: treat the string as an argument to avoid this
                                printf(_(" (NEW)"));
                                       ^
                                       "%s", 
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^
tools/kconfig/conf.c:438:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                                        printf(_("*\n* Restart config...\n*\n"));
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^~~~~~~~~~~~~
tools/kconfig/conf.c:438:13: note: treat the string as an argument to avoid this
                                        printf(_("*\n* Restart config...\n*\n"));
                                               ^
                                               "%s", 
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^
tools/kconfig/conf.c:640:6: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                                        _("\n*** The configuration requires explicit update.\n\n"));
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^~~~~~~~~~~~~
tools/kconfig/conf.c:640:6: note: treat the string as an argument to avoid this
                                        _("\n*** The configuration requires explicit update.\n\n"));
                                        ^
                                        "%s", 
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^
tools/kconfig/conf.c:693:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                        fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n"));
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^~~~~~~~~~~~~
tools/kconfig/conf.c:693:20: note: treat the string as an argument to avoid this
                        fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n"));
                                        ^
                                        "%s", 
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^
tools/kconfig/conf.c:697:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                        fprintf(stderr, _("\n*** Error during update of the configuration.\n\n"));
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^~~~~~~~~~~~~
tools/kconfig/conf.c:697:20: note: treat the string as an argument to avoid this
                        fprintf(stderr, _("\n*** Error during update of the configuration.\n\n"));
                                        ^
                                        "%s", 
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^
tools/kconfig/conf.c:708:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                        fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n"));
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^~~~~~~~~~~~~
tools/kconfig/conf.c:708:20: note: treat the string as an argument to avoid this
                        fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n"));
                                        ^
                                        "%s", 
tools/kconfig/lkc.h:34:17: note: expanded from macro '_'
#define _(text) gettext(text)
                ^
10 warnings generated.
gcc  -o tools/kconfig/conf tools/kconfig/conf.o tools/kconfig/zconf.tab.o  
tools/kconfig/conf -s --silentoldconfig Kconfig
gmake[2]: Leaving directory '/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen'
/usr/pkg/bin/gmake -f Rules.mk _build
gmake[2]: Entering directory '/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen'
/usr/pkg/bin/gmake -C tools
gmake[3]: Entering directory '/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools'
/usr/pkg/bin/gmake symbols
gmake[4]: Entering directory '/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools'
gcc -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -Qunused-arguments -no-integrated-as -Wno-error=format  -Wno-error=parentheses-equality -Wno-error=enum-conversion  -Wno-error=unused-function -Wno-error=unused-const-variable  -Wno-error=ignored-attributes -Wno-error=constant-conversion  -Wno-error=address-of-packed-member  -Wno-error=initializer-overrides  -Wno-error=tautological-compare -Wdeclaration-after-statement -o symbols symbols.c
gmake[4]: Leaving directory '/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools'
gmake[3]: Leaving directory '/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools'
/usr/pkg/bin/gmake -f /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/Rules.mk include/xen/compile.h
gmake[3]: Entering directory '/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen'
 Xen 4.11.3nb2
gmake[3]: Leaving directory '/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen'
[ -e include/asm ] || ln -sf asm-x86 include/asm
[ -e arch/x86/efi ] && for f in boot.c runtime.c compat.c efi.h;\
	do ln -nsf ../../../common/efi/$f arch/x86/efi/; done;\
	true
/usr/pkg/bin/gmake -f /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/Rules.mk -C include
gmake[3]: Entering directory '/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include'
mkdir -p compat
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/callback.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/callback.c.new
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/elfnote.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/elfnote.c.new
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/event_channel.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/event_channel.c.new
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/features.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/features.c.new
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/grant_table.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/grant_table.c.new
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/kexec.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/kexec.c.new
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/memory.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/memory.c.new
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/nmi.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/nmi.c.new
mv -f compat/nmi.c.new compat/nmi.c
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/physdev.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/physdev.c.new
mv -f compat/callback.c.new compat/callback.c
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/platform.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/platform.c.new
mv -f compat/features.c.new compat/features.c
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/sched.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/sched.c.new
mv -f compat/elfnote.c.new compat/elfnote.c
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/tmem.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/tmem.c.new
mv -f compat/kexec.c.new compat/kexec.c
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/trace.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/trace.c.new
mv -f compat/event_channel.c.new compat/event_channel.c
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/vcpu.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/vcpu.c.new
mv -f compat/sched.c.new compat/sched.c
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/version.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/version.c.new
mv -f compat/tmem.c.new compat/tmem.c
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/xen.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/xen.c.new
mv -f compat/version.c.new compat/version.c
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/xenoprof.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/xenoprof.c.new
mv -f compat/physdev.c.new compat/physdev.c
mkdir -p compat/arch-x86
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86/pmu.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/arch-x86/pmu.c.new
mv -f compat/grant_table.c.new compat/grant_table.c
mkdir -p compat/arch-x86
mv -f compat/vcpu.c.new compat/vcpu.c
mkdir -p compat/arch-x86
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86/xen-mca.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/arch-x86/xen-mca.c.new
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86/xen.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/arch-x86/xen.c.new
mv -f compat/trace.c.new compat/trace.c
mkdir -p compat/arch-x86
mv -f compat/xenoprof.c.new compat/xenoprof.c
mkdir -p compat/hvm
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86/xen-x86_32.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/arch-x86/xen-x86_32.c.new
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/hvm/dm_op.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/hvm/dm_op.c.new
mv -f compat/arch-x86/pmu.c.new compat/arch-x86/pmu.c
mkdir -p compat/hvm
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/hvm/hvm_op.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/hvm/hvm_op.c.new
mv -f compat/memory.c.new compat/memory.c
mkdir -p compat/hvm
mv -f compat/platform.c.new compat/platform.c
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/hvm/hvm_vcpu.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/hvm/hvm_vcpu.c.new
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86_32.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/pmu.h | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-source.py >compat/pmu.c.new
mv -f compat/arch-x86/xen-x86_32.c.new compat/arch-x86/xen-x86_32.c
mkdir -p compat/.xlat
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+xen\.h[[:blank:]]*$,,p' >compat/.xlat/xen.lst.new
if ! cmp -s compat/.xlat/xen.lst.new compat/.xlat/xen.lst; then mv -f compat/.xlat/xen.lst.new compat/.xlat/xen.lst; else rm -f compat/.xlat/xen.lst.new; fi
mkdir -p compat/.xlat/arch-x86
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+arch-x86/pmu\.h[[:blank:]]*$,,p' >compat/.xlat/arch-x86/pmu.lst.new
if ! cmp -s compat/.xlat/arch-x86/pmu.lst.new compat/.xlat/arch-x86/pmu.lst; then mv -f compat/.xlat/arch-x86/pmu.lst.new compat/.xlat/arch-x86/pmu.lst; else rm -f compat/.xlat/arch-x86/pmu.lst.new; fi
mkdir -p compat/.xlat/arch-x86
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+arch-x86/xen-x86_32\.h[[:blank:]]*$,,p' >compat/.xlat/arch-x86/xen-x86_32.lst.new
if ! cmp -s compat/.xlat/arch-x86/xen-x86_32.lst.new compat/.xlat/arch-x86/xen-x86_32.lst; then mv -f compat/.xlat/arch-x86/xen-x86_32.lst.new compat/.xlat/arch-x86/xen-x86_32.lst; else rm -f compat/.xlat/arch-x86/xen-x86_32.lst.new; fi
mkdir -p compat/.xlat/arch-x86
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+arch-x86/xen\.h[[:blank:]]*$,,p' >compat/.xlat/arch-x86/xen.lst.new
if ! cmp -s compat/.xlat/arch-x86/xen.lst.new compat/.xlat/arch-x86/xen.lst; then mv -f compat/.xlat/arch-x86/xen.lst.new compat/.xlat/arch-x86/xen.lst; else rm -f compat/.xlat/arch-x86/xen.lst.new; fi
mkdir -p compat/.xlat/arch-x86
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+arch-x86/xen-mca\.h[[:blank:]]*$,,p' >compat/.xlat/arch-x86/xen-mca.lst.new
if ! cmp -s compat/.xlat/arch-x86/xen-mca.lst.new compat/.xlat/arch-x86/xen-mca.lst; then mv -f compat/.xlat/arch-x86/xen-mca.lst.new compat/.xlat/arch-x86/xen-mca.lst; else rm -f compat/.xlat/arch-x86/xen-mca.lst.new; fi
mkdir -p compat/.xlat
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+event_channel\.h[[:blank:]]*$,,p' >compat/.xlat/event_channel.lst.new
if ! cmp -s compat/.xlat/event_channel.lst.new compat/.xlat/event_channel.lst; then mv -f compat/.xlat/event_channel.lst.new compat/.xlat/event_channel.lst; else rm -f compat/.xlat/event_channel.lst.new; fi
mkdir -p compat/.xlat
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+grant_table\.h[[:blank:]]*$,,p' >compat/.xlat/grant_table.lst.new
if ! cmp -s compat/.xlat/grant_table.lst.new compat/.xlat/grant_table.lst; then mv -f compat/.xlat/grant_table.lst.new compat/.xlat/grant_table.lst; else rm -f compat/.xlat/grant_table.lst.new; fi
mkdir -p compat/.xlat/hvm
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+hvm/dm_op\.h[[:blank:]]*$,,p' >compat/.xlat/hvm/dm_op.lst.new
if ! cmp -s compat/.xlat/hvm/dm_op.lst.new compat/.xlat/hvm/dm_op.lst; then mv -f compat/.xlat/hvm/dm_op.lst.new compat/.xlat/hvm/dm_op.lst; else rm -f compat/.xlat/hvm/dm_op.lst.new; fi
mv -f compat/arch-x86/xen.c.new compat/arch-x86/xen.c
mkdir -p compat/.xlat/hvm
mkdir -p compat/.xlat/hvm
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+hvm/hvm_op\.h[[:blank:]]*$,,p' >compat/.xlat/hvm/hvm_op.lst.new
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+hvm/hvm_vcpu\.h[[:blank:]]*$,,p' >compat/.xlat/hvm/hvm_vcpu.lst.new
if ! cmp -s compat/.xlat/hvm/hvm_op.lst.new compat/.xlat/hvm/hvm_op.lst; then mv -f compat/.xlat/hvm/hvm_op.lst.new compat/.xlat/hvm/hvm_op.lst; else rm -f compat/.xlat/hvm/hvm_op.lst.new; fi
if ! cmp -s compat/.xlat/hvm/hvm_vcpu.lst.new compat/.xlat/hvm/hvm_vcpu.lst; then mv -f compat/.xlat/hvm/hvm_vcpu.lst.new compat/.xlat/hvm/hvm_vcpu.lst; else rm -f compat/.xlat/hvm/hvm_vcpu.lst.new; fi
mkdir -p compat/.xlat
mv -f compat/hvm/hvm_vcpu.c.new compat/hvm/hvm_vcpu.c
mkdir -p compat/.xlat
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+kexec\.h[[:blank:]]*$,,p' >compat/.xlat/kexec.lst.new
mkdir -p compat/.xlat
if ! cmp -s compat/.xlat/kexec.lst.new compat/.xlat/kexec.lst; then mv -f compat/.xlat/kexec.lst.new compat/.xlat/kexec.lst; else rm -f compat/.xlat/kexec.lst.new; fi
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+memory\.h[[:blank:]]*$,,p' >compat/.xlat/memory.lst.new
mkdir -p compat/.xlat
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+physdev\.h[[:blank:]]*$,,p' >compat/.xlat/physdev.lst.new
if ! cmp -s compat/.xlat/memory.lst.new compat/.xlat/memory.lst; then mv -f compat/.xlat/memory.lst.new compat/.xlat/memory.lst; else rm -f compat/.xlat/memory.lst.new; fi
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+platform\.h[[:blank:]]*$,,p' >compat/.xlat/platform.lst.new
if ! cmp -s compat/.xlat/physdev.lst.new compat/.xlat/physdev.lst; then mv -f compat/.xlat/physdev.lst.new compat/.xlat/physdev.lst; else rm -f compat/.xlat/physdev.lst.new; fi
mkdir -p compat/.xlat
mv -f compat/arch-x86/xen-mca.c.new compat/arch-x86/xen-mca.c
if ! cmp -s compat/.xlat/platform.lst.new compat/.xlat/platform.lst; then mv -f compat/.xlat/platform.lst.new compat/.xlat/platform.lst; else rm -f compat/.xlat/platform.lst.new; fi
mkdir -p compat/.xlat
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+pmu\.h[[:blank:]]*$,,p' >compat/.xlat/pmu.lst.new
mkdir -p compat/.xlat
mv -f compat/pmu.c.new compat/pmu.c
if ! cmp -s compat/.xlat/pmu.lst.new compat/.xlat/pmu.lst; then mv -f compat/.xlat/pmu.lst.new compat/.xlat/pmu.lst; else rm -f compat/.xlat/pmu.lst.new; fi
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+sched\.h[[:blank:]]*$,,p' >compat/.xlat/sched.lst.new
mkdir -p compat/.xlat
if ! cmp -s compat/.xlat/sched.lst.new compat/.xlat/sched.lst; then mv -f compat/.xlat/sched.lst.new compat/.xlat/sched.lst; else rm -f compat/.xlat/sched.lst.new; fi
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+tmem\.h[[:blank:]]*$,,p' >compat/.xlat/tmem.lst.new
mkdir -p compat/.xlat
if ! cmp -s compat/.xlat/tmem.lst.new compat/.xlat/tmem.lst; then mv -f compat/.xlat/tmem.lst.new compat/.xlat/tmem.lst; else rm -f compat/.xlat/tmem.lst.new; fi
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+trace\.h[[:blank:]]*$,,p' >compat/.xlat/trace.lst.new
mkdir -p compat/.xlat
if ! cmp -s compat/.xlat/trace.lst.new compat/.xlat/trace.lst; then mv -f compat/.xlat/trace.lst.new compat/.xlat/trace.lst; else rm -f compat/.xlat/trace.lst.new; fi
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+vcpu\.h[[:blank:]]*$,,p' >compat/.xlat/vcpu.lst.new
for i in public/event_channel.h public/trace.h public/pmu.h public/platform.h public/tmem.h public/physdev.h public/xen-compat.h public/grant_table.h public/vm_event.h public/callback.h public/memory.h public/features.h public/xen.h public/errno.h public/version.h public/sched.h public/xenoprof.h public/elfnote.h public/xencomm.h public/nmi.h public/kexec.h public/vcpu.h public/io/sndif.h public/io/xs_wire.h public/io/pciif.h public/io/tpmif.h public/io/blkif.h public/io/usbif.h public/io/netif.h public/io/libxenvchan.h public/io/xenbus.h public/io/fbif.h public/io/fsif.h public/io/console.h public/io/displif.h public/io/ring.h public/io/protocols.h public/io/kbdif.h public/io/vscsiif.h public/hvm/params.h public/hvm/hvm_vcpu.h public/hvm/hvm_info_table.h public/hvm/ioreq.h public/hvm/hvm_op.h public/hvm/hvm_xs_strings.h public/hvm/dm_op.h public/hvm/e820.h public/hvm/pvdrivers.h; do \
    gcc -x c -ansi -Wall -Werror -include stdint.h \
          -S -o /dev/null $i || exit 1; \
    echo $i; \
done >headers.chk.new
mv -f compat/hvm/hvm_op.c.new compat/hvm/hvm_op.c
grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[:blank:]]+xenoprof\.h[[:blank:]]*$,,p' >compat/.xlat/xenoprof.lst.new
if ! cmp -s compat/.xlat/vcpu.lst.new compat/.xlat/vcpu.lst; then mv -f compat/.xlat/vcpu.lst.new compat/.xlat/vcpu.lst; else rm -f compat/.xlat/vcpu.lst.new; fi
rm -f headers99.chk.new
if ! cmp -s compat/.xlat/xenoprof.lst.new compat/.xlat/xenoprof.lst; then mv -f compat/.xlat/xenoprof.lst.new compat/.xlat/xenoprof.lst; else rm -f compat/.xlat/xenoprof.lst.new; fi
rm -f headers++.chk.new
mv -f compat/hvm/dm_op.c.new compat/hvm/dm_op.c
echo "#include "\"public/io/9pfs.h\" | gcc -x c -std=c99 -Wall -Werror -include stdint.h  -include string.h -S -o /dev/null - || exit $?; echo public/io/9pfs.h >> headers99.chk.new;  echo "#include "\"public/io/pvcalls.h\" | gcc -x c -std=c99 -Wall -Werror -include stdint.h  -include string.h -S -o /dev/null - || exit $?; echo public/io/pvcalls.h >> headers99.chk.new;
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/gen-cpuid.py -i /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/public/arch-x86/cpufeatureset.h /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/gen-cpuid.py FORCE -o /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/cpuid-autogen.h.new
if ! g++ -v >/dev/null 2>&1; then                                  \
    touch headers++.chk.new;                                                     \
    exit 0;                                                           \
fi;                                                                   \
 echo "#include "\"public/domctl.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/domctl.h >> headers++.chk.new;  echo "#include "\"public/event_channel.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/event_channel.h >> headers++.chk.new;  echo "#include "\"public/trace.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/trace.h >> headers++.chk.new;  echo "#include "\"public/pmu.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/pmu.h >> headers++.chk.new;  echo "#include "\"public/platform.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/platform.h >> headers++.chk.new;  echo "#include "\"public/tmem.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/tmem.h >> headers++.chk.new;  echo "#include "\"public/physdev.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/physdev.h >> headers++.chk.new;  echo "#include "\"public/xen-compat.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/xen-compat.h >> headers++.chk.new;  echo "#include "\"public/grant_table.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/grant_table.h >> headers++.chk.new;  echo "#include "\"public/vm_event.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/vm_event.h >> headers++.chk.new;  echo "#include "\"public/callback.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/callback.h >> headers++.chk.new;  echo "#include "\"public/memory.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/memory.h >> headers++.chk.new;  echo "#include "\"public/features.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/features.h >> headers++.chk.new;  echo "#include "\"public/xen.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/xen.h >> headers++.chk.new;  echo "#include "\"public/errno.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/errno.h >> headers++.chk.new;  echo "#include "\"public/version.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/version.h >> headers++.chk.new;  echo "#include "\"public/sched.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/sched.h >> headers++.chk.new;  echo "#include "\"public/xenoprof.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/xenoprof.h >> headers++.chk.new;  echo "#include "\"public/elfnote.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/elfnote.h >> headers++.chk.new;  echo "#include "\"public/xencomm.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/xencomm.h >> headers++.chk.new;  echo "#include "\"public/nmi.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/nmi.h >> headers++.chk.new;  echo "#include "\"public/kexec.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/kexec.h >> headers++.chk.new;  echo "#include "\"public/sysctl.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/sysctl.h >> headers++.chk.new;  echo "#include "\"public/vcpu.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/vcpu.h >> headers++.chk.new;  echo "#include "\"public/io/sndif.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/io/sndif.h >> headers++.chk.new;  echo "#include "\"public/io/xs_wire.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/io/xs_wire.h >> headers++.chk.new;  echo "#include "\"public/io/pciif.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/io/pciif.h >> headers++.chk.new;  echo "#include "\"public/io/tpmif.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/io/tpmif.h >> headers++.chk.new;  echo "#include "\"public/io/blkif.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/io/blkif.h >> headers++.chk.new;  echo "#include "\"public/io/usbif.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/io/usbif.h >> headers++.chk.new;  echo "#include "\"public/io/netif.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/io/netif.h >> headers++.chk.new;  echo "#include "\"public/io/libxenvchan.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/io/libxenvchan.h >> headers++.chk.new;  echo "#include "\"public/io/pvcalls.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -include cstring -S -o /dev/null - || exit $?; echo public/io/pvcalls.h >> headers++.chk.new;  echo "#include "\"public/io/xenbus.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/io/xenbus.h >> headers++.chk.new;  echo "#include "\"public/io/fbif.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/io/fbif.h >> headers++.chk.new;  echo "#include "\"public/io/fsif.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/io/fsif.h >> headers++.chk.new;  echo "#include "\"public/io/9pfs.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -include cstring -S -o /dev/null - || exit $?; echo public/io/9pfs.h >> headers++.chk.new;  echo "#include "\"public/io/console.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/io/console.h >> headers++.chk.new;  echo "#include "\"public/io/displif.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/io/displif.h >> headers++.chk.new;  echo "#include "\"public/io/ring.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/io/ring.h >> headers++.chk.new;  echo "#include "\"public/io/protocols.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/io/protocols.h >> headers++.chk.new;  echo "#include "\"public/io/kbdif.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/io/kbdif.h >> headers++.chk.new;  echo "#include "\"public/io/vscsiif.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/io/vscsiif.h >> headers++.chk.new;  echo "#include "\"public/xsm/flask_op.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/xsm/flask_op.h >> headers++.chk.new;  echo "#include "\"public/hvm/params.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/hvm/params.h >> headers++.chk.new;  echo "#include "\"public/hvm/hvm_vcpu.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/hvm/hvm_vcpu.h >> headers++.chk.new;  echo "#include "\"public/hvm/hvm_info_table.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/hvm/hvm_info_table.h >> headers++.chk.new;  echo "#include "\"public/hvm/ioreq.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/hvm/ioreq.h >> headers++.chk.new;  echo "#include "\"public/hvm/save.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/hvm/save.h >> headers++.chk.new;  echo "#include "\"public/hvm/hvm_op.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/hvm/hvm_op.h >> headers++.chk.new;  echo "#include "\"public/hvm/hvm_xs_strings.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/hvm/hvm_xs_strings.h >> headers++.chk.new;  echo "#include "\"public/hvm/dm_op.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/hvm/dm_op.h >> headers++.chk.new;  echo "#include "\"public/hvm/e820.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/hvm/e820.h >> headers++.chk.new;  echo "#include "\"public/hvm/pvdrivers.h\" | g++ -x c++ -std=gnu++98 -Wall -Werror -D__XEN_TOOLS__ -include stdint.h -include public/xen.h  -S -o /dev/null - || exit $?; echo public/hvm/pvdrivers.h >> headers++.chk.new;
mv headers++.chk.new headers++.chk
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/callback.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$callback.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/callback.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/callback.i compat/callback.c
if ! cmp -s /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/cpuid-autogen.h.new /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/cpuid-autogen.h; then mv -f /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/cpuid-autogen.h.new /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/cpuid-autogen.h; else rm -f /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/cpuid-autogen.h.new; fi
mv headers99.chk.new headers99.chk
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/elfnote.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$elfnote.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/elfnote.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/elfnote.i compat/elfnote.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/event_channel.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$event_channel.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/event_channel.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/event_channel.i compat/event_channel.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/features.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$features.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/features.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/features.i compat/features.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/grant_table.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$grant_table.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/grant_table.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/grant_table.i compat/grant_table.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/kexec.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$kexec.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/kexec.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/kexec.i compat/kexec.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/memory.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$memory.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/memory.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/memory.i compat/memory.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/nmi.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$nmi.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/nmi.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/nmi.i compat/nmi.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/physdev.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$physdev.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/physdev.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/physdev.i compat/physdev.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/platform.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$platform.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/platform.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/platform.i compat/platform.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/sched.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$sched.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/sched.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/sched.i compat/sched.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/tmem.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$tmem.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/tmem.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/tmem.i compat/tmem.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/trace.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$trace.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/trace.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/trace.i compat/trace.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/vcpu.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$vcpu.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/vcpu.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/vcpu.i compat/vcpu.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/version.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$version.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/version.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/version.i compat/version.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/xenoprof.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$xenoprof.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/xenoprof.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/xenoprof.i compat/xenoprof.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/arch-x86/pmu.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$arch_x86$pmu.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/arch-x86/pmu.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/arch-x86/pmu.i compat/arch-x86/pmu.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/arch-x86/xen-mca.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$arch_x86$xen_mca.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/arch-x86/xen-mca.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/arch-x86/xen-mca.i compat/arch-x86/xen-mca.c
mv -f compat/xen.c.new compat/xen.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/arch-x86/xen.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$arch_x86$xen.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/arch-x86/xen.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/arch-x86/xen.i compat/arch-x86/xen.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/arch-x86/xen-x86_32.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$arch_x86$xen_x86_32.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/arch-x86/xen-x86_32.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/arch-x86/xen-x86_32.i compat/arch-x86/xen-x86_32.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/hvm/dm_op.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$hvm$dm_op.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/hvm/dm_op.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/hvm/dm_op.i compat/hvm/dm_op.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/hvm/hvm_op.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$hvm$hvm_op.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/hvm/hvm_op.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/hvm/hvm_op.i compat/hvm/hvm_op.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/hvm/hvm_vcpu.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$hvm$hvm_vcpu.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/hvm/hvm_vcpu.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/hvm/hvm_vcpu.i compat/hvm/hvm_vcpu.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/arch-x86_32.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$arch_x86_32.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/arch-x86_32.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/arch-x86_32.i compat/arch-x86_32.c
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/pmu.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$pmu.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/pmu.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/pmu.i compat/pmu.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 | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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
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 | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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/callback.h.new compat/callback.h
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 | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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/elfnote.h.new compat/elfnote.h
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 | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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/event_channel.h.new compat/event_channel.h
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 | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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/features.h.new compat/features.h
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 | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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
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 | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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/grant_table.h.new compat/grant_table.h
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 | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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/kexec.h.new compat/kexec.h
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 | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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/nmi.h.new compat/nmi.h
mv -f compat/memory.h.new compat/memory.h
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 | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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
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 | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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/physdev.h.new compat/physdev.h
set -e; id=_$(echo compat/tmem.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/tmem.h.new; \
echo "#define $id" >>compat/tmem.h.new; \
echo "#include <xen/compat.h>" >>compat/tmem.h.new; \
echo "#include <public/tmem.h>" >>compat/tmem.h.new; \
echo "#pragma pack(4)" >>compat/tmem.h.new; \
grep -v '^# [0-9]' compat/tmem.i | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-header.py | uniq >>compat/tmem.h.new; \
echo "#pragma pack()" >>compat/tmem.h.new; \
echo "#endif /* $id */" >>compat/tmem.h.new
mv -f compat/platform.h.new compat/platform.h
mv -f compat/sched.h.new compat/sched.h
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 | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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/tmem.h.new compat/tmem.h
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 | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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
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 | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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/trace.h.new compat/trace.h
mv -f compat/vcpu.h.new compat/vcpu.h
mv -f compat/version.h.new compat/version.h
gcc -E -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ '-D__OBJECT_FILE__="compat/xen.i"' -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=include$compat$xen.i' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=include/compat/xen.i' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -include public/xen-compat.h -DXEN_GENERATING_COMPAT_HEADERS -m32 -o compat/xen.i compat/xen.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 | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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
set -e; id=_$(echo compat/arch-x86/pmu.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/arch-x86/pmu.h.new; \
echo "#define $id" >>compat/arch-x86/pmu.h.new; \
echo "#include <xen/compat.h>" >>compat/arch-x86/pmu.h.new; \
 \
echo "#pragma pack(4)" >>compat/arch-x86/pmu.h.new; \
grep -v '^# [0-9]' compat/arch-x86/pmu.i | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-header.py | uniq >>compat/arch-x86/pmu.h.new; \
echo "#pragma pack()" >>compat/arch-x86/pmu.h.new; \
echo "#endif /* $id */" >>compat/arch-x86/pmu.h.new
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 | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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/pmu.h.new compat/arch-x86/pmu.h
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 | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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-mca.h.new compat/arch-x86/xen-mca.h
mv -f compat/xenoprof.h.new compat/xenoprof.h
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 | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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
set -e; id=_$(echo compat/hvm/dm_op.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/hvm/dm_op.h.new; \
echo "#define $id" >>compat/hvm/dm_op.h.new; \
echo "#include <xen/compat.h>" >>compat/hvm/dm_op.h.new; \
echo "#include <public/hvm/dm_op.h>" >>compat/hvm/dm_op.h.new; \
echo "#pragma pack(4)" >>compat/hvm/dm_op.h.new; \
grep -v '^# [0-9]' compat/hvm/dm_op.i | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-header.py | uniq >>compat/hvm/dm_op.h.new; \
echo "#pragma pack()" >>compat/hvm/dm_op.h.new; \
echo "#endif /* $id */" >>compat/hvm/dm_op.h.new
mv -f compat/arch-x86/xen-x86_32.h.new compat/arch-x86/xen-x86_32.h
mv -f compat/arch-x86/xen.h.new compat/arch-x86/xen.h
set -e; id=_$(echo compat/hvm/hvm_op.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/hvm/hvm_op.h.new; \
echo "#define $id" >>compat/hvm/hvm_op.h.new; \
echo "#include <xen/compat.h>" >>compat/hvm/hvm_op.h.new; \
echo "#include <public/hvm/hvm_op.h>" >>compat/hvm/hvm_op.h.new; \
echo "#pragma pack(4)" >>compat/hvm/hvm_op.h.new; \
grep -v '^# [0-9]' compat/hvm/hvm_op.i | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-header.py | uniq >>compat/hvm/hvm_op.h.new; \
echo "#pragma pack()" >>compat/hvm/hvm_op.h.new; \
echo "#endif /* $id */" >>compat/hvm/hvm_op.h.new
mv -f compat/hvm/dm_op.h.new compat/hvm/dm_op.h
set -e; id=_$(echo compat/hvm/hvm_vcpu.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/hvm/hvm_vcpu.h.new; \
echo "#define $id" >>compat/hvm/hvm_vcpu.h.new; \
echo "#include <xen/compat.h>" >>compat/hvm/hvm_vcpu.h.new; \
echo "#include <public/hvm/hvm_vcpu.h>" >>compat/hvm/hvm_vcpu.h.new; \
echo "#pragma pack(4)" >>compat/hvm/hvm_vcpu.h.new; \
grep -v '^# [0-9]' compat/hvm/hvm_vcpu.i | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-header.py | uniq >>compat/hvm/hvm_vcpu.h.new; \
echo "#pragma pack()" >>compat/hvm/hvm_vcpu.h.new; \
echo "#endif /* $id */" >>compat/hvm/hvm_vcpu.h.new
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 | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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/hvm/hvm_vcpu.h.new compat/hvm/hvm_vcpu.h
mv -f compat/hvm/hvm_op.h.new compat/hvm/hvm_op.h
set -e; id=_$(echo compat/pmu.h | tr '[:lower:]-/.' '[:upper:]___'); \
echo "#ifndef $id" >compat/pmu.h.new; \
echo "#define $id" >>compat/pmu.h.new; \
echo "#include <xen/compat.h>" >>compat/pmu.h.new; \
echo "#include <public/pmu.h>" >>compat/pmu.h.new; \
echo "#pragma pack(4)" >>compat/pmu.h.new; \
grep -v '^# [0-9]' compat/pmu.i | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/compat-build-header.py | uniq >>compat/pmu.h.new; \
echo "#pragma pack()" >>compat/pmu.h.new; \
echo "#endif /* $id */" >>compat/pmu.h.new
mv -f compat/arch-x86_32.h.new compat/arch-x86_32.h
export PYTHON=/usr/pkg/bin/python2.7; \
while read what name; do \
	/bin/sh /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/get-fields.sh "$what" compat_$name compat/arch-x86/pmu.h || exit $?; \
done <compat/.xlat/arch-x86/pmu.lst >compat/.xlat/arch-x86/pmu.h.new
mv -f compat/pmu.h.new compat/pmu.h
export PYTHON=/usr/pkg/bin/python2.7; \
while read what name; do \
	/bin/sh /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/get-fields.sh "$what" compat_$name compat/arch-x86/xen-x86_32.h || exit $?; \
done <compat/.xlat/arch-x86/xen-x86_32.lst >compat/.xlat/arch-x86/xen-x86_32.h.new
export PYTHON=/usr/pkg/bin/python2.7; \
while read what name; do \
	/bin/sh /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/get-fields.sh "$what" compat_$name compat/arch-x86/xen.h || exit $?; \
done <compat/.xlat/arch-x86/xen.lst >compat/.xlat/arch-x86/xen.h.new
export PYTHON=/usr/pkg/bin/python2.7; \
while read what name; do \
	/bin/sh /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/get-fields.sh "$what" compat_$name compat/arch-x86/xen-mca.h || exit $?; \
done <compat/.xlat/arch-x86/xen-mca.lst >compat/.xlat/arch-x86/xen-mca.h.new
export PYTHON=/usr/pkg/bin/python2.7; \
while read what name; do \
	/bin/sh /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/get-fields.sh "$what" compat_$name compat/event_channel.h || exit $?; \
done <compat/.xlat/event_channel.lst >compat/.xlat/event_channel.h.new
mv -f compat/.xlat/arch-x86/xen-x86_32.h.new compat/.xlat/arch-x86/xen-x86_32.h
mv -f compat/.xlat/arch-x86/xen.h.new compat/.xlat/arch-x86/xen.h
export PYTHON=/usr/pkg/bin/python2.7; \
while read what name; do \
	/bin/sh /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/get-fields.sh "$what" compat_$name compat/grant_table.h || exit $?; \
done <compat/.xlat/grant_table.lst >compat/.xlat/grant_table.h.new
export PYTHON=/usr/pkg/bin/python2.7; \
while read what name; do \
	/bin/sh /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/get-fields.sh "$what" compat_$name compat/hvm/dm_op.h || exit $?; \
done <compat/.xlat/hvm/dm_op.lst >compat/.xlat/hvm/dm_op.h.new
export PYTHON=/usr/pkg/bin/python2.7; \
while read what name; do \
	/bin/sh /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/get-fields.sh "$what" compat_$name compat/hvm/hvm_op.h || exit $?; \
done <compat/.xlat/hvm/hvm_op.lst >compat/.xlat/hvm/hvm_op.h.new
export PYTHON=/usr/pkg/bin/python2.7; \
while read what name; do \
	/bin/sh /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/get-fields.sh "$what" compat_$name compat/hvm/hvm_vcpu.h || exit $?; \
done <compat/.xlat/hvm/hvm_vcpu.lst >compat/.xlat/hvm/hvm_vcpu.h.new
mv -f compat/.xlat/arch-x86/pmu.h.new compat/.xlat/arch-x86/pmu.h
export PYTHON=/usr/pkg/bin/python2.7; \
while read what name; do \
	/bin/sh /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/get-fields.sh "$what" compat_$name compat/kexec.h || exit $?; \
done <compat/.xlat/kexec.lst >compat/.xlat/kexec.h.new
mv headers.chk.new headers.chk
export PYTHON=/usr/pkg/bin/python2.7; \
while read what name; do \
	/bin/sh /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/get-fields.sh "$what" compat_$name compat/memory.h || exit $?; \
done <compat/.xlat/memory.lst >compat/.xlat/memory.h.new
mv -f compat/.xlat/hvm/hvm_op.h.new compat/.xlat/hvm/hvm_op.h
export PYTHON=/usr/pkg/bin/python2.7; \
while read what name; do \
	/bin/sh /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/get-fields.sh "$what" compat_$name compat/physdev.h || exit $?; \
done <compat/.xlat/physdev.lst >compat/.xlat/physdev.h.new
mv -f compat/.xlat/kexec.h.new compat/.xlat/kexec.h
export PYTHON=/usr/pkg/bin/python2.7; \
while read what name; do \
	/bin/sh /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/get-fields.sh "$what" compat_$name compat/platform.h || exit $?; \
done <compat/.xlat/platform.lst >compat/.xlat/platform.h.new
mv -f compat/.xlat/hvm/hvm_vcpu.h.new compat/.xlat/hvm/hvm_vcpu.h
export PYTHON=/usr/pkg/bin/python2.7; \
while read what name; do \
	/bin/sh /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/get-fields.sh "$what" compat_$name compat/pmu.h || exit $?; \
done <compat/.xlat/pmu.lst >compat/.xlat/pmu.h.new
mv -f compat/.xlat/event_channel.h.new compat/.xlat/event_channel.h
export PYTHON=/usr/pkg/bin/python2.7; \
while read what name; do \
	/bin/sh /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/get-fields.sh "$what" compat_$name compat/sched.h || exit $?; \
done <compat/.xlat/sched.lst >compat/.xlat/sched.h.new
mv -f compat/.xlat/pmu.h.new compat/.xlat/pmu.h
export PYTHON=/usr/pkg/bin/python2.7; \
while read what name; do \
	/bin/sh /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/get-fields.sh "$what" compat_$name compat/tmem.h || exit $?; \
done <compat/.xlat/tmem.lst >compat/.xlat/tmem.h.new
mv -f compat/.xlat/sched.h.new compat/.xlat/sched.h
export PYTHON=/usr/pkg/bin/python2.7; \
while read what name; do \
	/bin/sh /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/get-fields.sh "$what" compat_$name compat/trace.h || exit $?; \
done <compat/.xlat/trace.lst >compat/.xlat/trace.h.new
mv -f compat/.xlat/trace.h.new compat/.xlat/trace.h
export PYTHON=/usr/pkg/bin/python2.7; \
while read what name; do \
	/bin/sh /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/get-fields.sh "$what" compat_$name compat/vcpu.h || exit $?; \
done <compat/.xlat/vcpu.lst >compat/.xlat/vcpu.h.new
mv -f compat/.xlat/tmem.h.new compat/.xlat/tmem.h
export PYTHON=/usr/pkg/bin/python2.7; \
while read what name; do \
	/bin/sh /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/get-fields.sh "$what" compat_$name compat/xenoprof.h || exit $?; \
done <compat/.xlat/xenoprof.lst >compat/.xlat/xenoprof.h.new
mv -f compat/.xlat/vcpu.h.new compat/.xlat/vcpu.h
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 | \
/usr/pkg/bin/python2.7 /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/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/.xlat/xenoprof.h.new compat/.xlat/xenoprof.h
mv -f compat/.xlat/hvm/dm_op.h.new compat/.xlat/hvm/dm_op.h
mv -f compat/xen.h.new compat/xen.h
export PYTHON=/usr/pkg/bin/python2.7; \
while read what name; do \
	/bin/sh /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/tools/get-fields.sh "$what" compat_$name compat/xen.h || exit $?; \
done <compat/.xlat/xen.lst >compat/.xlat/xen.h.new
mv -f compat/.xlat/arch-x86/xen-mca.h.new compat/.xlat/arch-x86/xen-mca.h
mv -f compat/.xlat/physdev.h.new compat/.xlat/physdev.h
mv -f compat/.xlat/grant_table.h.new compat/.xlat/grant_table.h
mv -f compat/.xlat/xen.h.new compat/.xlat/xen.h
mv -f compat/.xlat/memory.h.new compat/.xlat/memory.h
mv -f compat/.xlat/platform.h.new compat/.xlat/platform.h
cat compat/.xlat/xen.h compat/.xlat/arch-x86/pmu.h compat/.xlat/arch-x86/xen-x86_32.h compat/.xlat/arch-x86/xen.h compat/.xlat/arch-x86/xen-mca.h compat/.xlat/event_channel.h compat/.xlat/grant_table.h compat/.xlat/hvm/dm_op.h compat/.xlat/hvm/hvm_op.h compat/.xlat/hvm/hvm_vcpu.h compat/.xlat/kexec.h compat/.xlat/memory.h compat/.xlat/physdev.h compat/.xlat/platform.h compat/.xlat/pmu.h compat/.xlat/sched.h compat/.xlat/tmem.h compat/.xlat/trace.h compat/.xlat/vcpu.h compat/.xlat/xenoprof.h >compat/xlat.h.new
mv -f compat/xlat.h.new compat/xlat.h
rm compat/hvm/dm_op.i compat/xen.c compat/kexec.i compat/tmem.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/trace.i compat/features.i compat/callback.c compat/hvm/hvm_vcpu.c compat/arch-x86/pmu.i compat/arch-x86/xen.i compat/elfnote.c compat/arch-x86/xen-mca.i compat/version.i compat/hvm/dm_op.c compat/pmu.i compat/platform.i compat/kexec.c compat/tmem.c compat/nmi.i compat/physdev.i compat/event_channel.i compat/elfnote.i compat/physdev.c compat/vcpu.i compat/hvm/hvm_op.i compat/trace.c compat/features.c compat/arch-x86/pmu.c compat/event_channel.c compat/grant_table.i compat/arch-x86/xen.c compat/arch-x86/xen-mca.c compat/version.c compat/arch-x86_32.i compat/pmu.c compat/platform.c compat/memory.i compat/sched.i compat/nmi.c compat/callback.i compat/xenoprof.c compat/hvm/hvm_vcpu.i compat/hvm/hvm_op.c compat/xenoprof.i compat/grant_table.c compat/arch-x86/xen-x86_32.i
gmake[3]: Leaving directory '/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include'
/usr/pkg/bin/gmake -f /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/Rules.mk -C arch/x86 asm-offsets.s
gmake[3]: Entering directory '/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/arch/x86'
gcc -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -m64 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -nostdinc -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/xen/config.h '-D__OBJECT_FILE__="asm-offsets.s"' -MMD -MF ./.asm-offsets.s.d -DXEN_BUILD_EFI -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-generic -I/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/asm-x86/mach-default -DXEN_IMG_OFFSET=0x200000 '-D__OBJECT_LABEL__=arch$x86$asm_offsets.s' -Qunused-arguments -no-integrated-as -Wno-error=format -Wno-error=parentheses-equality -Wno-error=enum-conversion -Wno-error=unused-function -Wno-error=unused-const-variable -Wno-error=ignored-attributes -Wno-error=constant-conversion -Wno-error=address-of-packed-member -Wno-error=initializer-overrides -Wno-error=tautological-compare -msoft-float -nopie -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_AS_VMX -DHAVE_AS_SSE4_2 -DHAVE_AS_EPT -DHAVE_AS_RDRAND -DHAVE_AS_FSGSBASE -DHAVE_AS_RDSEED -U__OBJECT_LABEL__ -DHAVE_AS_QUOTED_SYM '-D__OBJECT_LABEL__=arch/x86/asm-offsets.s' -DHAVE_AS_INVPCID -DHAVE_AS_NEGATIVE_TRUE -mno-red-zone -fpic -fno-asynchronous-unwind-tables -mno-sse -DGCC_HAS_VISIBILITY_ATTRIBUTE -DBUILD_ID_EFI -S -o asm-offsets.s x86_64/asm-offsets.c
In file included from x86_64/asm-offsets.c:9:
In file included from /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/xen/sched.h:8:
In file included from /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/xen/shared.h:6:
In file included from /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/compat/arch-x86/../xen.h:9:
/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/compat/arch-x86/xen.h:10:10: error: the current #pragma pack alignment value is modified in the included file [-Werror,-Wpragma-pack]
#include "xen-x86_32.h"
         ^
/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/compat/arch-x86/xen-x86_32.h:40:9: note: previous '#pragma pack' directive that modifies alignment is here
#pragma pack()
        ^
In file included from x86_64/asm-offsets.c:9:
In file included from /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/xen/sched.h:8:
In file included from /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/xen/shared.h:6:
/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/compat/arch-x86/../xen.h:9:10: error: the current #pragma pack alignment value is modified in the included file [-Werror,-Wpragma-pack]
#include "arch-x86/xen.h"
         ^
/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/include/compat/arch-x86/xen.h:71:9: note: previous '#pragma pack' directive that modifies alignment is here
#pragma pack()
        ^
2 errors generated.
gmake[3]: *** [Makefile:222: asm-offsets.s] Error 1
gmake[3]: Leaving directory '/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/arch/x86'
gmake[2]: *** [Makefile:141: /data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen/xen] Error 2
gmake[2]: Leaving directory '/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen'
gmake[1]: *** [Makefile:45: build] Error 2
gmake[1]: Leaving directory '/data/scratch/sysutils/xenkernel411/work/xen-4.11.3/xen'
gmake: *** [Makefile:55: build-xen] Error 2
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/sysutils/xenkernel411
WARNING: *** Please consider adding c++ to USE_LANGUAGES in the package Makefile.
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/sysutils/xenkernel411