You are not logged in.

#1 2016-04-01 22:10:35

Whobe
Member
Registered: 2016-03-13
Posts: 6

xen compile issue x86_64

I'm not sure where to post this issue.
Maybe it should be under AUR as it seems to be caused by the multilib and multilib-devel packages required by the x86_64 version.
I picked up this package https://aur.archlinux.org/packages/xen/ but the https://aur.archlinux.org/packages/xen-git/ mentioned in the wiki seems to be missing.
I enabled the multilib and added the lib32-gcc and replaced base-devel packages which were required with the multilib-devel packages.


When I compile I get the following output:

==> Making package: xen 4.5.1-1 (Sat Apr  2 05:19:12 AEST 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found xen-4.5.1.tar.gz
  -> Found ipxe-git-9a93db3f0947484e30e753bbd61a10b17336e20e.tar.gz
  -> Found lwip-1.3.0.tar.gz
  -> Found zlib-1.2.3.tar.gz
  -> Found newlib-1.16.0.tar.gz
  -> Found pciutils-2.2.9.tar.bz2
  -> Found polarssl-1.1.4-gpl.tgz
  -> Found grub-0.97.tar.gz
  -> Found tpm_emulator-0.7.4.tar.gz
  -> Found gmp-4.3.2.tar.bz2
  -> Found xen.install
  -> Found tmpfiles.d-xen.conf
  -> Found 09_xen
  -> Found ati-passthrough.patch
  -> Found etherboot-gcc5.patch
  -> Found gcc5.patch
  -> Found gnutls-3.4.0.patch
  -> Found ovmf.patch
  -> Found ovmf-gcc4.9-basetools.patch
  -> Found ovmf-gcc4.9-ovmfpkg.patch
  -> Found seabios-gcc5.patch
  -> Found efi-xen.cfg
  -> Found grub.conf
  -> Found xen.conf
==> Validating source files with sha256sums...
    xen-4.5.1.tar.gz ... Passed
    ipxe-git-9a93db3f0947484e30e753bbd61a10b17336e20e.tar.gz ... Passed
    lwip-1.3.0.tar.gz ... Passed
    zlib-1.2.3.tar.gz ... Passed
    newlib-1.16.0.tar.gz ... Passed
    pciutils-2.2.9.tar.bz2 ... Passed
    polarssl-1.1.4-gpl.tgz ... Passed
    grub-0.97.tar.gz ... Passed
    tpm_emulator-0.7.4.tar.gz ... Passed
    gmp-4.3.2.tar.bz2 ... Passed
    xen.install ... Passed
    tmpfiles.d-xen.conf ... Passed
    09_xen ... Passed
    ati-passthrough.patch ... Passed
    etherboot-gcc5.patch ... Passed
    gcc5.patch ... Passed
    gnutls-3.4.0.patch ... Passed
    ovmf.patch ... Passed
    ovmf-gcc4.9-basetools.patch ... Passed
    ovmf-gcc4.9-ovmfpkg.patch ... Passed
    seabios-gcc5.patch ... Passed
    efi-xen.cfg ... Passed
    grub.conf ... Passed
    xen.conf ... Passed
==> Extracting sources...
  -> Extracting xen-4.5.1.tar.gz with bsdtar
==> Starting prepare()...
patching file tools/qemu-xen-traditional/vnc.c
patching file tools/firmware/Makefile
Hunk #1 succeeded at 25 (offset -4 lines).
Patching OVMF...
patching file tools/firmware/Makefile
Hunk #1 succeeded at 21 (offset 2 lines).
==> Removing existing $pkgdir/ directory...
==> Starting build()...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
Will build the following subsystems:
  xen
  tools
  stubdom
configure: creating ./config.status
config.status: creating config/Toplevel.mk
config.status: creating config/Paths.mk
=== configuring in tools (/home/AUR/xen/src/xen-4.5.1/tools)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr'  'PYTHON=/usr/bin/python2' '--sbindir=/usr/bin' '--with-sysconfig-leaf-dir=conf.d' '--with-initddir=/etc/init.d' '--enable-systemd' '--disable-docs' '--enable-stubdom' '--enable-qemu-traditional' '--enable-rombios' '--with-extra-qemuu-configure-args=--disable-bluez --disable-gtk --enable-spice --enable-usb-redir' --cache-file=/dev/null --srcdir=.
configure: WARNING: Setting CC, CFLAGS, LDFLAGS, LIBS, CPPFLAGS or CPP is not recommended, use PREPEND_INCLUDES, PREPEND_LIB, APPEND_INCLUDES and APPEND_LIB instead when possible.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for bison... /usr/bin/bison
checking for flex... /usr/bin/flex
checking for perl... /usr/bin/perl
checking for ocamlc... ocamlc
OCaml version is 4.02.3
OCaml library path is /usr/lib/ocaml
checking for ocamlopt... ocamlopt
checking for ocamlc.opt... ocamlc.opt
checking for ocamlopt.opt... ocamlopt.opt
checking for ocaml... ocaml
checking for ocamldep... ocamldep
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for ocamldoc... ocamldoc
checking for ocamlbuild... ocamlbuild
checking for ocamlfind... ocamlfind
checking for gawk... gawk
checking for checkpolicy... no
checking for bash... /bin/sh
checking for python2... /usr/bin/python2
checking for python version >= 2.3 ... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for python2-config... /usr/bin/python2-config
checking Python.h usability... yes
checking Python.h presence... yes
checking for Python.h... yes
checking for PyArg_ParseTuple in -lpython2.7... yes
checking for xgettext... /usr/bin/xgettext
checking for as86... /usr/bin/as86
checking for ld86... /usr/bin/ld86
checking for bcc... /usr/bin/bcc
checking for iasl... /usr/bin/iasl
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking for uuid_clear in -luuid... yes
checking uuid.h usability... no
checking uuid.h presence... no
checking for uuid.h... no
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for clear in -lcurses... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for clear in -lncurses... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for glib... yes
checking for wget... /usr/bin/wget
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for BZ2_bzDecompressInit in -lbz2... yes
checking lzma.h usability... yes
checking lzma.h presence... yes
checking for lzma.h... yes
checking for lzma_stream_decoder in -llzma... yes
checking lzo/lzo1x.h usability... yes
checking lzo/lzo1x.h presence... yes
checking for lzo/lzo1x.h... yes
checking for lzo1x_decompress in -llzo2... yes
checking for io_setup in -laio... yes
checking for MD5 in -lcrypto... yes
checking ext2fs/ext2fs.h usability... yes
checking ext2fs/ext2fs.h presence... yes
checking for ext2fs/ext2fs.h... yes
checking for ext2fs_open2 in -lext2fs... yes
checking ext4fs/ext2fs.h usability... no
checking ext4fs/ext2fs.h presence... no
checking for ext4fs/ext2fs.h... no
checking for gcry_md_hash_buffer in -lgcrypt... yes
checking for pthread flag... -pthread
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking for openpty et al... -lutil
checking for yajl_alloc in -lyajl... yes
checking for deflateCopy in -lz... yes
checking for libiconv_open in -liconv... no
checking yajl/yajl_version.h usability... yes
checking yajl/yajl_version.h presence... yes
checking for yajl/yajl_version.h... yes
checking sys/eventfd.h usability... yes
checking sys/eventfd.h presence... yes
checking for sys/eventfd.h... yes
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking for LIBNL3... no
configure: WARNING: Disabling support for Remus network buffering.
    Please install libnl3 libraries, command line tools and devel
    headers - version 3.2.8 or higher
checking for SYSTEMD... no
configure: creating ./config.status
config.status: creating ../config/Tools.mk
config.status: creating hotplug/FreeBSD/rc.d/xencommons
config.status: creating hotplug/Linux/init.d/sysconfig.xencommons
config.status: creating hotplug/Linux/init.d/xen-watchdog
config.status: creating hotplug/Linux/init.d/xencommons
config.status: creating hotplug/Linux/init.d/xendomains
config.status: creating hotplug/Linux/systemd/proc-xen.mount
config.status: creating hotplug/Linux/systemd/var-lib-xenstored.mount
config.status: creating hotplug/Linux/systemd/xen-init-dom0.service
config.status: creating hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service
config.status: creating hotplug/Linux/systemd/xen-watchdog.service
config.status: creating hotplug/Linux/systemd/xenconsoled.service
config.status: creating hotplug/Linux/systemd/xendomains.service
config.status: creating hotplug/Linux/systemd/xenstored.service
config.status: creating hotplug/Linux/systemd/xenstored.socket
config.status: creating hotplug/Linux/systemd/xenstored_ro.socket
config.status: creating hotplug/Linux/vif-setup
config.status: creating hotplug/Linux/xen-backend.rules
config.status: creating hotplug/Linux/xen-hotplug-common.sh
config.status: creating hotplug/Linux/xendomains
config.status: creating hotplug/NetBSD/rc.d/xencommons
config.status: creating config.h
config.status: config.h is unchanged
=== configuring in stubdom (/home/AUR/xen/src/xen-4.5.1/stubdom)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr'  'PYTHON=/usr/bin/python2' '--sbindir=/usr/bin' '--with-sysconfig-leaf-dir=conf.d' '--with-initddir=/etc/init.d' '--enable-systemd' '--disable-docs' '--enable-stubdom' '--enable-qemu-traditional' '--enable-rombios' '--with-extra-qemuu-configure-args=--disable-bluez --disable-gtk --enable-spice --enable-usb-redir' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
xyy
checking for wget... /usr/bin/wget
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for cmake... /usr/bin/cmake
Will build the following stub domains:
  pv-grub
  xenstore-stubdom
  vtpm-stubdom
  vtpmmgr-stubdom
  ioemu-stubdom
configure: creating ./config.status
config.status: creating ../config/Stubdom.mk
make -C xen install
make -C tools install
make[1]: Entering directory '/home/AUR/xen/src/xen-4.5.1/xen'
make -f Rules.mk _install
install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/xen'
make[1]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
install -m0644 -p ./COPYING /home/AUR/xen/src/xen-4.5.1/dist
install -m0644 -p ./README /home/AUR/xen/src/xen-4.5.1/dist
install -m0755 -p ./install.sh /home/AUR/xen/src/xen-4.5.1/dist
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C include install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/include'
make -C tools
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/xen/tools'
make -C xen-foreign
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/include/xen-foreign'
make symbols
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/xen/tools'
./checker > tmp.size
diff -u reference.size tmp.size
rm tmp.size
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/include/xen-foreign'
/home/AUR/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xen/arch-x86
/home/AUR/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xen/arch-x86/hvm
/home/AUR/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xen/arch-arm
/home/AUR/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xen/arch-arm/hvm
/home/AUR/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xen/foreign
/home/AUR/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xen/hvm
/home/AUR/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xen/io
/home/AUR/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xen/sys
/home/AUR/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xen/xsm
/home/AUR/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -m0644 -p xen/COPYING /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xen
/home/AUR/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -m0644 -p xen/*.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xen
/home/AUR/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -m0644 -p xen/arch-x86/*.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xen/arch-x86
/home/AUR/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -m0644 -p xen/arch-x86/hvm/*.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xen/arch-x86/hvm
make[4]: 'symbols' is up to date.
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/xen/tools'
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/xen/tools'
make -f /home/AUR/xen/src/xen-4.5.1/xen/Rules.mk include/xen/compile.h
/home/AUR/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -m0644 -p xen/arch-arm/hvm/*.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xen/arch-arm/hvm
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/xen'
/home/AUR/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -m0644 -p xen/foreign/*.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xen/foreign
/home/AUR/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -m0644 -p xen/hvm/*.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xen/hvm
/home/AUR/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -m0644 -p xen/io/*.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xen/io
/home/AUR/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -m0644 -p xen/sys/*.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xen/sys
/home/AUR/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -m0644 -p xen/xsm/*.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xen/xsm
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/include'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C libxc install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libxc'
 __  __            _  _    ____   _ 
 \ \/ /___ _ __   | || |  | ___| / |
  \  // _ \ '_ \  | || |_ |___ \ | |
  /  \  __/ | | | |__   _| ___) || |
 /_/\_\___|_| |_|    |_|(_)____(_)_|
                                    
make libs
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libxc'
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/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
make -f /home/AUR/xen/src/xen-4.5.1/xen/Rules.mk -C include
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/xen/include'
rm -f _paths.h.tmp;  echo "#define SBINDIR \"/usr/bin\"" >>_paths.h.tmp;  echo "#define BINDIR \"/usr/bin\"" >>_paths.h.tmp;  echo "#define LIBEXEC \"/usr/lib/xen\"" >>_paths.h.tmp;  echo "#define LIBEXEC_BIN \"/usr/lib/xen/bin\"" >>_paths.h.tmp;  echo "#define LIBDIR \"/usr/lib\"" >>_paths.h.tmp;  echo "#define SHAREDIR \"/usr/share\"" >>_paths.h.tmp;  echo "#define XENFIRMWAREDIR \"/usr/lib/xen/boot\"" >>_paths.h.tmp;  echo "#define XEN_CONFIG_DIR \"/etc/xen\"" >>_paths.h.tmp;  echo "#define XEN_SCRIPT_DIR \"/etc/xen/scripts\"" >>_paths.h.tmp;  echo "#define XEN_LOCK_DIR \"/var/lock\"" >>_paths.h.tmp;  echo "#define XEN_RUN_DIR \"/run/xen\"" >>_paths.h.tmp;  echo "#define XEN_PAGING_DIR \"/var/lib/xen/xenpaging\"" >>_paths.h.tmp; 	if ! cmp -s _paths.h.tmp _paths.h; then mv -f _paths.h.tmp _paths.h; else rm -f _paths.h.tmp; fi
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libxc'
/home/AUR/xen/src/xen-4.5.1/tools/libxc/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
/home/AUR/xen/src/xen-4.5.1/tools/libxc/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include
/home/AUR/xen/src/xen-4.5.1/tools/libxc/../../tools/cross-install -m0755 -p libxenctrl.so.4.5.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
/home/AUR/xen/src/xen-4.5.1/tools/libxc/../../tools/cross-install -m0644 -p libxenctrl.a /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
ln -sf libxenctrl.so.4.5.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libxenctrl.so.4.5
ln -sf libxenctrl.so.4.5 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libxenctrl.so
/home/AUR/xen/src/xen-4.5.1/tools/libxc/../../tools/cross-install -m0644 -p include/xenctrl.h include/xenctrlosdep.h include/xentoollog.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include
/home/AUR/xen/src/xen-4.5.1/tools/libxc/../../tools/cross-install -m0755 -p libxenguest.so.4.5.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
/home/AUR/xen/src/xen-4.5.1/tools/libxc/../../tools/cross-install -m0644 -p libxenguest.a /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
ln -sf libxenguest.so.4.5.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libxenguest.so.4.5
ln -sf libxenguest.so.4.5 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libxenguest.so
/home/AUR/xen/src/xen-4.5.1/tools/libxc/../../tools/cross-install -m0644 -p include/xenguest.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libxc'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C xenstore install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/xenstore'
mkdir -p compat
mkdir -p compat
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/callback.h | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/callback.c.new
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/elfnote.h | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/elfnote.c.new
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/event_channel.h | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/event_channel.c.new
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/features.h | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/features.c.new
mkdir -p compat
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/grant_table.h | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/grant_table.c.new
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/kexec.h | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/kexec.c.new
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/memory.h | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/memory.c.new
/home/AUR/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include
/home/AUR/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xenstore-compat
/home/AUR/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/var/lib/xenstored
/home/AUR/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -m0755 -p xenstored /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -m0755 -p xenstore-control /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -m0755 -p xenstore /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
set -e ; for c in xenstore-exists xenstore-list xenstore-read xenstore-rm xenstore-chmod xenstore-write xenstore-ls xenstore-watch ; do \
	ln -f /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin/xenstore /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin/${c} ; \
done
/home/AUR/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
/home/AUR/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -m0755 -p libxenstore.so.3.0.3 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
ln -sf libxenstore.so.3.0.3 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libxenstore.so.3.0
ln -sf libxenstore.so.3.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libxenstore.so
/home/AUR/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -m0644 -p libxenstore.a /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
/home/AUR/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -m0644 -p include/xenstore.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include
/home/AUR/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -m0644 -p include/xenstore_lib.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include
/home/AUR/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -m0644 -p include/compat/xs.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xenstore-compat/xs.h
/home/AUR/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -m0644 -p include/compat/xs_lib.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xenstore-compat/xs_lib.h
ln -sf xenstore-compat/xs.h  /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xs.h
ln -sf xenstore-compat/xs_lib.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include/xs_lib.h
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/xenstore'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
mv -f compat/grant_table.c.new compat/grant_table.c
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/nmi.h | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/nmi.c.new
make -C misc install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/misc'
mv -f compat/features.c.new compat/features.c
mkdir -p compat
mv -f compat/callback.c.new compat/callback.c
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/physdev.h | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/physdev.c.new
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/platform.h | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/platform.c.new
/home/AUR/xen/src/xen-4.5.1/tools/misc/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/misc/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/misc/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
/home/AUR/xen/src/xen-4.5.1/tools/misc/../../tools/python/install-wrap "/usr/bin/python2" /home/AUR/xen/src/xen-4.5.1/tools/misc/../../tools/cross-install -m0755 -p xencons xencov_split xen-detect /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/misc/../../tools/python/install-wrap "/usr/bin/python2" /home/AUR/xen/src/xen-4.5.1/tools/misc/../../tools/cross-install -m0755 -p xen-bugtool xenperf xenpm xen-tmem-list-parse gtraceview gtracestat xenlockprof xenwatchdogd xen-ringwatch xencov xen-hvmctx xen-hvmcrash xen-lowmemd xen-mfndump xen-hptool /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
mv -f compat/nmi.c.new compat/nmi.c
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/sched.h | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/sched.c.new
/home/AUR/xen/src/xen-4.5.1/tools/misc/../../tools/python/install-wrap "/usr/bin/python2" /home/AUR/xen/src/xen-4.5.1/tools/misc/../../tools/cross-install -m0755 -p xenpvnetboot /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/misc'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
mv -f compat/kexec.c.new compat/kexec.c
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/tmem.h | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/tmem.c.new
mv -f compat/elfnote.c.new compat/elfnote.c
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/trace.h | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/trace.c.new
make -C examples install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/examples'
mv -f compat/event_channel.c.new compat/event_channel.c
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/vcpu.h | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/vcpu.c.new
[ -d /home/AUR/xen/src/xen-4.5.1/dist/install/etc/xen ] || \
	/home/AUR/xen/src/xen-4.5.1/tools/examples/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/etc/xen
set -e; for i in README README.incompatibilities; \
    do [ -e /home/AUR/xen/src/xen-4.5.1/dist/install/etc/xen/$i ] || \
    /home/AUR/xen/src/xen-4.5.1/tools/examples/../../tools/cross-install -m0644 -p $i /home/AUR/xen/src/xen-4.5.1/dist/install/etc/xen; \
done
[ -d /home/AUR/xen/src/xen-4.5.1/dist/install/etc/xen ] || \
	/home/AUR/xen/src/xen-4.5.1/tools/examples/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/etc/xen
[ -d /home/AUR/xen/src/xen-4.5.1/dist/install/etc/xen/auto ] || \
	/home/AUR/xen/src/xen-4.5.1/tools/examples/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/etc/xen/auto
set -e; for i in xlexample.hvm xlexample.pvlinux xl.conf cpupool ; \
    do [ -e /home/AUR/xen/src/xen-4.5.1/dist/install/etc/xen/$i ] || \
    /home/AUR/xen/src/xen-4.5.1/tools/examples/../../tools/cross-install -m0644 -p $i /home/AUR/xen/src/xen-4.5.1/dist/install/etc/xen; \
done
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/examples'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
mv -f compat/sched.c.new compat/sched.c
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/version.h | \
python2 /home/AUR/xen/src/xen-4.5.1/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 | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/xen.c.new
make -C hotplug install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/hotplug'
mv -f compat/physdev.c.new compat/physdev.c
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/xencomm.h | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/xencomm.c.new
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/hotplug'
mv -f compat/version.c.new compat/version.c
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/xenoprof.h | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/xenoprof.c.new
mv -f compat/memory.c.new compat/memory.c
mkdir -p compat/arch-x86
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86/xen-mca.h | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/arch-x86/xen-mca.c.new
mv -f compat/xencomm.c.new compat/xencomm.c
mkdir -p compat/arch-x86
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86/xen.h | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/arch-x86/xen.c.new
make -C common install
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/hotplug/common'
mv -f compat/trace.c.new compat/trace.c
mkdir -p compat/arch-x86
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86/xen-x86_32.h | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/arch-x86/xen-x86_32.c.new
rm -f "hotplugpath.sh".tmp;  echo "SBINDIR=\"/usr/bin\"" >>"hotplugpath.sh".tmp;  echo "BINDIR=\"/usr/bin\"" >>"hotplugpath.sh".tmp;  echo "LIBEXEC=\"/usr/lib/xen\"" >>"hotplugpath.sh".tmp;  echo "LIBEXEC_BIN=\"/usr/lib/xen/bin\"" >>"hotplugpath.sh".tmp;  echo "LIBDIR=\"/usr/lib\"" >>"hotplugpath.sh".tmp;  echo "SHAREDIR=\"/usr/share\"" >>"hotplugpath.sh".tmp;  echo "XENFIRMWAREDIR=\"/usr/lib/xen/boot\"" >>"hotplugpath.sh".tmp;  echo "XEN_CONFIG_DIR=\"/etc/xen\"" >>"hotplugpath.sh".tmp;  echo "XEN_SCRIPT_DIR=\"/etc/xen/scripts\"" >>"hotplugpath.sh".tmp;  echo "XEN_LOCK_DIR=\"/var/lock\"" >>"hotplugpath.sh".tmp;  echo "XEN_RUN_DIR=\"/run/xen\"" >>"hotplugpath.sh".tmp;  echo "XEN_PAGING_DIR=\"/var/lib/xen/xenpaging\"" >>"hotplugpath.sh".tmp; 	if ! cmp -s "hotplugpath.sh".tmp "hotplugpath.sh"; then mv -f "hotplugpath.sh".tmp "hotplugpath.sh"; else rm -f "hotplugpath.sh".tmp; fi
mv -f compat/vcpu.c.new compat/vcpu.c
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86_32.h | \
python2 /home/AUR/xen/src/xen-4.5.1/xen/tools/compat-build-source.py >compat/arch-x86_32.c.new
[ -d /home/AUR/xen/src/xen-4.5.1/dist/install/etc/xen/scripts ] || \
	/home/AUR/xen/src/xen-4.5.1/tools/hotplug/common/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/etc/xen/scripts
set -e; for i in ; \
   do \
   /home/AUR/xen/src/xen-4.5.1/tools/hotplug/common/../../../tools/cross-install -m0755 -p $i /home/AUR/xen/src/xen-4.5.1/dist/install/etc/xen/scripts; \
done
set -e; for i in "hotplugpath.sh"; \
   do \
   /home/AUR/xen/src/xen-4.5.1/tools/hotplug/common/../../../tools/cross-install -m0644 -p $i /home/AUR/xen/src/xen-4.5.1/dist/install/etc/xen/scripts; \
done
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/hotplug/common'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/hotplug'
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/hotplug'
make -C Linux install
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/hotplug/Linux'
mv -f compat/arch-x86_32.c.new compat/arch-x86_32.c
gcc -E -fno-caller-saves -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG -I/home/AUR/xen/src/xen-4.5.1/xen/include -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG -I/home/AUR/xen/src/xen-4.5.1/xen/include -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/callback.i compat/callback.c
gcc -E -fno-caller-saves -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG -I/home/AUR/xen/src/xen-4.5.1/xen/include -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG -I/home/AUR/xen/src/xen-4.5.1/xen/include -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/elfnote.i compat/elfnote.c
gcc -E -fno-caller-saves -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG -I/home/AUR/xen/src/xen-4.5.1/xen/include -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG -I/home/AUR/xen/src/xen-4.5.1/xen/include -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/event_channel.i compat/event_channel.c
mv -f compat/platform.c.new compat/platform.c
gcc -E -fno-caller-saves -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG -I/home/AUR/xen/src/xen-4.5.1/xen/include -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG -I/home/AUR/xen/src/xen-4.5.1/xen/include -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/features.i compat/features.c
mv -f compat/xenoprof.c.new compat/xenoprof.c
gcc -E -fno-caller-saves -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG -I/home/AUR/xen/src/xen-4.5.1/xen/include -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG -I/home/AUR/xen/src/xen-4.5.1/xen/include -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/grant_table.i compat/grant_table.c
gcc -E -fno-caller-saves -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG -I/home/AUR/xen/src/xen-4.5.1/xen/include -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG -I/home/AUR/xen/src/xen-4.5.1/xen/include -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/kexec.i compat/kexec.c
gcc -E -fno-caller-saves -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG -I/home/AUR/xen/src/xen-4.5.1/xen/include -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG -I/home/AUR/xen/src/xen-4.5.1/xen/include -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/AUR/xen/src/xen-4.5.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Werror -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/memory.i compat/memory.c
compat/grant_table.c:33:1: error: unterminated comment
 /*
 ^
compat/grant_table.c:28:0: error: unterminated #ifndef
 #ifndef __XEN_PUBLIC_GRANT_TABLE_H__
 ^
Makefile:61: recipe for target 'compat/grant_table.i' failed
make[3]: *** [compat/grant_table.i] Error 1
make[3]: *** Waiting for unfinished jobs....
[ -d /home/AUR/xen/src/xen-4.5.1/dist/install/etc/init.d ] || /home/AUR/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/etc/init.d
[ -d /home/AUR/xen/src/xen-4.5.1/dist/install/etc/xen/scripts ] || \
	/home/AUR/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/etc/xen/scripts
[ -d /home/AUR/xen/src/xen-4.5.1/dist/install/etc/udev ] || \
	/home/AUR/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/etc/udev/rules.d
[ -d /home/AUR/xen/src/xen-4.5.1/dist/install/etc/conf.d ] || /home/AUR/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/etc/conf.d
set -e; for i in vif-bridge vif-route vif-nat vif-openvswitch vif2 vif-setup block block-enbd block-nbd xen-hotplug-cleanup external-device-migrate vscsi block-iscsi block-drbd-probe ; \
    do \
    /home/AUR/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p $i /home/AUR/xen/src/xen-4.5.1/dist/install/etc/xen/scripts; \
done
set -e; for i in xen-backend.rules ; \
    do \
    /home/AUR/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -m0644 -p $i /home/AUR/xen/src/xen-4.5.1/dist/install/etc/udev/rules.d; \
done
[ -d /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin ] || /home/AUR/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
/home/AUR/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p xendomains /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
/home/AUR/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p init.d/xendomains /home/AUR/xen/src/xen-4.5.1/dist/install/etc/init.d
/home/AUR/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -m0644 -p init.d/sysconfig.xendomains /home/AUR/xen/src/xen-4.5.1/dist/install/etc/conf.d/xendomains
/home/AUR/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p init.d/xencommons /home/AUR/xen/src/xen-4.5.1/dist/install/etc/init.d
/home/AUR/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -m0644 -p init.d/sysconfig.xencommons /home/AUR/xen/src/xen-4.5.1/dist/install/etc/conf.d/xencommons
/home/AUR/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p init.d/xen-watchdog /home/AUR/xen/src/xen-4.5.1/dist/install/etc/init.d
mv -f compat/arch-x86/xen-x86_32.c.new compat/arch-x86/xen-x86_32.c
set -e; for i in xen-script-common.sh locking.sh logging.sh xen-hotplug-common.sh xen-network-common.sh vif-common.sh block-common.sh; \
    do \
    /home/AUR/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -m0644 -p $i /home/AUR/xen/src/xen-4.5.1/dist/install/etc/xen/scripts; \
done
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/hotplug/Linux'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/hotplug'
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/hotplug'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
mv -f compat/arch-x86/xen.c.new compat/arch-x86/xen.c
make -C xentrace install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/xentrace'
/home/AUR/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
[ -z "xenctx" ] || /home/AUR/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
/home/AUR/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/share/man/man1
/home/AUR/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/share/man/man8
/home/AUR/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -m0755 -p xentrace xentrace_setsize /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/xentrace/../../tools/python/install-wrap "/usr/bin/python2" /home/AUR/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -m0755 -p xentrace_format /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
[ -z "xenctx" ] || /home/AUR/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -m0755 -p xenctx /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
/home/AUR/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -m0644 -p xentrace_format.1 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/share/man/man1
/home/AUR/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -m0644 -p xentrace.8 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/share/man/man8
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/xentrace'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C xcutils install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/xcutils'
mv -f compat/arch-x86/xen-mca.c.new compat/arch-x86/xen-mca.c
/home/AUR/xen/src/xen-4.5.1/tools/xcutils/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
/home/AUR/xen/src/xen-4.5.1/tools/xcutils/../../tools/cross-install -m0755 -p readnotes lsevtchn /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/xcutils'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C firmware install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware'
make  CC=gcc PYTHON=python2 subdirs-all
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware'
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware'
make -C seabios-dir all
make[6]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/seabios-dir-remote'
mv -f compat/xen.c.new compat/xen.c
rm compat/xen.c compat/kexec.i compat/arch-x86_32.c compat/arch-x86/xen-x86_32.c compat/memory.c compat/sched.c compat/vcpu.c compat/features.i compat/callback.c compat/event_channel.i compat/elfnote.c compat/kexec.c compat/tmem.c compat/elfnote.i compat/physdev.c compat/trace.c compat/features.c compat/event_channel.c compat/xencomm.c compat/arch-x86/xen.c compat/arch-x86/xen-mca.c compat/version.c compat/platform.c compat/memory.i compat/nmi.c compat/callback.i compat/xenoprof.c compat/grant_table.c
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/xen/include'
Makefile:100: recipe for target '/home/AUR/xen/src/xen-4.5.1/xen/xen' failed
make[2]: *** [/home/AUR/xen/src/xen-4.5.1/xen/xen] Error 2
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/xen'
Makefile:26: recipe for target 'install' failed
make[1]: *** [install] Error 2
make[1]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/xen'
Makefile:65: recipe for target 'install-xen' failed
make: *** [install-xen] Error 2
make: *** Waiting for unfinished jobs....
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/seabios-dir-remote'
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware'
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware'
make -C rombios all
make[6]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/rombios'
make[7]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/rombios'
make -C 32bit all
make[8]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/rombios/32bit'
make[9]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/rombios/32bit'
make -C tcgbios all
make[10]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/rombios/32bit/tcgbios'
make[10]: Nothing to be done for 'all'.
make[10]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/rombios/32bit/tcgbios'
make[9]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/rombios/32bit'
make 32bitbios_flat.h
make[9]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/rombios/32bit'
make[9]: '32bitbios_flat.h' is up to date.
make[9]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/rombios/32bit'
make[8]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/rombios/32bit'
make[7]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/rombios'
make BIOS-bochs-latest
make[7]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/rombios'
make[7]: 'BIOS-bochs-latest' is up to date.
make[7]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/rombios'
make[6]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/rombios'
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware'
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware'
make -C vgabios all
make[6]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/vgabios'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/vgabios'
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware'
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware'
make -C etherboot all
make[6]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/etherboot'
rm -rf ipxe
gzip -dc ipxe.tar.gz | tar xf -
for i in $(cat patches/series) ; do                 \
    patch -d ipxe -p1 --quiet <patches/$i || exit 1 ; \
done
cat Config >>ipxe/src/arch/i386/Makefile
make -C ipxe/src bin/rtl8139.rom
make[7]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/etherboot/ipxe/src'
rm -f  bin/*.*  bin/errors	 bin/NIC	 ./util/nrv2b ./util/zbin ./util/elf2efi32 ./util/elf2efi64 ./util/efirom ./util/iccfix ./util/einfo TAGS bin/symtab
  [MEDIARULES] exe
  [MEDIARULES] raw
  [MEDIARULES] hd
  [MEDIARULES] kkkpxe
  [MEDIARULES] kkpxe
  [MEDIARULES] lkrn
  [MEDIARULES] nbi
  [MEDIARULES] dsk
  [MEDIARULES] kpxe
  [MEDIARULES] mrom
  [MEDIARULES] rom
  [MEDIARULES] pxe
  [RULES] arch/i386/drivers/net/undiisr.S
  [RULES] arch/i386/interface/syslinux/com32_wrapper.S
  [RULES] arch/i386/interface/pxe/pxe_entry.S
  [RULES] arch/i386/firmware/pcbios/e820mangler.S
  [RULES] arch/i386/prefix/libprefix.S
  [RULES] arch/i386/prefix/dskprefix.S
  [RULES] arch/i386/prefix/unnrv2b.S
  [RULES] arch/i386/prefix/usbdisk.S
  [RULES] arch/i386/prefix/lkrnprefix.S
  [RULES] arch/i386/prefix/mromprefix.S
  [RULES] arch/i386/prefix/undiloader.S
  [RULES] arch/i386/prefix/bootpart.S
  [RULES] arch/i386/prefix/nullprefix.S
  [RULES] arch/i386/prefix/nbiprefix.S
  [RULES] arch/i386/prefix/kpxeprefix.S
  [RULES] arch/i386/prefix/hdprefix.S
  [RULES] arch/i386/prefix/pxeprefix.S
  [RULES] arch/i386/prefix/kkkpxeprefix.S
  [RULES] arch/i386/prefix/exeprefix.S
  [RULES] arch/i386/prefix/romprefix.S
  [RULES] arch/i386/prefix/unnrv2b16.S
  [RULES] arch/i386/prefix/kkpxeprefix.S
  [RULES] arch/i386/prefix/mbr.S
  [RULES] arch/i386/transitions/libkir.S
  [RULES] arch/i386/transitions/libpm.S
  [RULES] arch/i386/transitions/liba20.S
  [RULES] arch/i386/transitions/librm.S
  [RULES] arch/i386/core/patch_cf.S
  [RULES] arch/i386/core/virtaddr.S
  [RULES] arch/i386/core/setjmp.S
  [RULES] arch/i386/core/stack.S
  [RULES] arch/i386/core/gdbidt.S
  [RULES] arch/i386/core/stack16.S
  [RULES] tests/gdbstub_test.S
  [RULES] arch/i386/drivers/net/undipreload.c
  [RULES] arch/i386/drivers/net/undiload.c
  [RULES] arch/i386/drivers/net/undi.c
  [RULES] arch/i386/drivers/net/undionly.c
  [RULES] arch/i386/drivers/net/undinet.c
  [RULES] arch/i386/drivers/net/undirom.c
  [RULES] arch/x86/prefix/efiprefix.c
  [RULES] arch/x86/prefix/efidrvprefix.c
  [RULES] arch/x86/interface/efi/efix86_nap.c
  [RULES] arch/x86/core/pcidirect.c
  [RULES] arch/x86/core/x86_string.c
  [RULES] arch/i386/hci/commands/pxe_cmd.c
  [RULES] arch/i386/hci/commands/reboot_cmd.c
  [RULES] arch/i386/interface/syslinux/comboot_call.c
  [RULES] arch/i386/interface/syslinux/com32_call.c
  [RULES] arch/i386/interface/syslinux/comboot_resolv.c
  [RULES] arch/i386/interface/pxeparent/pxeparent.c
  [RULES] arch/i386/interface/pxeparent/pxeparent_dhcp.c
  [RULES] arch/i386/interface/pxe/pxe_call.c
  [RULES] arch/i386/interface/pxe/pxe_undi.c
  [RULES] arch/i386/interface/pxe/pxe_tftp.c
  [RULES] arch/i386/interface/pxe/pxe_file.c
  [RULES] arch/i386/interface/pxe/pxe_preboot.c
  [RULES] arch/i386/interface/pxe/pxe_exit_hook.c
  [RULES] arch/i386/interface/pxe/pxe_loader.c
  [RULES] arch/i386/interface/pcbios/bios_smbios.c
  [RULES] arch/i386/interface/pxe/pxe_udp.c
  [RULES] arch/i386/interface/pcbios/bios_nap.c
  [RULES] arch/i386/interface/pcbios/int13.c
  [RULES] arch/i386/interface/pcbios/pcibios.c
  [RULES] arch/i386/interface/pcbios/biosint.c
  [RULES] arch/i386/interface/pcbios/memtop_umalloc.c
  [RULES] arch/i386/interface/pcbios/bios_timer.c
  [RULES] arch/i386/image/com32.c
  [RULES] arch/i386/image/nbi.c
  [RULES] arch/i386/image/pxe_image.c
  [RULES] arch/i386/image/bzimage.c
  [RULES] arch/i386/image/multiboot.c
  [RULES] arch/i386/image/bootsector.c
  [RULES] arch/i386/image/elfboot.c
  [RULES] arch/i386/image/comboot.c
  [RULES] arch/i386/firmware/pcbios/hidemem.c
  [RULES] arch/i386/firmware/pcbios/memmap.c
  [RULES] arch/i386/firmware/pcbios/basemem.c
  [RULES] arch/i386/firmware/pcbios/fakee820.c
  [RULES] arch/i386/firmware/pcbios/bios_console.c
  [RULES] arch/i386/firmware/pcbios/pnpbios.c
  [RULES] arch/i386/transitions/librm_mgmt.c
  [RULES] arch/i386/core/rdtsc_timer.c
  [RULES] arch/i386/core/runtime.c
  [RULES] arch/i386/core/basemem_packet.c
  [RULES] arch/i386/core/video_subr.c
  [RULES] arch/i386/core/timer2.c
  [RULES] arch/i386/core/gdbmach.c
  [RULES] arch/i386/core/cpu.c
  [RULES] arch/i386/core/pic8259.c
  [RULES] arch/i386/core/x86_io.c
  [RULES] arch/i386/core/relocate.c
  [RULES] arch/i386/core/nulltrap.c
  [RULES] arch/i386/core/dumpregs.c
  [RULES] config/config_infiniband.c
  [RULES] config/config_ethernet.c
  [RULES] config/config_fc.c
  [RULES] config/config_net80211.c
  [RULES] config/config.c
  [RULES] config/config_romprefix.c
  [RULES] usr/prompt.c
  [RULES] usr/route.c
  [RULES] usr/lotest.c
  [RULES] usr/iwmgmt.c
  [RULES] usr/pxemenu.c
  [RULES] usr/imgmgmt.c
  [RULES] usr/dhcpmgmt.c
  [RULES] usr/fcmgmt.c
  [RULES] usr/ifmgmt.c
  [RULES] usr/autoboot.c
  [RULES] hci/keymap/keymap_pt.c
  [RULES] hci/keymap/keymap_wo.c
  [RULES] hci/keymap/keymap_gr.c
  [RULES] hci/keymap/keymap_ro.c
  [RULES] hci/keymap/keymap_us.c
  [RULES] hci/keymap/keymap_et.c
  [RULES] hci/keymap/keymap_cf.c
  [RULES] hci/keymap/keymap_ru.c
  [RULES] hci/keymap/keymap_al.c
  [RULES] hci/keymap/keymap_fi.c
  [RULES] hci/keymap/keymap_dk.c
  [RULES] hci/keymap/keymap_sr.c
  [RULES] hci/keymap/keymap_lt.c
  [RULES] hci/keymap/keymap_ua.c
  [RULES] hci/keymap/keymap_mt.c
  [RULES] hci/keymap/keymap_cz.c
  [RULES] hci/keymap/keymap_fr.c
  [RULES] hci/keymap/keymap_no.c
  [RULES] hci/keymap/keymap_pl.c
  [RULES] hci/keymap/keymap_uk.c
  [RULES] hci/keymap/keymap_mk.c
  [RULES] hci/keymap/keymap_th.c
  [RULES] hci/keymap/keymap_az.c
  [RULES] hci/keymap/keymap_hu.c
  [RULES] hci/keymap/keymap_sg.c
  [RULES] hci/keymap/keymap_nl.c
  [RULES] hci/keymap/keymap_by.c
  [RULES] hci/keymap/keymap_il.c
  [RULES] hci/keymap/keymap_de.c
  [RULES] hci/keymap/keymap_es.c
  [RULES] hci/keymap/keymap_it.c
  [RULES] hci/keymap/keymap_bg.c
  [RULES] hci/mucurses/widgets/editbox.c
  [RULES] hci/mucurses/colour.c
  [RULES] hci/mucurses/alert.c
  [RULES] hci/mucurses/clear.c
  [RULES] hci/mucurses/edging.c
  [RULES] hci/mucurses/winattrs.c
  [RULES] hci/mucurses/print_nadv.c
  [RULES] hci/mucurses/wininit.c
  [RULES] hci/mucurses/ansi_screen.c
  [RULES] hci/mucurses/mucurses.c
  [RULES] hci/mucurses/windows.c
  [RULES] hci/mucurses/print.c
  [RULES] hci/mucurses/slk.c
  [RULES] hci/mucurses/kb.c
  [RULES] hci/tui/login_ui.c
  [RULES] hci/tui/settings_ui.c
  [RULES] hci/commands/nvo_cmd.c
  [RULES] hci/commands/config_cmd.c
  [RULES] hci/commands/login_cmd.c
  [RULES] hci/commands/sanboot_cmd.c
  [RULES] hci/commands/gdbstub_cmd.c
  [RULES] hci/commands/ifmgmt_cmd.c
  [RULES] hci/commands/autoboot_cmd.c
  [RULES] hci/commands/time_cmd.c
  [RULES] hci/commands/dhcp_cmd.c
  [RULES] hci/commands/route_cmd.c
  [RULES] hci/commands/digest_cmd.c
  [RULES] hci/commands/image_cmd.c
  [RULES] hci/commands/fcmgmt_cmd.c
  [RULES] hci/commands/lotest_cmd.c
  [RULES] hci/commands/iwmgmt_cmd.c
  [RULES] hci/commands/vlan_cmd.c
  [RULES] hci/linux_args.c
  [RULES] hci/strerror.c
  [RULES] hci/readline.c
  [RULES] hci/editstring.c
  [RULES] hci/shell.c
  [RULES] hci/wireless_errors.c
  [RULES] crypto/axtls/rsa.c
  [RULES] crypto/axtls/bigint.c
  [RULES] crypto/axtls/sha1.c
  [RULES] crypto/axtls/aes.c
  [RULES] crypto/chap.c
  [RULES] crypto/x509.c
  [RULES] crypto/sha1extra.c
  [RULES] crypto/arc4.c
  [RULES] crypto/crypto_null.c
  [RULES] crypto/md5.c
  [RULES] crypto/crandom.c
  [RULES] crypto/hmac.c
  [RULES] crypto/asn1.c
  [RULES] crypto/axtls_aes.c
  [RULES] crypto/aes_wrap.c
  [RULES] crypto/axtls_sha1.c
  [RULES] crypto/crc32.c
  [RULES] crypto/cbc.c
  [RULES] tests/memcpy_test.c
  [RULES] tests/list_test.c
  [RULES] tests/test.c
  [RULES] tests/bofm_test.c
  [RULES] tests/uri_test.c
  [RULES] tests/umalloc_test.c
  [RULES] tests/linebuf_test.c
  [RULES] interface/bofm/bofm.c
  [RULES] interface/smbios/smbios_settings.c
  [RULES] interface/efi/efi_io.c
  [RULES] interface/smbios/smbios.c
  [RULES] interface/efi/efi_uaccess.c
  [RULES] interface/efi/efi_init.c
  [RULES] interface/efi/efi_driver.c
  [RULES] interface/efi/efi_smbios.c
  [RULES] interface/efi/efi_timer.c
  [RULES] interface/efi/efi_strings.c
  [RULES] interface/efi/efi_umalloc.c
  [RULES] interface/efi/efi_bofm.c
  [RULES] interface/efi/efi_strerror.c
  [RULES] interface/efi/efi_pci.c
  [RULES] interface/efi/efi_snp.c
  [RULES] interface/efi/efi_console.c
  [RULES] drivers/infiniband/linda_fw.c
  [RULES] drivers/infiniband/qib7322.c
  [RULES] drivers/infiniband/arbel.c
  [RULES] drivers/infiniband/hermon.c
  [RULES] drivers/infiniband/linda.c
  [RULES] drivers/bitbash/i2c_bit.c
  [RULES] drivers/bitbash/bitbash.c
  [RULES] drivers/bitbash/spi_bit.c
  [RULES] drivers/nvs/threewire.c
  [RULES] drivers/nvs/nvsvpd.c
  [RULES] drivers/nvs/spi.c
  [RULES] drivers/block/scsi.c
  [RULES] drivers/nvs/nvs.c
  [RULES] drivers/block/srp.c
  [RULES] drivers/block/ata.c
  [RULES] drivers/block/ibft.c
  [RULES] drivers/net/efi/snponly.c
  [RULES] drivers/net/efi/snpnet.c
  [RULES] drivers/net/vxge/vxge_main.c
  [RULES] drivers/net/vxge/vxge_config.c
  [RULES] drivers/net/vxge/vxge.c
  [RULES] drivers/net/vxge/vxge_traffic.c
  [RULES] drivers/net/ath/ath9k/ath9k_recv.c
  [RULES] drivers/net/ath/ath9k/ath9k_ar9003_calib.c
  [RULES] drivers/net/ath/ath9k/ath9k_eeprom.c
  [RULES] drivers/net/ath/ath9k/ath9k_ar9003_hw.c
  [RULES] drivers/net/ath/ath9k/ath9k.c
  [RULES] drivers/net/ath/ath9k/ath9k_ani.c
  [RULES] drivers/net/ath/ath9k/ath9k_ar9003_phy.c
  [RULES] drivers/net/ath/ath9k/ath9k_ar5008_phy.c
  [RULES] drivers/net/ath/ath9k/ath9k_xmit.c
  [RULES] drivers/net/ath/ath9k/ath9k_ar9002_mac.c
  [RULES] drivers/net/ath/ath9k/ath9k_ar9003_eeprom.c
  [RULES] drivers/net/ath/ath9k/ath9k_eeprom_def.c
  [RULES] drivers/net/ath/ath9k/ath9k_ar9002_calib.c
  [RULES] drivers/net/ath/ath9k/ath9k_main.c
  [RULES] drivers/net/ath/ath9k/ath9k_mac.c
  [RULES] drivers/net/ath/ath9k/ath9k_ar9002_phy.c
  [RULES] drivers/net/ath/ath9k/ath9k_ar9002_hw.c
  [RULES] drivers/net/ath/ath9k/ath9k_common.c
  [RULES] drivers/net/ath/ath9k/ath9k_hw.c
  [RULES] drivers/net/ath/ath9k/ath9k_eeprom_9287.c
  [RULES] drivers/net/ath/ath9k/ath9k_ar9003_mac.c
  [RULES] drivers/net/ath/ath9k/ath9k_init.c
  [RULES] drivers/net/ath/ath9k/ath9k_eeprom_4k.c
  [RULES] drivers/net/ath/ath9k/ath9k_calib.c
  [RULES] drivers/net/ath/ath5k/ath5k_caps.c
  [RULES] drivers/net/ath/ath5k/ath5k_eeprom.c
  [RULES] drivers/net/ath/ath5k/ath5k_qcu.c
  [RULES] drivers/net/ath/ath5k/ath5k_desc.c
  [RULES] drivers/net/ath/ath5k/ath5k_pcu.c
  [RULES] drivers/net/ath/ath5k/ath5k_initvals.c
  [RULES] drivers/net/ath/ath5k/ath5k_dma.c
  [RULES] drivers/net/ath/ath5k/ath5k_phy.c
  [RULES] drivers/net/ath/ath5k/ath5k_gpio.c
  [RULES] drivers/net/ath/ath5k/ath5k_rfkill.c
  [RULES] drivers/net/ath/ath5k/ath5k_attach.c
  [RULES] drivers/net/ath/ath5k/ath5k.c
  [RULES] drivers/net/ath/ath5k/ath5k_reset.c
  [RULES] drivers/net/ath/ath_regd.c
  [RULES] drivers/net/ath/ath_main.c
  [RULES] drivers/net/ath/ath_key.c
  [RULES] drivers/net/ath/ath_hw.c
  [RULES] drivers/net/rtl818x/rtl8180_sa2400.c
  [RULES] drivers/net/rtl818x/rtl8185_rtl8225.c
  [RULES] drivers/net/rtl818x/rtl8180.c
  [RULES] drivers/net/rtl818x/rtl818x.c
  [RULES] drivers/net/rtl818x/rtl8180_max2820.c
  [RULES] drivers/net/rtl818x/rtl8185.c
  [RULES] drivers/net/rtl818x/rtl8180_grf5101.c
  [RULES] drivers/net/phantom/phantom.c
  [RULES] drivers/net/igbvf/igbvf_mbx.c
  [RULES] drivers/net/igbvf/igbvf_vf.c
  [RULES] drivers/net/igbvf/igbvf_main.c
  [RULES] drivers/net/igb/igb_manage.c
  [RULES] drivers/net/igb/igb_api.c
  [RULES] drivers/net/igb/igb_nvm.c
  [RULES] drivers/net/igb/igb_main.c
  [RULES] drivers/net/igb/igb_phy.c
  [RULES] drivers/net/igb/igb_mac.c
  [RULES] drivers/net/igb/igb.c
  [RULES] drivers/net/igb/igb_82575.c
  [RULES] drivers/net/e1000e/e1000e_main.c
  [RULES] drivers/net/e1000e/e1000e_phy.c
  [RULES] drivers/net/e1000e/e1000e_mac.c
  [RULES] drivers/net/e1000e/e1000e.c
  [RULES] drivers/net/e1000e/e1000e_nvm.c
  [RULES] drivers/net/e1000e/e1000e_82571.c
  [RULES] drivers/net/e1000e/e1000e_manage.c
  [RULES] drivers/net/e1000e/e1000e_ich8lan.c
  [RULES] drivers/net/e1000e/e1000e_80003es2lan.c
  [RULES] drivers/net/e1000/e1000_82541.c
  [RULES] drivers/net/e1000/e1000_main.c
  [RULES] drivers/net/e1000/e1000_phy.c
  [RULES] drivers/net/e1000/e1000_mac.c
  [RULES] drivers/net/e1000/e1000_nvm.c
  [RULES] drivers/net/e1000/e1000.c
  [RULES] drivers/net/e1000/e1000_82543.c
  [RULES] drivers/net/e1000/e1000_manage.c
  [RULES] drivers/net/e1000/e1000_api.c
  [RULES] drivers/net/e1000/e1000_82540.c
  [RULES] drivers/net/e1000/e1000_82542.c
  [RULES] drivers/net/3c509.c
  [RULES] drivers/net/sundance.c
  [RULES] drivers/net/r8169.c
  [RULES] drivers/net/sis900.c
  [RULES] drivers/net/eepro100.c
  [RULES] drivers/net/tulip.c
  [RULES] drivers/net/prism2_plx.c
  [RULES] drivers/net/atl1e.c
  [RULES] drivers/net/ne.c
  [RULES] drivers/net/ns83820.c
  [RULES] drivers/net/eepro.c
  [RULES] drivers/net/myri10ge.c
  [RULES] drivers/net/pnic.c
  [RULES] drivers/net/forcedeth.c
  [RULES] drivers/net/tg3.c
  [RULES] drivers/net/davicom.c
  [RULES] drivers/net/3c90x.c
  [RULES] drivers/net/epic100.c
  [RULES] drivers/net/legacy.c
  [RULES] drivers/net/tlan.c
  [RULES] drivers/net/3c595.c
  [RULES] drivers/net/via-velocity.c
  [RULES] drivers/net/skge.c
  [RULES] drivers/net/ne2k_isa.c
  [RULES] drivers/net/sis190.c
  [RULES] drivers/net/depca.c
  [RULES] drivers/net/natsemi.c
  [RULES] drivers/net/3c503.c
  [RULES] drivers/net/virtio-net.c
  [RULES] drivers/net/wd.c
  [RULES] drivers/net/smc9000.c
  [RULES] drivers/net/3c509-eisa.c
  [RULES] drivers/net/w89c840.c
  [RULES] drivers/net/ns8390.c
  [RULES] drivers/net/dmfe.c
  [RULES] drivers/net/3c515.c
  [RULES] drivers/net/etherfabric.c
  [RULES] drivers/net/sky2.c
  [RULES] drivers/net/ipoib.c
  [RULES] drivers/net/cs89x0.c
  [RULES] drivers/net/b44.c
  [RULES] drivers/net/3c529.c
  [RULES] drivers/net/via-rhine.c
  [RULES] drivers/net/rtl8139.c
  [RULES] drivers/net/pcnet32.c
  [RULES] drivers/net/prism2_pci.c
  [RULES] drivers/net/jme.c
  [RULES] drivers/net/bnx2.c
  [RULES] drivers/net/amd8111e.c
  [RULES] drivers/net/mtd80x.c
  [RULES] drivers/net/3c5x9.c
  [RULES] drivers/bus/eisa.c
  [RULES] drivers/bus/mca.c
  [RULES] drivers/bus/pcivpd.c
  [RULES] drivers/bus/pcibackup.c
  [RULES] drivers/bus/pciextra.c
  [RULES] drivers/bus/isa_ids.c
  [RULES] drivers/bus/isa.c
  [RULES] drivers/bus/virtio-pci.c
  [RULES] drivers/bus/virtio-ring.c
  [RULES] drivers/bus/pci.c
  [RULES] drivers/bus/isapnp.c
  [RULES] image/embedded.c
  [RULES] image/efi_image.c
  [RULES] image/segment.c
  [RULES] image/elf.c
  [RULES] image/script.c
  [RULES] net/80211/wpa_tkip.c
  [RULES] net/80211/wpa_psk.c
  [RULES] net/80211/wep.c
  [RULES] net/80211/sec80211.c
  [RULES] net/80211/net80211.c
  [RULES] net/80211/wpa_ccmp.c
  [RULES] net/80211/wpa.c
  [RULES] net/80211/rc80211.c
  [RULES] net/infiniband/ib_srp.c
  [RULES] net/infiniband/ib_cmrc.c
  [RULES] net/infiniband/ib_sma.c
  [RULES] net/infiniband/ib_pathrec.c
  [RULES] net/infiniband/ib_smc.c
  [RULES] net/infiniband/ib_mcast.c
  [RULES] net/infiniband/ib_packet.c
  [RULES] net/infiniband/ib_cm.c
  [RULES] net/infiniband/ib_mi.c
  [RULES] net/udp/syslog.c
  [RULES] net/udp/tftp.c
  [RULES] net/udp/slam.c
  [RULES] net/udp/dns.c
  [RULES] net/udp/dhcp.c
  [RULES] net/tcp/http.c
  [RULES] net/tcp/ftp.c
  [RULES] net/tcp/iscsi.c
  [RULES] net/tcp/https.c
  [RULES] net/netdev_settings.c
  [RULES] net/dhcpopts.c
  [RULES] net/udp.c
  [RULES] net/icmp.c
  [RULES] net/netdevice.c
  [RULES] net/retry.c
  [RULES] net/cachedhcp.c
  [RULES] net/dhcppkt.c
  [RULES] net/ndp.c
  [RULES] net/eth_slow.c
  [RULES] net/ipv4.c
  [RULES] net/infiniband.c
  [RULES] net/nullnet.c
  [RULES] net/aoe.c
  [RULES] net/vlan.c
  [RULES] net/rarp.c
  [RULES] net/tls.c
  [RULES] net/ipv6.c
  [RULES] net/tcpip.c
  [RULES] net/fcels.c
  [RULES] net/fc.c
  [RULES] net/ethernet.c
  [RULES] net/arp.c
  [RULES] net/fcp.c
  [RULES] net/mii.c
  [RULES] net/tcp.c
  [RULES] net/iobpad.c
  [RULES] net/fcoe.c
  [RULES] net/icmpv6.c
  [RULES] net/fakedhcp.c
  [RULES] net/fcns.c
  [RULES] net/eapol.c
  [RULES] core/pcmcia.c
  [RULES] core/serial_console.c
  [RULES] core/null_sanboot.c
  [RULES] core/uuid.c
  [RULES] core/timer.c
  [RULES] core/base16.c
  [RULES] core/string.c
  [RULES] core/image.c
  [RULES] core/assert.c
  [RULES] core/job.c
  [RULES] core/parseopt.c
  [RULES] core/random.c
  [RULES] core/stringextra.c
  [RULES] core/strtoull.c
  [RULES] core/monojob.c
  [RULES] core/base64.c
  [RULES] core/iobuf.c
  [RULES] core/pc_kbd.c
  [RULES] core/blockdev.c
  [RULES] core/device.c
  [RULES] core/ansiesc.c
  [RULES] core/malloc.c
  [RULES] core/fnrec.c
  [RULES] core/debug.c
  [RULES] core/gdbserial.c
  [RULES] core/process.c
  [RULES] core/main.c
  [RULES] core/errno.c
  [RULES] core/basename.c
  [RULES] core/cwuri.c
  [RULES] core/cpio.c
  [RULES] core/misc.c
  [RULES] core/uri.c
  [RULES] core/resolv.c
  [RULES] core/acpi.c
  [RULES] core/serial.c
  [RULES] core/open.c
  [RULES] core/edd.c
  [RULES] core/i82365.c
  [RULES] core/gdbudp.c
  [RULES] core/posix_io.c
  [RULES] core/xfer.c
  [RULES] core/null_nap.c
  [RULES] core/vsprintf.c
  [RULES] core/bitops.c
  [RULES] core/nvo.c
  [RULES] core/downloader.c
  [RULES] core/settings.c
  [RULES] core/refcnt.c
  [RULES] core/bitmap.c
  [RULES] core/init.c
  [RULES] core/linebuf.c
  [RULES] core/gdbstub.c
  [RULES] core/asprintf.c
  [RULES] core/getkey.c
  [RULES] core/interface.c
  [RULES] core/getopt.c
  [RULES] core/btext.c
  [RULES] core/console.c
  [RULES] core/debug_md5.c
  [RULES] core/hw.c
  [RULES] core/exec.c
  [RULES] libgcc/__udivmoddi4.c
  [RULES] core/ctype.c
  [RULES] libgcc/__divdi3.c
  [RULES] libgcc/__umoddi3.c
  [RULES] libgcc/icc.c
  [RULES] libgcc/memcpy.c
  [RULES] libgcc/__udivdi3.c
  [RULES] libgcc/__moddi3.c
  [DEPS] arch/i386/drivers/net/undiisr.S
  [DEPS] arch/i386/interface/syslinux/com32_wrapper.S
  [DEPS] arch/i386/interface/pxe/pxe_entry.S
  [DEPS] arch/i386/prefix/libprefix.S
  [DEPS] arch/i386/firmware/pcbios/e820mangler.S
  [DEPS] arch/i386/prefix/dskprefix.S
  [DEPS] arch/i386/prefix/unnrv2b.S
  [DEPS] arch/i386/prefix/lkrnprefix.S
  [DEPS] arch/i386/prefix/undiloader.S
  [DEPS] arch/i386/prefix/usbdisk.S
  [DEPS] arch/i386/prefix/bootpart.S
  [DEPS] arch/i386/prefix/mromprefix.S
  [DEPS] arch/i386/prefix/nullprefix.S
  [DEPS] arch/i386/prefix/nbiprefix.S
  [DEPS] arch/i386/prefix/kpxeprefix.S
  [DEPS] arch/i386/prefix/kkkpxeprefix.S
  [DEPS] arch/i386/prefix/hdprefix.S
  [DEPS] arch/i386/prefix/pxeprefix.S
  [DEPS] arch/i386/prefix/exeprefix.S
  [DEPS] arch/i386/prefix/romprefix.S
  [DEPS] arch/i386/prefix/kkpxeprefix.S
  [DEPS] arch/i386/prefix/unnrv2b16.S
  [DEPS] arch/i386/prefix/mbr.S
  [DEPS] arch/i386/transitions/libkir.S
  [DEPS] arch/i386/transitions/libpm.S
  [DEPS] arch/i386/transitions/liba20.S
  [DEPS] arch/i386/transitions/librm.S
  [DEPS] arch/i386/core/patch_cf.S
  [DEPS] arch/i386/core/virtaddr.S
  [DEPS] arch/i386/core/setjmp.S
  [DEPS] arch/i386/core/stack.S
  [DEPS] arch/i386/core/gdbidt.S
  [DEPS] tests/gdbstub_test.S
  [DEPS] arch/i386/core/stack16.S
  [DEPS] arch/i386/drivers/net/undipreload.c
  [DEPS] arch/i386/drivers/net/undiload.c
  [DEPS] arch/i386/drivers/net/undionly.c
  [DEPS] arch/i386/drivers/net/undi.c
  [DEPS] arch/i386/drivers/net/undinet.c
  [DEPS] arch/i386/drivers/net/undirom.c
  [DEPS] arch/x86/prefix/efidrvprefix.c
  [DEPS] arch/x86/prefix/efiprefix.c
  [DEPS] arch/x86/interface/efi/efix86_nap.c
  [DEPS] arch/x86/core/pcidirect.c
  [DEPS] arch/x86/core/x86_string.c
  [DEPS] arch/i386/hci/commands/pxe_cmd.c
  [DEPS] arch/i386/hci/commands/reboot_cmd.c
  [DEPS] arch/i386/interface/syslinux/comboot_call.c
  [DEPS] arch/i386/interface/syslinux/com32_call.c
  [DEPS] arch/i386/interface/syslinux/comboot_resolv.c
  [DEPS] arch/i386/interface/pxeparent/pxeparent.c
  [DEPS] arch/i386/interface/pxeparent/pxeparent_dhcp.c
  [DEPS] arch/i386/interface/pxe/pxe_call.c
  [DEPS] arch/i386/interface/pxe/pxe_undi.c
  [DEPS] arch/i386/interface/pxe/pxe_tftp.c
  [DEPS] arch/i386/interface/pxe/pxe_file.c
  [DEPS] arch/i386/interface/pxe/pxe_preboot.c
  [DEPS] arch/i386/interface/pxe/pxe_exit_hook.c
  [DEPS] arch/i386/interface/pxe/pxe_loader.c
  [DEPS] arch/i386/interface/pxe/pxe_udp.c
  [DEPS] arch/i386/interface/pcbios/bios_nap.c
  [DEPS] arch/i386/interface/pcbios/bios_smbios.c
  [DEPS] arch/i386/interface/pcbios/int13.c
  [DEPS] arch/i386/interface/pcbios/pcibios.c
  [DEPS] arch/i386/interface/pcbios/biosint.c
  [DEPS] arch/i386/interface/pcbios/memtop_umalloc.c
  [DEPS] arch/i386/interface/pcbios/bios_timer.c
  [DEPS] arch/i386/image/com32.c
  [DEPS] arch/i386/image/nbi.c
  [DEPS] arch/i386/image/bzimage.c
  [DEPS] arch/i386/image/pxe_image.c
  [DEPS] arch/i386/image/multiboot.c
  [DEPS] arch/i386/image/bootsector.c
  [DEPS] arch/i386/image/elfboot.c
  [DEPS] arch/i386/image/comboot.c
  [DEPS] arch/i386/firmware/pcbios/hidemem.c
  [DEPS] arch/i386/firmware/pcbios/memmap.c
  [DEPS] arch/i386/firmware/pcbios/basemem.c
  [DEPS] arch/i386/firmware/pcbios/fakee820.c
  [DEPS] arch/i386/firmware/pcbios/bios_console.c
  [DEPS] arch/i386/firmware/pcbios/pnpbios.c
  [DEPS] arch/i386/transitions/librm_mgmt.c
  [DEPS] arch/i386/core/rdtsc_timer.c
  [DEPS] arch/i386/core/basemem_packet.c
  [DEPS] arch/i386/core/runtime.c
  [DEPS] arch/i386/core/video_subr.c
  [DEPS] arch/i386/core/timer2.c
  [DEPS] arch/i386/core/gdbmach.c
  [DEPS] arch/i386/core/cpu.c
  [DEPS] arch/i386/core/pic8259.c
  [DEPS] arch/i386/core/x86_io.c
  [DEPS] arch/i386/core/relocate.c
  [DEPS] arch/i386/core/nulltrap.c
  [DEPS] arch/i386/core/dumpregs.c
  [DEPS] config/config_infiniband.c
  [DEPS] config/config_net80211.c
  [DEPS] config/config_ethernet.c
  [DEPS] config/config_fc.c
  [DEPS] config/config.c
  [DEPS] config/config_romprefix.c
  [DEPS] usr/prompt.c
  [DEPS] usr/route.c
  [DEPS] usr/lotest.c
  [DEPS] usr/iwmgmt.c
  [DEPS] usr/imgmgmt.c
  [DEPS] usr/pxemenu.c
  [DEPS] usr/dhcpmgmt.c
  [DEPS] usr/fcmgmt.c
  [DEPS] usr/ifmgmt.c
  [DEPS] usr/autoboot.c
  [DEPS] hci/keymap/keymap_pt.c
  [DEPS] hci/keymap/keymap_wo.c
  [DEPS] hci/keymap/keymap_gr.c
  [DEPS] hci/keymap/keymap_ro.c
  [DEPS] hci/keymap/keymap_et.c
  [DEPS] hci/keymap/keymap_us.c
  [DEPS] hci/keymap/keymap_cf.c
  [DEPS] hci/keymap/keymap_ru.c
  [DEPS] hci/keymap/keymap_al.c
  [DEPS] hci/keymap/keymap_fi.c
  [DEPS] hci/keymap/keymap_dk.c
  [DEPS] hci/keymap/keymap_sr.c
  [DEPS] hci/keymap/keymap_lt.c
  [DEPS] hci/keymap/keymap_ua.c
  [DEPS] hci/keymap/keymap_mt.c
  [DEPS] hci/keymap/keymap_cz.c
  [DEPS] hci/keymap/keymap_fr.c
  [DEPS] hci/keymap/keymap_no.c
  [DEPS] hci/keymap/keymap_pl.c
  [DEPS] hci/keymap/keymap_uk.c
  [DEPS] hci/keymap/keymap_mk.c
  [DEPS] hci/keymap/keymap_th.c
  [DEPS] hci/keymap/keymap_az.c
  [DEPS] hci/keymap/keymap_sg.c
  [DEPS] hci/keymap/keymap_hu.c
  [DEPS] hci/keymap/keymap_nl.c
  [DEPS] hci/keymap/keymap_by.c
  [DEPS] hci/keymap/keymap_il.c
  [DEPS] hci/keymap/keymap_de.c
  [DEPS] hci/keymap/keymap_es.c
  [DEPS] hci/keymap/keymap_it.c
  [DEPS] hci/mucurses/widgets/editbox.c
  [DEPS] hci/mucurses/colour.c
  [DEPS] hci/mucurses/alert.c
  [DEPS] hci/keymap/keymap_bg.c
  [DEPS] hci/mucurses/clear.c
  [DEPS] hci/mucurses/edging.c
  [DEPS] hci/mucurses/ansi_screen.c
  [DEPS] hci/mucurses/winattrs.c
  [DEPS] hci/mucurses/print_nadv.c
  [DEPS] hci/mucurses/wininit.c
  [DEPS] hci/mucurses/print.c
  [DEPS] hci/mucurses/mucurses.c
  [DEPS] hci/mucurses/windows.c
  [DEPS] hci/mucurses/kb.c
  [DEPS] hci/mucurses/slk.c
  [DEPS] hci/tui/login_ui.c
  [DEPS] hci/commands/nvo_cmd.c
  [DEPS] hci/tui/settings_ui.c
  [DEPS] hci/commands/config_cmd.c
  [DEPS] hci/commands/login_cmd.c
  [DEPS] hci/commands/sanboot_cmd.c
  [DEPS] hci/commands/ifmgmt_cmd.c
  [DEPS] hci/commands/gdbstub_cmd.c
  [DEPS] hci/commands/autoboot_cmd.c
  [DEPS] hci/commands/dhcp_cmd.c
  [DEPS] hci/commands/route_cmd.c
  [DEPS] hci/commands/time_cmd.c
  [DEPS] hci/commands/digest_cmd.c
  [DEPS] hci/commands/image_cmd.c
  [DEPS] hci/commands/fcmgmt_cmd.c
  [DEPS] hci/commands/lotest_cmd.c
  [DEPS] hci/commands/iwmgmt_cmd.c
  [DEPS] hci/commands/vlan_cmd.c
  [DEPS] hci/linux_args.c
  [DEPS] hci/strerror.c
  [DEPS] hci/readline.c
  [DEPS] hci/editstring.c
  [DEPS] hci/shell.c
  [DEPS] hci/wireless_errors.c
  [DEPS] crypto/axtls/bigint.c
  [DEPS] crypto/axtls/rsa.c
  [DEPS] crypto/axtls/sha1.c
  [DEPS] crypto/chap.c
  [DEPS] crypto/axtls/aes.c
  [DEPS] crypto/x509.c
  [DEPS] crypto/sha1extra.c
  [DEPS] crypto/arc4.c
  [DEPS] crypto/crypto_null.c
  [DEPS] crypto/md5.c
  [DEPS] crypto/crandom.c
  [DEPS] crypto/hmac.c
  [DEPS] crypto/aes_wrap.c
  [DEPS] crypto/axtls_aes.c
  [DEPS] crypto/axtls_sha1.c
  [DEPS] crypto/crc32.c
  [DEPS] crypto/cbc.c
  [DEPS] crypto/asn1.c
  [DEPS] tests/memcpy_test.c
  [DEPS] tests/list_test.c
  [DEPS] tests/test.c
  [DEPS] tests/bofm_test.c
  [DEPS] tests/umalloc_test.c
  [DEPS] tests/uri_test.c
  [DEPS] tests/linebuf_test.c
  [DEPS] interface/bofm/bofm.c
  [DEPS] interface/smbios/smbios.c
  [DEPS] interface/smbios/smbios_settings.c
  [DEPS] interface/efi/efi_uaccess.c
  [DEPS] interface/efi/efi_io.c
  [DEPS] interface/efi/efi_driver.c
  [DEPS] interface/efi/efi_init.c
  [DEPS] interface/efi/efi_smbios.c
  [DEPS] interface/efi/efi_strings.c
  [DEPS] interface/efi/efi_timer.c
  [DEPS] interface/efi/efi_umalloc.c
  [DEPS] interface/efi/efi_bofm.c
  [DEPS] interface/efi/efi_pci.c
  [DEPS] interface/efi/efi_strerror.c
  [DEPS] interface/efi/efi_snp.c
  [DEPS] interface/efi/efi_console.c
  [DEPS] drivers/infiniband/linda_fw.c
  [DEPS] drivers/infiniband/arbel.c
  [DEPS] drivers/infiniband/qib7322.c
  [DEPS] drivers/infiniband/hermon.c
  [DEPS] drivers/bitbash/i2c_bit.c
  [DEPS] drivers/infiniband/linda.c
  [DEPS] drivers/bitbash/spi_bit.c
  [DEPS] drivers/bitbash/bitbash.c
  [DEPS] drivers/nvs/nvs.c
  [DEPS] drivers/nvs/threewire.c
  [DEPS] drivers/nvs/nvsvpd.c
  [DEPS] drivers/nvs/spi.c
  [DEPS] drivers/block/scsi.c
  [DEPS] drivers/block/srp.c
  [DEPS] drivers/block/ata.c
  [DEPS] drivers/block/ibft.c
  [DEPS] drivers/net/efi/snponly.c
  [DEPS] drivers/net/efi/snpnet.c
  [DEPS] drivers/net/vxge/vxge_main.c
  [DEPS] drivers/net/vxge/vxge_config.c
  [DEPS] drivers/net/vxge/vxge.c
  [DEPS] drivers/net/vxge/vxge_traffic.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_calib.c
  [DEPS] drivers/net/ath/ath9k/ath9k_recv.c
  [DEPS] drivers/net/ath/ath9k/ath9k_eeprom.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_hw.c
  [DEPS] drivers/net/ath/ath9k/ath9k.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_phy.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ani.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ar5008_phy.c
  [DEPS] drivers/net/ath/ath9k/ath9k_xmit.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_eeprom.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ar9002_mac.c
  [DEPS] drivers/net/ath/ath9k/ath9k_eeprom_def.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ar9002_calib.c
  [DEPS] drivers/net/ath/ath9k/ath9k_main.c
  [DEPS] drivers/net/ath/ath9k/ath9k_mac.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ar9002_phy.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ar9002_hw.c
  [DEPS] drivers/net/ath/ath9k/ath9k_common.c
  [DEPS] drivers/net/ath/ath9k/ath9k_hw.c
  [DEPS] drivers/net/ath/ath9k/ath9k_eeprom_9287.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_mac.c
  [DEPS] drivers/net/ath/ath9k/ath9k_init.c
  [DEPS] drivers/net/ath/ath9k/ath9k_eeprom_4k.c
  [DEPS] drivers/net/ath/ath9k/ath9k_calib.c
  [DEPS] drivers/net/ath/ath5k/ath5k_caps.c
  [DEPS] drivers/net/ath/ath5k/ath5k_eeprom.c
  [DEPS] drivers/net/ath/ath5k/ath5k_qcu.c
  [DEPS] drivers/net/ath/ath5k/ath5k_desc.c
  [DEPS] drivers/net/ath/ath5k/ath5k_pcu.c
  [DEPS] drivers/net/ath/ath5k/ath5k_dma.c
  [DEPS] drivers/net/ath/ath5k/ath5k_initvals.c
  [DEPS] drivers/net/ath/ath5k/ath5k_phy.c
  [DEPS] drivers/net/ath/ath5k/ath5k_gpio.c
  [DEPS] drivers/net/ath/ath5k/ath5k_rfkill.c
  [DEPS] drivers/net/ath/ath5k/ath5k_attach.c
  [DEPS] drivers/net/ath/ath5k/ath5k.c
  [DEPS] drivers/net/ath/ath5k/ath5k_reset.c
  [DEPS] drivers/net/ath/ath_regd.c
  [DEPS] drivers/net/ath/ath_main.c
  [DEPS] drivers/net/ath/ath_key.c
  [DEPS] drivers/net/ath/ath_hw.c
  [DEPS] drivers/net/rtl818x/rtl8180_sa2400.c
  [DEPS] drivers/net/rtl818x/rtl8185_rtl8225.c
  [DEPS] drivers/net/rtl818x/rtl818x.c
  [DEPS] drivers/net/rtl818x/rtl8180.c
  [DEPS] drivers/net/rtl818x/rtl8185.c
  [DEPS] drivers/net/rtl818x/rtl8180_max2820.c
  [DEPS] drivers/net/rtl818x/rtl8180_grf5101.c
  [DEPS] drivers/net/phantom/phantom.c
  [DEPS] drivers/net/igbvf/igbvf_mbx.c
  [DEPS] drivers/net/igbvf/igbvf_vf.c
  [DEPS] drivers/net/igbvf/igbvf_main.c
  [DEPS] drivers/net/igb/igb_manage.c
  [DEPS] drivers/net/igb/igb_api.c
  [DEPS] drivers/net/igb/igb_nvm.c
  [DEPS] drivers/net/igb/igb_main.c
  [DEPS] drivers/net/igb/igb_phy.c
  [DEPS] drivers/net/igb/igb_mac.c
  [DEPS] drivers/net/igb/igb.c
  [DEPS] drivers/net/e1000e/e1000e_main.c
  [DEPS] drivers/net/igb/igb_82575.c
  [DEPS] drivers/net/e1000e/e1000e_phy.c
  [DEPS] drivers/net/e1000e/e1000e_mac.c
  [DEPS] drivers/net/e1000e/e1000e.c
  [DEPS] drivers/net/e1000e/e1000e_nvm.c
  [DEPS] drivers/net/e1000e/e1000e_82571.c
  [DEPS] drivers/net/e1000e/e1000e_manage.c
  [DEPS] drivers/net/e1000e/e1000e_ich8lan.c
  [DEPS] drivers/net/e1000e/e1000e_80003es2lan.c
  [DEPS] drivers/net/e1000/e1000_82541.c
  [DEPS] drivers/net/e1000/e1000_main.c
  [DEPS] drivers/net/e1000/e1000_phy.c
  [DEPS] drivers/net/e1000/e1000_mac.c
  [DEPS] drivers/net/e1000/e1000.c
  [DEPS] drivers/net/e1000/e1000_82543.c
  [DEPS] drivers/net/e1000/e1000_nvm.c
  [DEPS] drivers/net/e1000/e1000_manage.c
  [DEPS] drivers/net/e1000/e1000_api.c
  [DEPS] drivers/net/e1000/e1000_82540.c
  [DEPS] drivers/net/e1000/e1000_82542.c
  [DEPS] drivers/net/3c509.c
  [DEPS] drivers/net/sundance.c
  [DEPS] drivers/net/r8169.c
  [DEPS] drivers/net/sis900.c
  [DEPS] drivers/net/eepro100.c
  [DEPS] drivers/net/tulip.c
  [DEPS] drivers/net/prism2_plx.c
  [DEPS] drivers/net/ne.c
  [DEPS] drivers/net/atl1e.c
  [DEPS] drivers/net/ns83820.c
  [DEPS] drivers/net/eepro.c
  [DEPS] drivers/net/myri10ge.c
  [DEPS] drivers/net/pnic.c
  [DEPS] drivers/net/forcedeth.c
  [DEPS] drivers/net/tg3.c
  [DEPS] drivers/net/epic100.c
  [DEPS] drivers/net/davicom.c
  [DEPS] drivers/net/3c90x.c
  [DEPS] drivers/net/legacy.c
  [DEPS] drivers/net/3c595.c
  [DEPS] drivers/net/tlan.c
  [DEPS] drivers/net/via-velocity.c
  [DEPS] drivers/net/skge.c
  [DEPS] drivers/net/ne2k_isa.c
  [DEPS] drivers/net/sis190.c
  [DEPS] drivers/net/depca.c
  [DEPS] drivers/net/natsemi.c
  [DEPS] drivers/net/3c503.c
  [DEPS] drivers/net/virtio-net.c
  [DEPS] drivers/net/wd.c
  [DEPS] drivers/net/smc9000.c
  [DEPS] drivers/net/3c509-eisa.c
  [DEPS] drivers/net/w89c840.c
  [DEPS] drivers/net/ns8390.c
  [DEPS] drivers/net/dmfe.c
  [DEPS] drivers/net/3c515.c
  [DEPS] drivers/net/etherfabric.c
  [DEPS] drivers/net/sky2.c
  [DEPS] drivers/net/ipoib.c
  [DEPS] drivers/net/3c529.c
  [DEPS] drivers/net/cs89x0.c
  [DEPS] drivers/net/via-rhine.c
  [DEPS] drivers/net/rtl8139.c
  [DEPS] drivers/net/b44.c
  [DEPS] drivers/net/pcnet32.c
  [DEPS] drivers/net/prism2_pci.c
  [DEPS] drivers/net/jme.c
  [DEPS] drivers/net/bnx2.c
  [DEPS] drivers/net/amd8111e.c
  [DEPS] drivers/net/mtd80x.c
  [DEPS] drivers/net/3c5x9.c
  [DEPS] drivers/bus/eisa.c
  [DEPS] drivers/bus/mca.c
  [DEPS] drivers/bus/pcivpd.c
  [DEPS] drivers/bus/pcibackup.c
  [DEPS] drivers/bus/pciextra.c
  [DEPS] drivers/bus/isa_ids.c
  [DEPS] drivers/bus/isa.c
  [DEPS] drivers/bus/virtio-pci.c
  [DEPS] drivers/bus/virtio-ring.c
  [DEPS] drivers/bus/isapnp.c
  [DEPS] drivers/bus/pci.c
  [DEPS] image/segment.c
  [DEPS] image/embedded.c
  [DEPS] image/efi_image.c
  [DEPS] image/elf.c
  [DEPS] image/script.c
  [DEPS] net/80211/wpa_tkip.c
  [DEPS] net/80211/wpa_psk.c
  [DEPS] net/80211/wep.c
  [DEPS] net/80211/net80211.c
  [DEPS] net/80211/sec80211.c
  [DEPS] net/80211/wpa_ccmp.c
  [DEPS] net/80211/wpa.c
  [DEPS] net/80211/rc80211.c
  [DEPS] net/infiniband/ib_srp.c
  [DEPS] net/infiniband/ib_cmrc.c
  [DEPS] net/infiniband/ib_sma.c
  [DEPS] net/infiniband/ib_pathrec.c
  [DEPS] net/infiniband/ib_smc.c
  [DEPS] net/infiniband/ib_mcast.c
  [DEPS] net/infiniband/ib_packet.c
  [DEPS] net/infiniband/ib_cm.c
  [DEPS] net/infiniband/ib_mi.c
  [DEPS] net/udp/syslog.c
  [DEPS] net/udp/tftp.c
  [DEPS] net/udp/slam.c
  [DEPS] net/udp/dns.c
  [DEPS] net/udp/dhcp.c
  [DEPS] net/tcp/ftp.c
  [DEPS] net/tcp/http.c
  [DEPS] net/tcp/iscsi.c
  [DEPS] net/tcp/https.c
  [DEPS] net/dhcpopts.c
  [DEPS] net/netdev_settings.c
  [DEPS] net/udp.c
  [DEPS] net/icmp.c
  [DEPS] net/retry.c
  [DEPS] net/netdevice.c
  [DEPS] net/cachedhcp.c
  [DEPS] net/dhcppkt.c
  [DEPS] net/ndp.c
  [DEPS] net/eth_slow.c
  [DEPS] net/ipv4.c
  [DEPS] net/infiniband.c
  [DEPS] net/nullnet.c
  [DEPS] net/aoe.c
  [DEPS] net/vlan.c
  [DEPS] net/rarp.c
  [DEPS] net/tls.c
  [DEPS] net/ipv6.c
  [DEPS] net/tcpip.c
  [DEPS] net/fcels.c
  [DEPS] net/fc.c
  [DEPS] net/ethernet.c
  [DEPS] net/arp.c
  [DEPS] net/fcp.c
  [DEPS] net/mii.c
  [DEPS] net/tcp.c
  [DEPS] net/iobpad.c
  [DEPS] net/fcoe.c
  [DEPS] net/icmpv6.c
  [DEPS] net/fakedhcp.c
  [DEPS] net/fcns.c
  [DEPS] net/eapol.c
  [DEPS] core/pcmcia.c
  [DEPS] core/serial_console.c
  [DEPS] core/null_sanboot.c
  [DEPS] core/uuid.c
  [DEPS] core/base16.c
  [DEPS] core/timer.c
  [DEPS] core/string.c
  [DEPS] core/image.c
  [DEPS] core/assert.c
  [DEPS] core/job.c
  [DEPS] core/parseopt.c
  [DEPS] core/random.c
  [DEPS] core/stringextra.c
  [DEPS] core/strtoull.c
  [DEPS] core/base64.c
  [DEPS] core/monojob.c
  [DEPS] core/iobuf.c
  [DEPS] core/pc_kbd.c
  [DEPS] core/blockdev.c
  [DEPS] core/ansiesc.c
  [DEPS] core/device.c
  [DEPS] core/malloc.c
  [DEPS] core/fnrec.c
  [DEPS] core/debug.c
  [DEPS] core/process.c
  [DEPS] core/gdbserial.c
  [DEPS] core/main.c
  [DEPS] core/errno.c
  [DEPS] core/basename.c
  [DEPS] core/cwuri.c
  [DEPS] core/misc.c
  [DEPS] core/cpio.c
  [DEPS] core/resolv.c
  [DEPS] core/uri.c
  [DEPS] core/acpi.c
  [DEPS] core/serial.c
  [DEPS] core/open.c
  [DEPS] core/i82365.c
  [DEPS] core/edd.c
  [DEPS] core/gdbudp.c
  [DEPS] core/posix_io.c
  [DEPS] core/xfer.c
  [DEPS] core/null_nap.c
  [DEPS] core/vsprintf.c
  [DEPS] core/bitops.c
  [DEPS] core/downloader.c
  [DEPS] core/nvo.c
  [DEPS] core/settings.c
  [DEPS] core/init.c
  [DEPS] core/refcnt.c
  [DEPS] core/bitmap.c
  [DEPS] core/linebuf.c
  [DEPS] core/gdbstub.c
  [DEPS] core/asprintf.c
  [DEPS] core/getkey.c
  [DEPS] core/getopt.c
  [DEPS] core/btext.c
  [DEPS] core/interface.c
  [DEPS] core/console.c
  [DEPS] core/debug_md5.c
  [DEPS] core/hw.c
  [DEPS] core/exec.c
  [DEPS] core/ctype.c
  [DEPS] libgcc/__udivmoddi4.c
  [DEPS] libgcc/__divdi3.c
  [DEPS] libgcc/__umoddi3.c
  [DEPS] libgcc/icc.c
  [DEPS] libgcc/__moddi3.c
  [DEPS] libgcc/memcpy.c
  [DEPS] libgcc/__udivdi3.c
  [DEPS] arch/i386/drivers/net/undirom.c
  [DEPS] arch/x86/core/pcidirect.c
  [DEPS] arch/i386/hci/commands/pxe_cmd.c
  [DEPS] arch/i386/hci/commands/reboot_cmd.c
  [DEPS] arch/i386/interface/syslinux/com32_call.c
  [DEPS] arch/i386/interface/pxeparent/pxeparent_dhcp.c
  [DEPS] arch/i386/interface/pxeparent/pxeparent.c
  [DEPS] arch/i386/interface/syslinux/comboot_resolv.c
  [DEPS] arch/i386/interface/pxe/pxe_call.c
  [DEPS] arch/i386/interface/pxe/pxe_undi.c
  [DEPS] arch/i386/interface/pxe/pxe_tftp.c
  [DEPS] arch/i386/interface/pxe/pxe_file.c
  [DEPS] arch/i386/interface/pxe/pxe_preboot.c
  [DEPS] arch/i386/interface/pxe/pxe_exit_hook.c
  [DEPS] arch/i386/interface/pxe/pxe_loader.c
  [DEPS] arch/i386/interface/pxe/pxe_udp.c
  [DEPS] arch/i386/interface/pcbios/bios_smbios.c
  [DEPS] arch/i386/interface/pcbios/bios_nap.c
  [DEPS] arch/i386/interface/pcbios/pcibios.c
  [DEPS] arch/i386/interface/pcbios/bios_timer.c
  [DEPS] arch/i386/interface/pcbios/biosint.c
  [DEPS] arch/i386/image/com32.c
  [DEPS] arch/i386/image/nbi.c
  [DEPS] arch/i386/image/bzimage.c
  [DEPS] arch/i386/image/multiboot.c
  [DEPS] arch/i386/image/pxe_image.c
  [DEPS] arch/i386/image/bootsector.c
  [DEPS] arch/i386/image/elfboot.c
  [DEPS] arch/i386/image/comboot.c
  [DEPS] arch/i386/firmware/pcbios/hidemem.c
  [DEPS] arch/i386/firmware/pcbios/memmap.c
  [DEPS] arch/i386/firmware/pcbios/basemem.c
  [DEPS] arch/i386/firmware/pcbios/fakee820.c
  [DEPS] arch/i386/firmware/pcbios/bios_console.c
  [DEPS] arch/i386/firmware/pcbios/pnpbios.c
  [DEPS] arch/i386/core/rdtsc_timer.c
  [DEPS] arch/i386/transitions/librm_mgmt.c
  [DEPS] arch/i386/core/runtime.c
  [DEPS] arch/i386/core/basemem_packet.c
  [DEPS] arch/i386/core/timer2.c
  [DEPS] arch/i386/core/video_subr.c
  [DEPS] arch/i386/core/gdbmach.c
  [DEPS] arch/i386/core/pic8259.c
  [DEPS] arch/i386/core/x86_io.c
  [DEPS] arch/i386/core/relocate.c
  [DEPS] arch/i386/core/dumpregs.c
  [DEPS] config/config_infiniband.c
  [DEPS] config/config_net80211.c
  [DEPS] config/config_ethernet.c
  [DEPS] config/config_fc.c
  [DEPS] config/config.c
  [DEPS] config/config_romprefix.c
  [DEPS] usr/prompt.c
  [DEPS] usr/imgmgmt.c
  [DEPS] usr/pxemenu.c
  [DEPS] usr/dhcpmgmt.c
  [DEPS] usr/ifmgmt.c
  [DEPS] usr/autoboot.c
  [DEPS] hci/mucurses/kb.c
  [DEPS] hci/tui/settings_ui.c
  [DEPS] hci/commands/sanboot_cmd.c
  [DEPS] hci/commands/time_cmd.c
  [DEPS] hci/commands/digest_cmd.c
  [DEPS] hci/commands/image_cmd.c
  [DEPS] tests/bofm_test.c
  [DEPS] tests/umalloc_test.c
  [DEPS] interface/bofm/bofm.c
  [DEPS] interface/smbios/smbios_settings.c
  [DEPS] interface/smbios/smbios.c
  [DEPS] interface/efi/efi_io.c
  [DEPS] interface/efi/efi_uaccess.c
  [DEPS] interface/efi/efi_smbios.c
  [DEPS] interface/efi/efi_timer.c
  [DEPS] interface/efi/efi_driver.c
  [DEPS] interface/efi/efi_umalloc.c
  [DEPS] interface/efi/efi_bofm.c
  [DEPS] interface/efi/efi_pci.c
  [DEPS] interface/efi/efi_snp.c
  [DEPS] drivers/infiniband/arbel.c
  [DEPS] drivers/infiniband/hermon.c
  [DEPS] drivers/infiniband/linda.c
  [DEPS] drivers/infiniband/qib7322.c
  [DEPS] drivers/bitbash/i2c_bit.c
  [DEPS] drivers/bitbash/spi_bit.c
  [DEPS] drivers/nvs/threewire.c
  [DEPS] drivers/nvs/nvsvpd.c
  [DEPS] drivers/nvs/spi.c
  [DEPS] drivers/block/scsi.c
  [DEPS] drivers/block/srp.c
  [DEPS] drivers/block/ata.c
  [DEPS] drivers/block/ibft.c
  [DEPS] drivers/net/efi/snpnet.c
  [DEPS] drivers/net/vxge/vxge_main.c
  [DEPS] drivers/net/vxge/vxge_config.c
  [DEPS] drivers/net/vxge/vxge.c
  [DEPS] drivers/net/vxge/vxge_traffic.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_calib.c
  [DEPS] drivers/net/ath/ath9k/ath9k_recv.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_hw.c
  [DEPS] drivers/net/ath/ath9k/ath9k.c
  [DEPS] drivers/net/ath/ath9k/ath9k_eeprom.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ani.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_phy.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ar5008_phy.c
  [DEPS] drivers/net/ath/ath9k/ath9k_xmit.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ar9002_mac.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_eeprom.c
  [DEPS] drivers/net/ath/ath9k/ath9k_eeprom_def.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ar9002_calib.c
  [DEPS] drivers/net/ath/ath9k/ath9k_main.c
  [DEPS] drivers/net/ath/ath9k/ath9k_mac.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ar9002_phy.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ar9002_hw.c
  [DEPS] drivers/net/ath/ath9k/ath9k_common.c
  [DEPS] drivers/net/ath/ath9k/ath9k_hw.c
  [DEPS] drivers/net/ath/ath9k/ath9k_eeprom_9287.c
  [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_mac.c
  [DEPS] drivers/net/ath/ath9k/ath9k_init.c
  [DEPS] drivers/net/ath/ath9k/ath9k_eeprom_4k.c
  [DEPS] drivers/net/ath/ath9k/ath9k_calib.c
  [DEPS] drivers/net/ath/ath5k/ath5k_caps.c
  [DEPS] drivers/net/ath/ath5k/ath5k_eeprom.c
  [DEPS] drivers/net/ath/ath5k/ath5k_qcu.c
  [DEPS] drivers/net/ath/ath5k/ath5k_desc.c
  [DEPS] drivers/net/ath/ath5k/ath5k_pcu.c
  [DEPS] drivers/net/ath/ath5k/ath5k_dma.c
  [DEPS] drivers/net/ath/ath5k/ath5k_initvals.c
  [DEPS] drivers/net/ath/ath5k/ath5k_phy.c
  [DEPS] drivers/net/ath/ath5k/ath5k_gpio.c
  [DEPS] drivers/net/ath/ath5k/ath5k_rfkill.c
  [DEPS] drivers/net/ath/ath5k/ath5k_attach.c
  [DEPS] drivers/net/ath/ath5k/ath5k.c
  [DEPS] drivers/net/ath/ath5k/ath5k_reset.c
  [DEPS] drivers/net/ath/ath_regd.c
  [DEPS] drivers/net/ath/ath_main.c
  [DEPS] drivers/net/ath/ath_key.c
  [DEPS] drivers/net/ath/ath_hw.c
  [DEPS] drivers/net/rtl818x/rtl8180_sa2400.c
  [DEPS] drivers/net/rtl818x/rtl8185_rtl8225.c
  [DEPS] drivers/net/rtl818x/rtl8180.c
  [DEPS] drivers/net/rtl818x/rtl818x.c
  [DEPS] drivers/net/rtl818x/rtl8185.c
  [DEPS] drivers/net/rtl818x/rtl8180_max2820.c
  [DEPS] drivers/net/rtl818x/rtl8180_grf5101.c
  [DEPS] drivers/net/phantom/phantom.c
  [DEPS] drivers/net/igbvf/igbvf_mbx.c
  [DEPS] drivers/net/igbvf/igbvf_main.c
  [DEPS] drivers/net/igb/igb_manage.c
  [DEPS] drivers/net/igbvf/igbvf_vf.c
  [DEPS] drivers/net/igb/igb_api.c
  [DEPS] drivers/net/igb/igb_nvm.c
  [DEPS] drivers/net/igb/igb_main.c
  [DEPS] drivers/net/igb/igb_phy.c
  [DEPS] drivers/net/igb/igb_mac.c
  [DEPS] drivers/net/igb/igb_82575.c
  [DEPS] drivers/net/e1000e/e1000e_main.c
  [DEPS] drivers/net/e1000e/e1000e_phy.c
  [DEPS] drivers/net/e1000e/e1000e_mac.c
  [DEPS] drivers/net/e1000e/e1000e_nvm.c
  [DEPS] drivers/net/e1000e/e1000e_82571.c
  [DEPS] drivers/net/e1000e/e1000e_ich8lan.c
  [DEPS] drivers/net/e1000e/e1000e_80003es2lan.c
  [DEPS] drivers/net/e1000/e1000_82541.c
  [DEPS] drivers/net/e1000/e1000_main.c
  [DEPS] drivers/net/e1000/e1000_phy.c
  [DEPS] drivers/net/e1000/e1000_nvm.c
  [DEPS] drivers/net/e1000/e1000_mac.c
  [DEPS] drivers/net/e1000/e1000_82543.c
  [DEPS] drivers/net/e1000/e1000_api.c
  [DEPS] drivers/net/e1000/e1000_82540.c
  [DEPS] drivers/net/e1000/e1000_82542.c
  [DEPS] drivers/net/3c509.c
  [DEPS] drivers/net/sundance.c
  [DEPS] drivers/net/r8169.c
  [DEPS] drivers/net/sis900.c
  [DEPS] drivers/net/eepro100.c
  [DEPS] drivers/net/tulip.c
  [DEPS] drivers/net/prism2_plx.c
  [DEPS] drivers/net/atl1e.c
  [DEPS] drivers/net/ns83820.c
  [DEPS] drivers/net/eepro.c
  [DEPS] drivers/net/myri10ge.c
  [DEPS] drivers/net/pnic.c
  [DEPS] drivers/net/forcedeth.c
  [DEPS] drivers/net/tg3.c
  [DEPS] drivers/net/davicom.c
  [DEPS] drivers/net/3c90x.c
  [DEPS] drivers/net/epic100.c
  [DEPS] drivers/net/legacy.c
  [DEPS] drivers/net/3c595.c
  [DEPS] drivers/net/tlan.c
  [DEPS] drivers/net/via-velocity.c
  [DEPS] drivers/net/skge.c
  [DEPS] drivers/net/ne2k_isa.c
  [DEPS] drivers/net/sis190.c
  [DEPS] drivers/net/natsemi.c
  [DEPS] drivers/net/virtio-net.c
  [DEPS] drivers/net/smc9000.c
  [DEPS] drivers/net/3c509-eisa.c
  [DEPS] drivers/net/w89c840.c
  [DEPS] drivers/net/ns8390.c
  [DEPS] drivers/net/dmfe.c
  [DEPS] drivers/net/3c515.c
  [DEPS] drivers/net/etherfabric.c
  [DEPS] drivers/net/sky2.c
  [DEPS] drivers/net/ipoib.c
  [DEPS] drivers/net/3c529.c
  [DEPS] drivers/net/cs89x0.c
  [DEPS] drivers/net/b44.c
  [DEPS] drivers/net/rtl8139.c
  [DEPS] drivers/net/via-rhine.c
  [DEPS] drivers/net/pcnet32.c
  [DEPS] drivers/net/prism2_pci.c
  [DEPS] drivers/net/jme.c
  [DEPS] drivers/net/bnx2.c
  [DEPS] drivers/net/amd8111e.c
  [DEPS] drivers/net/mtd80x.c
  [DEPS] drivers/net/3c5x9.c
  [DEPS] drivers/bus/eisa.c
  [DEPS] drivers/bus/mca.c
  [DEPS] drivers/bus/pcivpd.c
  [DEPS] drivers/bus/pcibackup.c
  [DEPS] drivers/bus/pciextra.c
  [DEPS] drivers/bus/isa.c
  [DEPS] drivers/bus/virtio-pci.c
  [DEPS] drivers/bus/virtio-ring.c
  [DEPS] drivers/bus/pci.c
  [DEPS] drivers/bus/isapnp.c
  [DEPS] image/embedded.c
  [DEPS] image/segment.c
  [DEPS] image/efi_image.c
  [DEPS] image/elf.c
  [DEPS] image/script.c
  [DEPS] net/80211/net80211.c
  [DEPS] net/infiniband/ib_srp.c
  [DEPS] net/infiniband/ib_smc.c
  [DEPS] net/infiniband/ib_sma.c
  [DEPS] net/infiniband/ib_mi.c
  [DEPS] net/udp/syslog.c
  [DEPS] net/udp/tftp.c
  [DEPS] net/udp/slam.c
  [DEPS] net/udp/dns.c
  [DEPS] net/udp/dhcp.c
  [DEPS] net/tcp/http.c
  [DEPS] net/tcp/ftp.c
  [DEPS] net/tcp/iscsi.c
  [DEPS] net/tcp/https.c
  [DEPS] net/netdev_settings.c
  [DEPS] net/dhcpopts.c
  [DEPS] net/retry.c
  [DEPS] net/netdevice.c
  [DEPS] net/cachedhcp.c
  [DEPS] net/dhcppkt.c
  [DEPS] net/ipv4.c
  [DEPS] net/infiniband.c
  [DEPS] net/aoe.c
  [DEPS] net/vlan.c
  [DEPS] net/fc.c
  [DEPS] net/fcp.c
  [DEPS] net/tcp.c
  [DEPS] net/fcoe.c
  [DEPS] net/fakedhcp.c
  [DEPS] core/null_sanboot.c
  [DEPS] core/timer.c
  [DEPS] core/image.c
  [DEPS] core/parseopt.c
  [DEPS] core/random.c
  [DEPS] core/pc_kbd.c
  [DEPS] core/blockdev.c
  [DEPS] core/monojob.c
  [DEPS] core/malloc.c
  [DEPS] core/fnrec.c
  [DEPS] core/debug.c
  [DEPS] core/main.c
  [DEPS] core/misc.c
  [DEPS] core/serial.c
  [DEPS] core/gdbudp.c
  [DEPS] core/posix_io.c
  [DEPS] core/null_nap.c
  [DEPS] core/nvo.c
  [DEPS] core/downloader.c
  [DEPS] core/settings.c
  [DEPS] core/getkey.c
  [DEPS] core/console.c
  [DEPS] core/exec.c
  [DEPS] arch/i386/prefix/mromprefix.S
  [DEPS] arch/i386/drivers/net/undipreload.c
  [DEPS] arch/i386/prefix/romprefix.S
  [DEPS] arch/i386/drivers/net/undiload.c
  [DEPS] arch/i386/drivers/net/undi.c
  [DEPS] arch/i386/drivers/net/undionly.c
  [DEPS] arch/i386/drivers/net/undinet.c
  [DEPS] arch/x86/interface/efi/efix86_nap.c
  [DEPS] arch/i386/interface/syslinux/comboot_call.c
  [DEPS] arch/i386/interface/pcbios/int13.c
  [DEPS] arch/i386/interface/pcbios/memtop_umalloc.c
  [BUILD] bin/__udivdi3.o
  [BUILD] bin/__moddi3.o
  [BUILD] bin/__umoddi3.o
  [BUILD] bin/memcpy.o
  [BUILD] bin/icc.o
  [BUILD] bin/__divdi3.o
  [BUILD] bin/ctype.o
  [BUILD] bin/__udivmoddi4.o
  [BUILD] bin/exec.o
  [BUILD] bin/hw.o
  [BUILD] bin/debug_md5.o
  [BUILD] bin/console.o
  [BUILD] bin/btext.o
  [BUILD] bin/interface.o
  [BUILD] bin/getopt.o
  [BUILD] bin/getkey.o
  [BUILD] bin/asprintf.o
  [BUILD] bin/gdbstub.o
  [BUILD] bin/linebuf.o
  [BUILD] bin/bitmap.o
  [BUILD] bin/refcnt.o
  [BUILD] bin/init.o
  [BUILD] bin/settings.o
  [BUILD] bin/downloader.o
  [BUILD] bin/nvo.o
  [BUILD] bin/bitops.o
  [BUILD] bin/vsprintf.o
  [BUILD] bin/null_nap.o
  [BUILD] bin/xfer.o
  [BUILD] bin/posix_io.o
  [BUILD] bin/gdbudp.o
  [BUILD] bin/edd.o
  [BUILD] bin/i82365.o
  [BUILD] bin/open.o
  [BUILD] bin/serial.o
  [BUILD] bin/acpi.o
  [BUILD] bin/uri.o
  [BUILD] bin/resolv.o
  [BUILD] bin/cpio.o
  [BUILD] bin/misc.o
  [BUILD] bin/cwuri.o
  [BUILD] bin/basename.o
  [BUILD] bin/errno.o
  [BUILD] bin/main.o
  [BUILD] bin/process.o
  [BUILD] bin/gdbserial.o
  [BUILD] bin/debug.o
  [BUILD] bin/fnrec.o
  [BUILD] bin/malloc.o
  [BUILD] bin/ansiesc.o
  [BUILD] bin/device.o
  [BUILD] bin/blockdev.o
  [BUILD] bin/pc_kbd.o
  [BUILD] bin/iobuf.o
  [BUILD] bin/base64.o
  [BUILD] bin/monojob.o
  [BUILD] bin/strtoull.o
  [BUILD] bin/stringextra.o
  [BUILD] bin/random.o
  [BUILD] bin/parseopt.o
  [BUILD] bin/job.o
  [BUILD] bin/assert.o
  [BUILD] bin/image.o
  [BUILD] bin/string.o
  [BUILD] bin/base16.o
  [BUILD] bin/timer.o
  [BUILD] bin/uuid.o
  [BUILD] bin/serial_console.o
  [BUILD] bin/null_sanboot.o
  [BUILD] bin/pcmcia.o
  [BUILD] bin/eapol.o
  [BUILD] bin/fcns.o
  [BUILD] bin/fakedhcp.o
  [BUILD] bin/icmpv6.o
  [BUILD] bin/fcoe.o
  [BUILD] bin/iobpad.o
  [BUILD] bin/tcp.o
  [BUILD] bin/mii.o
  [BUILD] bin/fcp.o
  [BUILD] bin/arp.o
  [BUILD] bin/ethernet.o
  [BUILD] bin/fc.o
  [BUILD] bin/fcels.o
  [BUILD] bin/tcpip.o
  [BUILD] bin/ipv6.o
  [BUILD] bin/tls.o
  [BUILD] bin/rarp.o
  [BUILD] bin/vlan.o
  [BUILD] bin/aoe.o
  [BUILD] bin/nullnet.o
  [BUILD] bin/infiniband.o
  [BUILD] bin/ipv4.o
  [BUILD] bin/eth_slow.o
  [BUILD] bin/ndp.o
  [BUILD] bin/dhcppkt.o
  [BUILD] bin/cachedhcp.o
  [BUILD] bin/netdevice.o
  [BUILD] bin/retry.o
  [BUILD] bin/icmp.o
  [BUILD] bin/udp.o
  [BUILD] bin/dhcpopts.o
  [BUILD] bin/netdev_settings.o
  [BUILD] bin/iscsi.o
  [BUILD] bin/https.o
  [BUILD] bin/ftp.o
  [BUILD] bin/http.o
  [BUILD] bin/dhcp.o
  [BUILD] bin/dns.o
  [BUILD] bin/slam.o
  [BUILD] bin/tftp.o
  [BUILD] bin/syslog.o
  [BUILD] bin/ib_mi.o
  [BUILD] bin/ib_cm.o
  [BUILD] bin/ib_packet.o
  [BUILD] bin/ib_mcast.o
  [BUILD] bin/ib_smc.o
  [BUILD] bin/ib_pathrec.o
  [BUILD] bin/ib_sma.o
  [BUILD] bin/ib_cmrc.o
  [BUILD] bin/ib_srp.o
  [BUILD] bin/rc80211.o
  [BUILD] bin/wpa.o
  [BUILD] bin/wpa_ccmp.o
  [BUILD] bin/net80211.o
  [BUILD] bin/sec80211.o
  [BUILD] bin/wep.o
  [BUILD] bin/wpa_psk.o
  [BUILD] bin/wpa_tkip.o
  [BUILD] bin/script.o
  [BUILD] bin/elf.o
  [BUILD] bin/efi_image.o
  [BUILD] bin/segment.o
  [BUILD] bin/embedded.o
  [BUILD] bin/pci.o
  [BUILD] bin/isapnp.o
  [BUILD] bin/virtio-ring.o
  [BUILD] bin/virtio-pci.o
  [BUILD] bin/isa.o
  [BUILD] bin/isa_ids.o
  [BUILD] bin/pciextra.o
  [BUILD] bin/pcibackup.o
  [BUILD] bin/pcivpd.o
  [BUILD] bin/mca.o
  [BUILD] bin/eisa.o
  [BUILD] bin/3c5x9.o
  [BUILD] bin/mtd80x.o
  [BUILD] bin/amd8111e.o
  [BUILD] bin/bnx2.o
  [BUILD] bin/jme.o
  [BUILD] bin/prism2_pci.o
  [BUILD] bin/pcnet32.o
  [BUILD] bin/rtl8139.o
  [BUILD] bin/via-rhine.o
  [BUILD] bin/b44.o
  [BUILD] bin/cs89x0.o
  [BUILD] bin/3c529.o
  [BUILD] bin/ipoib.o
  [BUILD] bin/sky2.o
  [BUILD] bin/etherfabric.o
  [BUILD] bin/3c515.o
  [BUILD] bin/dmfe.o
  [BUILD] bin/ns8390.o
  [BUILD] bin/w89c840.o
  [BUILD] bin/3c509-eisa.o
  [BUILD] bin/smc9000.o
  [BUILD] bin/wd.o
  [BUILD] bin/virtio-net.o
  [BUILD] bin/3c503.o
  [BUILD] bin/natsemi.o
  [BUILD] bin/depca.o
  [BUILD] bin/sis190.o
  [BUILD] bin/ne2k_isa.o
  [BUILD] bin/skge.o
  [BUILD] bin/via-velocity.o
  [BUILD] bin/tlan.o
  [BUILD] bin/3c595.o
  [BUILD] bin/legacy.o
  [BUILD] bin/epic100.o
  [BUILD] bin/3c90x.o
  [BUILD] bin/davicom.o
  [BUILD] bin/tg3.o
  [BUILD] bin/forcedeth.o
  [BUILD] bin/pnic.o
  [BUILD] bin/myri10ge.o
  [BUILD] bin/eepro.o
  [BUILD] bin/ns83820.o
  [BUILD] bin/ne.o
  [BUILD] bin/atl1e.o
  [BUILD] bin/prism2_plx.o
  [BUILD] bin/tulip.o
  [BUILD] bin/eepro100.o
  [BUILD] bin/sis900.o
  [BUILD] bin/r8169.o
  [BUILD] bin/sundance.o
  [BUILD] bin/3c509.o
  [BUILD] bin/e1000_82542.o
  [BUILD] bin/e1000_82540.o
  [BUILD] bin/e1000_api.o
  [BUILD] bin/e1000_manage.o
  [BUILD] bin/e1000_82543.o
  [BUILD] bin/e1000.o
  [BUILD] bin/e1000_nvm.o
  [BUILD] bin/e1000_mac.o
  [BUILD] bin/e1000_phy.o
  [BUILD] bin/e1000_main.o
  [BUILD] bin/e1000_82541.o
  [BUILD] bin/e1000e_80003es2lan.o
  [BUILD] bin/e1000e_ich8lan.o
  [BUILD] bin/e1000e_manage.o
  [BUILD] bin/e1000e_82571.o
  [BUILD] bin/e1000e_nvm.o
  [BUILD] bin/e1000e.o
  [BUILD] bin/e1000e_mac.o
  [BUILD] bin/e1000e_phy.o
  [BUILD] bin/e1000e_main.o
  [BUILD] bin/igb_82575.o
  [BUILD] bin/igb.o
  [BUILD] bin/igb_mac.o
  [BUILD] bin/igb_phy.o
  [BUILD] bin/igb_main.o
  [BUILD] bin/igb_nvm.o
  [BUILD] bin/igb_api.o
  [BUILD] bin/igb_manage.o
  [BUILD] bin/igbvf_main.o
  [BUILD] bin/igbvf_vf.o
  [BUILD] bin/igbvf_mbx.o
  [BUILD] bin/phantom.o
  [BUILD] bin/rtl8180_grf5101.o
  [BUILD] bin/rtl8180_max2820.o
  [BUILD] bin/rtl818x.o
  [BUILD] bin/rtl8185.o
  [BUILD] bin/rtl8180.o
  [BUILD] bin/rtl8185_rtl8225.o
  [BUILD] bin/rtl8180_sa2400.o
  [BUILD] bin/ath_key.o
  [BUILD] bin/ath_hw.o
  [BUILD] bin/ath_main.o
  [BUILD] bin/ath_regd.o
  [BUILD] bin/ath5k_reset.o
  [BUILD] bin/ath5k.o
  [BUILD] bin/ath5k_attach.o
  [BUILD] bin/ath5k_rfkill.o
  [BUILD] bin/ath5k_gpio.o
  [BUILD] bin/ath5k_phy.o
  [BUILD] bin/ath5k_initvals.o
  [BUILD] bin/ath5k_dma.o
  [BUILD] bin/ath5k_pcu.o
  [BUILD] bin/ath5k_desc.o
  [BUILD] bin/ath5k_qcu.o
  [BUILD] bin/ath5k_eeprom.o
  [BUILD] bin/ath5k_caps.o
  [BUILD] bin/ath9k_calib.o
  [BUILD] bin/ath9k_eeprom_4k.o
  [BUILD] bin/ath9k_init.o
  [BUILD] bin/ath9k_ar9003_mac.o
  [BUILD] bin/ath9k_eeprom_9287.o
  [BUILD] bin/ath9k_hw.o
  [BUILD] bin/ath9k_common.o
  [BUILD] bin/ath9k_ar9002_hw.o
  [BUILD] bin/ath9k_ar9002_phy.o
  [BUILD] bin/ath9k_mac.o
  [BUILD] bin/ath9k_main.o
  [BUILD] bin/ath9k_ar9002_calib.o
  [BUILD] bin/ath9k_eeprom_def.o
  [BUILD] bin/ath9k_ar9003_eeprom.o
  [BUILD] bin/ath9k_ar9002_mac.o
  [BUILD] bin/ath9k_xmit.o
  [BUILD] bin/ath9k_ar5008_phy.o
  [BUILD] bin/ath9k_ar9003_phy.o
  [BUILD] bin/ath9k_ani.o
  [BUILD] bin/ath9k.o
  [BUILD] bin/ath9k_ar9003_hw.o
  [BUILD] bin/ath9k_eeprom.o
  [BUILD] bin/ath9k_recv.o
  [BUILD] bin/ath9k_ar9003_calib.o
  [BUILD] bin/vxge_traffic.o
  [BUILD] bin/vxge.o
  [BUILD] bin/vxge_config.o
  [BUILD] bin/vxge_main.o
  [BUILD] bin/snpnet.o
  [BUILD] bin/snponly.o
  [BUILD] bin/ibft.o
  [BUILD] bin/ata.o
  [BUILD] bin/srp.o
  [BUILD] bin/scsi.o
  [BUILD] bin/spi.o
  [BUILD] bin/nvsvpd.o
  [BUILD] bin/threewire.o
  [BUILD] bin/bitbash.o
  [BUILD] bin/nvs.o
  [BUILD] bin/spi_bit.o
  [BUILD] bin/i2c_bit.o
  [BUILD] bin/linda.o
  [BUILD] bin/hermon.o
  [BUILD] bin/arbel.o
  [BUILD] bin/qib7322.o
  [BUILD] bin/linda_fw.o
  [BUILD] bin/efi_console.o
  [BUILD] bin/efi_snp.o
  [BUILD] bin/efi_pci.o
  [BUILD] bin/efi_strerror.o
  [BUILD] bin/efi_bofm.o
  [BUILD] bin/efi_umalloc.o
  [BUILD] bin/efi_strings.o
  [BUILD] bin/efi_timer.o
  [BUILD] bin/efi_smbios.o
  [BUILD] bin/efi_driver.o
  [BUILD] bin/efi_init.o
  [BUILD] bin/efi_uaccess.o
  [BUILD] bin/efi_io.o
  [BUILD] bin/smbios.o
  [BUILD] bin/smbios_settings.o
  [BUILD] bin/bofm.o
  [BUILD] bin/linebuf_test.o
  [BUILD] bin/umalloc_test.o
  [BUILD] bin/bofm_test.o
  [BUILD] bin/uri_test.o
  [BUILD] bin/test.o
  [BUILD] bin/list_test.o
  [BUILD] bin/memcpy_test.o
  [BUILD] bin/cbc.o
  [BUILD] bin/crc32.o
  [BUILD] bin/axtls_sha1.o
  [BUILD] bin/axtls_aes.o
  [BUILD] bin/aes_wrap.o
  [BUILD] bin/asn1.o
  [BUILD] bin/hmac.o
  [BUILD] bin/crandom.o
  [BUILD] bin/md5.o
  [BUILD] bin/crypto_null.o
  [BUILD] bin/arc4.o
  [BUILD] bin/sha1extra.o
  [BUILD] bin/x509.o
  [BUILD] bin/chap.o
  [BUILD] bin/aes.o
  [BUILD] bin/sha1.o
  [BUILD] bin/rsa.o
  [BUILD] bin/bigint.o
  [BUILD] bin/wireless_errors.o
  [BUILD] bin/shell.o
  [BUILD] bin/editstring.o
  [BUILD] bin/readline.o
  [BUILD] bin/strerror.o
  [BUILD] bin/linux_args.o
  [BUILD] bin/vlan_cmd.o
  [BUILD] bin/lotest_cmd.o
  [BUILD] bin/iwmgmt_cmd.o
  [BUILD] bin/fcmgmt_cmd.o
  [BUILD] bin/image_cmd.o
  [BUILD] bin/digest_cmd.o
  [BUILD] bin/route_cmd.o
  [BUILD] bin/dhcp_cmd.o
  [BUILD] bin/time_cmd.o
  [BUILD] bin/autoboot_cmd.o
  [BUILD] bin/gdbstub_cmd.o
  [BUILD] bin/ifmgmt_cmd.o
  [BUILD] bin/sanboot_cmd.o
  [BUILD] bin/login_cmd.o
  [BUILD] bin/config_cmd.o
  [BUILD] bin/nvo_cmd.o
  [BUILD] bin/settings_ui.o
  [BUILD] bin/login_ui.o
  [BUILD] bin/kb.o
  [BUILD] bin/slk.o
  [BUILD] bin/print.o
  [BUILD] bin/windows.o
  [BUILD] bin/mucurses.o
  [BUILD] bin/wininit.o
  [BUILD] bin/print_nadv.o
  [BUILD] bin/ansi_screen.o
  [BUILD] bin/winattrs.o
  [BUILD] bin/edging.o
  [BUILD] bin/clear.o
  [BUILD] bin/alert.o
  [BUILD] bin/colour.o
  [BUILD] bin/editbox.o
  [BUILD] bin/keymap_bg.o
  [BUILD] bin/keymap_it.o
  [BUILD] bin/keymap_es.o
  [BUILD] bin/keymap_de.o
  [BUILD] bin/keymap_il.o
  [BUILD] bin/keymap_by.o
  [BUILD] bin/keymap_nl.o
  [BUILD] bin/keymap_sg.o
  [BUILD] bin/keymap_hu.o
  [BUILD] bin/keymap_az.o
  [BUILD] bin/keymap_th.o
  [BUILD] bin/keymap_mk.o
  [BUILD] bin/keymap_uk.o
  [BUILD] bin/keymap_pl.o
  [BUILD] bin/keymap_no.o
  [BUILD] bin/keymap_cz.o
  [BUILD] bin/keymap_mt.o
  [BUILD] bin/keymap_fr.o
  [BUILD] bin/keymap_ua.o
  [BUILD] bin/keymap_sr.o
  [BUILD] bin/keymap_dk.o
  [BUILD] bin/keymap_lt.o
  [BUILD] bin/keymap_fi.o
  [BUILD] bin/keymap_al.o
  [BUILD] bin/keymap_ru.o
  [BUILD] bin/keymap_cf.o
  [BUILD] bin/keymap_et.o
  [BUILD] bin/keymap_us.o
  [BUILD] bin/keymap_ro.o
  [BUILD] bin/keymap_wo.o
  [BUILD] bin/keymap_gr.o
  [BUILD] bin/keymap_pt.o
  [BUILD] bin/autoboot.o
  [BUILD] bin/ifmgmt.o
  [BUILD] bin/fcmgmt.o
  [BUILD] bin/dhcpmgmt.o
  [BUILD] bin/pxemenu.o
  [BUILD] bin/imgmgmt.o
  [BUILD] bin/iwmgmt.o
  [BUILD] bin/lotest.o
  [BUILD] bin/route.o
  [BUILD] bin/config_romprefix.o
  [BUILD] bin/prompt.o
  [BUILD] bin/config.o
  [BUILD] bin/config_fc.o
  [BUILD] bin/config_ethernet.o
  [BUILD] bin/config_net80211.o
  [BUILD] bin/config_infiniband.o
  [BUILD] bin/dumpregs.o
  [BUILD] bin/nulltrap.o
  [BUILD] bin/relocate.o
  [BUILD] bin/x86_io.o
  [BUILD] bin/pic8259.o
  [BUILD] bin/cpu.o
  [BUILD] bin/gdbmach.o
  [BUILD] bin/timer2.o
  [BUILD] bin/video_subr.o
  [BUILD] bin/basemem_packet.o
  [BUILD] bin/runtime.o
  [BUILD] bin/rdtsc_timer.o
  [BUILD] bin/librm_mgmt.o
  [BUILD] bin/pnpbios.o
  [BUILD] bin/bios_console.o
  [BUILD] bin/fakee820.o
  [BUILD] bin/basemem.o
  [BUILD] bin/memmap.o
  [BUILD] bin/hidemem.o
  [BUILD] bin/comboot.o
  [BUILD] bin/elfboot.o
  [BUILD] bin/bootsector.o
  [BUILD] bin/multiboot.o
  [BUILD] bin/pxe_image.o
  [BUILD] bin/bzimage.o
  [BUILD] bin/nbi.o
  [BUILD] bin/com32.o
  [BUILD] bin/bios_timer.o
  [BUILD] bin/memtop_umalloc.o
  [BUILD] bin/biosint.o
  [BUILD] bin/pcibios.o
  [BUILD] bin/int13.o
  [BUILD] bin/bios_nap.o
  [BUILD] bin/bios_smbios.o
  [BUILD] bin/pxe_udp.o
  [BUILD] bin/pxe_loader.o
  [BUILD] bin/pxe_exit_hook.o
  [BUILD] bin/pxe_preboot.o
  [BUILD] bin/pxe_file.o
  [BUILD] bin/pxe_tftp.o
  [BUILD] bin/pxe_undi.o
  [BUILD] bin/pxe_call.o
  [BUILD] bin/pxeparent_dhcp.o
  [BUILD] bin/pxeparent.o
  [BUILD] bin/comboot_resolv.o
  [BUILD] bin/com32_call.o
  [BUILD] bin/comboot_call.o
  [BUILD] bin/reboot_cmd.o
  [BUILD] bin/pxe_cmd.o
  [BUILD] bin/x86_string.o
  [BUILD] bin/pcidirect.o
  [BUILD] bin/efix86_nap.o
  [BUILD] bin/efidrvprefix.o
  [BUILD] bin/efiprefix.o
  [BUILD] bin/undirom.o
  [BUILD] bin/undinet.o
  [BUILD] bin/undionly.o
  [BUILD] bin/undi.o
  [BUILD] bin/undiload.o
  [BUILD] bin/undipreload.o
  [BUILD] bin/gdbstub_test.o
  [BUILD] bin/stack16.o
  [BUILD] bin/gdbidt.o
  [BUILD] bin/stack.o
  [BUILD] bin/setjmp.o
  [BUILD] bin/patch_cf.o
  [BUILD] bin/virtaddr.o
  [BUILD] bin/liba20.o
  [BUILD] bin/librm.o
  [BUILD] bin/libpm.o
  [BUILD] bin/libkir.o
  [BUILD] bin/mbr.o
  [BUILD] bin/unnrv2b16.o
  [BUILD] bin/kkpxeprefix.o
  [BUILD] bin/exeprefix.o
  [BUILD] bin/pxeprefix.o
  [BUILD] bin/romprefix.o
  [BUILD] bin/hdprefix.o
  [BUILD] bin/kpxeprefix.o
  [BUILD] bin/kkkpxeprefix.o
  [BUILD] bin/nbiprefix.o
  [BUILD] bin/nullprefix.o
  [BUILD] bin/bootpart.o
  [BUILD] bin/mromprefix.o
  [BUILD] bin/undiloader.o
  [BUILD] bin/usbdisk.o
  [BUILD] bin/lkrnprefix.o
  [BUILD] bin/unnrv2b.o
  [BUILD] bin/dskprefix.o
  [BUILD] bin/libprefix.o
  [BUILD] bin/pxe_entry.o
  [BUILD] bin/e820mangler.o
  [BUILD] bin/com32_wrapper.o
  [BUILD] bin/undiisr.o
  [HOSTCC] util/zbin
  [AR] bin/blib.a
ar: creating bin/blib.a
  [LD] bin/rtl8139.rom.tmp
  [BIN] bin/rtl8139.rom.bin
  [ZINFO] bin/rtl8139.rom.zinfo
  [ZBIN] bin/rtl8139.rom.zbin
  [FINISH] bin/rtl8139.rom
rm bin/rtl8139.rom.zbin bin/rtl8139.rom.bin bin/rtl8139.rom.zinfo
make[7]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/etherboot/ipxe/src'
make -C ipxe/src bin/8086100e.rom
make[7]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/etherboot/ipxe/src'
  [LD] bin/8086100e.rom.tmp
  [BIN] bin/8086100e.rom.bin
  [ZINFO] bin/8086100e.rom.zinfo
  [ZBIN] bin/8086100e.rom.zbin
  [FINISH] bin/8086100e.rom
rm bin/8086100e.rom.zbin bin/8086100e.rom.bin bin/8086100e.rom.zinfo
make[7]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/etherboot/ipxe/src'
make[6]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/etherboot'
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware'
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware'
make -C hvmloader all
make[6]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/hvmloader'
make[7]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/hvmloader'
make -C acpi all
make[8]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/hvmloader/acpi'
make[8]: Nothing to be done for 'all'.
make[8]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/hvmloader/acpi'
make[7]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/hvmloader'
make hvmloader
make[7]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/hvmloader'
echo "/* Autogenerated file. DO NOT EDIT */" > roms.inc.new
echo "#ifdef ROM_INCLUDE_ROMBIOS" >> roms.inc.new
sh ./mkhex rombios ../rombios/BIOS-bochs-latest >> roms.inc.new
echo "#endif" >> roms.inc.new
echo "#ifdef ROM_INCLUDE_SEABIOS" >> roms.inc.new
sh ./mkhex seabios ../seabios-dir/out/bios.bin >> roms.inc.new
echo "#endif" >> roms.inc.new
echo "#ifdef ROM_INCLUDE_VGABIOS" >> roms.inc.new
sh ./mkhex vgabios_stdvga ../vgabios/VGABIOS-lgpl-latest.bin >> roms.inc.new
echo "#endif" >> roms.inc.new
echo "#ifdef ROM_INCLUDE_VGABIOS" >> roms.inc.new
sh ./mkhex vgabios_cirrusvga ../vgabios/VGABIOS-lgpl-latest.cirrus.bin >> roms.inc.new
echo "#endif" >> roms.inc.new
echo "#ifdef ROM_INCLUDE_ETHERBOOT" >> roms.inc.new
sh ./mkhex etherboot ../etherboot/ipxe/src/bin/rtl8139.rom ../etherboot/ipxe/src/bin/8086100e.rom >> roms.inc.new
echo "#endif" >> roms.inc.new
mv roms.inc.new roms.inc
gcc   -O1 -fno-omit-frame-pointer -m32 -march=i686 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -D__XEN_TOOLS__ -MMD -MF .hvmloader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -mno-tls-direct-seg-refs  -Werror -fno-stack-protector -fno-exceptions -fno-builtin -msoft-float -I/home/AUR/xen/src/xen-4.5.1/tools/firmware/hvmloader/../../../tools/include -DENABLE_ROMBIOS -DENABLE_SEABIOS  -c -o hvmloader.o hvmloader.c 
gcc   -O1 -fno-omit-frame-pointer -m32 -march=i686 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -D__XEN_TOOLS__ -MMD -MF .rombios.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -mno-tls-direct-seg-refs  -Werror -fno-stack-protector -fno-exceptions -fno-builtin -msoft-float -I/home/AUR/xen/src/xen-4.5.1/tools/firmware/hvmloader/../../../tools/include -DENABLE_ROMBIOS -DENABLE_SEABIOS  -c -o rombios.o rombios.c 
gcc   -O1 -fno-omit-frame-pointer -m32 -march=i686 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -D__XEN_TOOLS__ -MMD -MF .seabios.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -mno-tls-direct-seg-refs  -Werror -fno-stack-protector -fno-exceptions -fno-builtin -msoft-float -I/home/AUR/xen/src/xen-4.5.1/tools/firmware/hvmloader/../../../tools/include -DENABLE_ROMBIOS -DENABLE_SEABIOS  -c -o seabios.o seabios.c 
ld -melf_i386 -N -Ttext 0x100000 -o hvmloader.tmp hvmloader.o mp_tables.o util.o smbios.o smp.o cacheattr.o xenbus.o e820.o pci.o pir.o ctype.o hvm_param.o tests.o optionroms.o 32bitbios_support.o rombios.o seabios.o acpi/acpi.a
objcopy hvmloader.tmp hvmloader
rm -f hvmloader.tmp
make[7]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/hvmloader'
make[6]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware/hvmloader'
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware'
[ -d /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/boot ] || /home/AUR/xen/src/xen-4.5.1/tools/firmware/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/boot
[ ! -e hvmloader/hvmloader ] || /home/AUR/xen/src/xen-4.5.1/tools/firmware/../../tools/cross-install -m0644 -p hvmloader/hvmloader /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/boot
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/firmware'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C console install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/console'
/home/AUR/xen/src/xen-4.5.1/tools/console/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install//usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/console/../../tools/cross-install -m0755 -p xenconsoled /home/AUR/xen/src/xen-4.5.1/dist/install//usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/console/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
/home/AUR/xen/src/xen-4.5.1/tools/console/../../tools/cross-install -m0755 -p xenconsole /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/console'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C xenmon install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/xenmon'
/home/AUR/xen/src/xen-4.5.1/tools/xenmon/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/xenmon/../../tools/cross-install -m0755 -p xenbaked /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin/xenbaked
/home/AUR/xen/src/xen-4.5.1/tools/xenmon/../../tools/cross-install -m0755 -p xentrace_setmask  /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin/xentrace_setmask
/home/AUR/xen/src/xen-4.5.1/tools/xenmon/../../tools/cross-install -m0755 -p xenmon.py  /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin/xenmon.py
/home/AUR/xen/src/xen-4.5.1/tools/xenmon/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/share/doc/xen
/home/AUR/xen/src/xen-4.5.1/tools/xenmon/../../tools/cross-install -m0644 -p README /home/AUR/xen/src/xen-4.5.1/dist/install/usr/share/doc/xen/README.xenmon
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/xenmon'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C xenstat install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/xenstat'
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/xenstat'
make -C libxenstat install
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/xenstat/libxenstat'
/home/AUR/xen/src/xen-4.5.1/tools/xenstat/libxenstat/../../../tools/cross-install -m0644 -p src/xenstat.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include
/home/AUR/xen/src/xen-4.5.1/tools/xenstat/libxenstat/../../../tools/cross-install -m0644 -p src/libxenstat.a /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libxenstat.a
/home/AUR/xen/src/xen-4.5.1/tools/xenstat/libxenstat/../../../tools/cross-install -m0755 -p src/libxenstat.so.0.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
ln -sf libxenstat.so.0.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libxenstat.so.0
ln -sf libxenstat.so.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libxenstat.so
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/xenstat/libxenstat'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/xenstat'
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/xenstat'
make -C xentop install
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/xenstat/xentop'
/home/AUR/xen/src/xen-4.5.1/tools/xenstat/xentop/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/xenstat/xentop/../../../tools/cross-install -m0755 -p xentop /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin/xentop
/home/AUR/xen/src/xen-4.5.1/tools/xenstat/xentop/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/share/man/man1
/home/AUR/xen/src/xen-4.5.1/tools/xenstat/xentop/../../../tools/cross-install -m0644 -p xentop.1 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/share/man/man1/xentop.1
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/xenstat/xentop'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/xenstat'
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/xenstat'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C memshr install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/memshr'
make[3]: Nothing to be done for 'install'.
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/memshr'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C blktap2 install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2'
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2'
make -C include install
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2/include'
/home/AUR/xen/src/xen-4.5.1/tools/blktap2/include/../../../tools/cross-install -d -m0755 -p -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2/include'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2'
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2'
make -C lvm install
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2/lvm'
make[5]: Nothing to be done for 'install'.
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2/lvm'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2'
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2'
make -C vhd install
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2/vhd'
make[6]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2/vhd'
make -C lib all
make[7]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2/vhd/lib'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2/vhd/lib'
make[6]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2/vhd'
gcc    -o vhd-util vhd-util.o -Llib -lvhd 
gcc    -o vhd-update vhd-update.o -Llib -lvhd 
make subdirs-install
make[6]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2/vhd'
make[7]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2/vhd'
make -C lib install
make[8]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2/vhd/lib'
/home/AUR/xen/src/xen-4.5.1/tools/blktap2/vhd/lib/../../../../tools/cross-install -d -m0755 -p -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
/home/AUR/xen/src/xen-4.5.1/tools/blktap2/vhd/lib/../../../../tools/cross-install -m0644 -p libvhd.a /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
/home/AUR/xen/src/xen-4.5.1/tools/blktap2/vhd/lib/../../../../tools/cross-install -m0755 -p libvhd.so.1.0.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
ln -sf libvhd.so.1.0.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libvhd.so.1.0
ln -sf libvhd.so.1.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libvhd.so
make[8]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2/vhd/lib'
make[7]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2/vhd'
make[6]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2/vhd'
/home/AUR/xen/src/xen-4.5.1/tools/blktap2/vhd/../../../tools/cross-install -d -m0755 -p -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/blktap2/vhd/../../../tools/cross-install -m0755 -p vhd-util vhd-update /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2/vhd'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2'
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2'
make -C drivers install
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2/drivers'
/home/AUR/xen/src/xen-4.5.1/tools/blktap2/drivers/../../../tools/cross-install -d -m0755 -p -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/blktap2/drivers/../../../tools/cross-install -m0755 -p tapdisk2 td-util tapdisk-client tapdisk-stream tapdisk-diff lock-util img2qcow qcow-create qcow2raw /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2/drivers'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2'
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2'
make -C control install
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2/control'
/home/AUR/xen/src/xen-4.5.1/tools/blktap2/control/../../..//tools/cross-install -d -m0755 -p -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/blktap2/control/../../..//tools/cross-install -m0755 -p tap-ctl /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/blktap2/control/../../..//tools/cross-install -m0644 -p libblktapctl.a /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
/home/AUR/xen/src/xen-4.5.1/tools/blktap2/control/../../..//tools/cross-install -m0755 -p libblktapctl.so.1.0.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
ln -sf libblktapctl.so.1.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libblktapctl.so
ln -sf libblktapctl.so.1.0.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libblktapctl.so.1.0
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2/control'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2'
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/blktap2'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C libfsimage install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage'
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage'
make -C common install
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/common'
/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/common/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/common/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include
/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/common/../../../tools/cross-install -m0755 -p libfsimage.so.1.0.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
ln -sf libfsimage.so.1.0.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libfsimage.so.1.0
ln -sf libfsimage.so.1.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libfsimage.so
/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/common/../../../tools/cross-install -m0644 -p fsimage.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include
/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/common/../../../tools/cross-install -m0644 -p fsimage_plugin.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include
/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/common/../../../tools/cross-install -m0644 -p fsimage_grub.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/common'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage'
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage'
make -C ufs install
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/ufs'
/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/ufs/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/fs/ufs
/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/ufs/../../../tools/cross-install -m0755 -p fsimage.so /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/fs/ufs
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/ufs'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage'
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage'
make -C reiserfs install
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/reiserfs'
/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/reiserfs/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/fs/reiserfs
/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/reiserfs/../../../tools/cross-install -m0755 -p fsimage.so /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/fs/reiserfs
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/reiserfs'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage'
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage'
make -C iso9660 install
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/iso9660'
/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/iso9660/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/fs/iso9660
/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/iso9660/../../../tools/cross-install -m0755 -p fsimage.so /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/fs/iso9660
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/iso9660'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage'
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage'
make -C fat install
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/fat'
/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/fat/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/fs/fat
/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/fat/../../../tools/cross-install -m0755 -p fsimage.so /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/fs/fat
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/fat'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage'
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage'
make -C zfs install
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/zfs'
/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/zfs/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/fs/zfs
/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/zfs/../../../tools/cross-install -m0755 -p fsimage.so /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/fs/zfs
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/zfs'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage'
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage'
make -C xfs install
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/xfs'
/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/xfs/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/fs/xfs
/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/xfs/../../../tools/cross-install -m0755 -p fsimage.so /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/fs/xfs
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/xfs'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage'
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage'
make -C ext2fs-lib install
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/ext2fs-lib'
/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/ext2fs-lib/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/fs/ext2fs-lib
/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/ext2fs-lib/../../../tools/cross-install -m0755 -p fsimage.so /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/fs/ext2fs-lib
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage/ext2fs-lib'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage'
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libfsimage'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C libvchan install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libvchan'
/home/AUR/xen/src/xen-4.5.1/tools/libvchan/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
/home/AUR/xen/src/xen-4.5.1/tools/libvchan/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include
/home/AUR/xen/src/xen-4.5.1/tools/libvchan/../../tools/cross-install -m0755 -p libxenvchan.so.1.0.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
ln -sf libxenvchan.so.1.0.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libxenvchan.so.1.0
ln -sf libxenvchan.so.1.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libxenvchan.so
/home/AUR/xen/src/xen-4.5.1/tools/libvchan/../../tools/cross-install -m0644 -p libxenvchan.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include
/home/AUR/xen/src/xen-4.5.1/tools/libvchan/../../tools/cross-install -m0644 -p libxenvchan.a /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libvchan'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
set -ex; \
if test -d /home/AUR/xen/src/xen-4.5.1/tools/../tools/qemu-xen-traditional; then \
	mkdir -p qemu-xen-traditional-dir; \
else \
	export GIT=git; \
	/home/AUR/xen/src/xen-4.5.1/tools/../scripts/git-checkout.sh /home/AUR/xen/src/xen-4.5.1/tools/../tools/qemu-xen-traditional xen-4.5.1 qemu-xen-traditional-dir; \
fi
+ test -d /home/AUR/xen/src/xen-4.5.1/tools/../tools/qemu-xen-traditional
+ mkdir -p qemu-xen-traditional-dir
set -e; \
	    export PREFIX="/usr"; export XEN_SCRIPT_DIR="/etc/xen/scripts"; export XEN_ROOT="/home/AUR/xen/src/xen-4.5.1/tools/.."; \
	cd qemu-xen-traditional-dir; \
	/home/AUR/xen/src/xen-4.5.1/tools/../tools/qemu-xen-traditional/xen-setup \
	--extra-cflags="" \
	 \
	--cpu=x86_64 \
	; \
	make install
Install prefix    /usr
BIOS directory    /usr/share/qemu
binary directory  /usr/bin
Manual directory  /usr/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /home/AUR/xen/src/xen-4.5.1/tools/qemu-xen-traditional
C compiler        gcc
Host C compiler   gcc
ARCH_CFLAGS       -m64
make              make
install           install
host CPU          x86_64
host big endian   no
target list       i386-softmmu x86_64-softmmu arm-softmmu cris-softmmu m68k-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu i386-linux-user x86_64-linux-user alpha-linux-user arm-linux-user armeb-linux-user cris-linux-user m68k-linux-user mips-linux-user mipsel-linux-user ppc-linux-user ppc64-linux-user ppc64abi32-linux-user sh4-linux-user sh4eb-linux-user sparc-linux-user sparc64-linux-user sparc32plus-linux-user 
gprof enabled     no
sparse enabled    no
profiler          no
static build      no
-Werror enabled   no
SDL support       yes
SDL static link   no
OpenGL support    no
curses support    no
mingw32 support   no
Audio drivers     oss
Extra audio cards ac97 es1370 sb16
Mixer emulation   no
VNC TLS support   yes
    TLS CFLAGS    -I/usr/include/p11-kit-1
    TLS LIBS      -lgnutls
kqemu support     yes
brlapi support    no
Documentation     no
NPTL support      no
vde support       no
AIO support       yes
Install blobs     yes
KVM support       yes
fdt support       no
qemu successfuly configured for Xen qemu-dm build
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/qemu-xen-traditional-dir'
=== PCI passthrough capability has been enabled ===
  CC    vnc.o
/home/AUR/xen/src/xen-4.5.1/tools/qemu-xen-traditional/vnc.c:1913:1: warning: 'gnutls_anon_server_credentials' is deprecated [-Wdeprecated-declarations]
 {
 ^
/home/AUR/xen/src/xen-4.5.1/tools/qemu-xen-traditional/vnc.c: In function 'vnc_tls_initialize_anon_cred':
/home/AUR/xen/src/xen-4.5.1/tools/qemu-xen-traditional/vnc.c:1914:5: warning: 'gnutls_anon_server_credentials' is deprecated [-Wdeprecated-declarations]
     gnutls_anon_server_credentials anon_cred;
     ^
/home/AUR/xen/src/xen-4.5.1/tools/qemu-xen-traditional/vnc.c: In function 'vnc_start_tls':
/home/AUR/xen/src/xen-4.5.1/tools/qemu-xen-traditional/vnc.c:2188:6: warning: 'gnutls_anon_server_credentials' is deprecated [-Wdeprecated-declarations]
      gnutls_anon_server_credentials anon_cred = vnc_tls_initialize_anon_cred();
      ^
  AR    libqemu_common.a
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/qemu-xen-traditional-dir/i386-dm'
=== PCI passthrough capability has been enabled ===
=== PCI passthrough capability has been enabled ===
  LINK  i386-dm/qemu-dm
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/qemu-xen-traditional-dir/i386-dm'
mkdir -p "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin"
/home/AUR/xen/src/xen-4.5.1/tools/../tools/cross-install -m0755 -p  qemu-nbd-xen qemu-img-xen  "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin"
mkdir -p "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/share/xen/qemu"
set -e; for x in bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin video.x openbios-sparc32 openbios-sparc64 openbios-ppc pxe-ne2k_pci.bin pxe-rtl8139.bin pxe-pcnet.bin pxe-e1000.bin bamboo.dtb; do \
	/home/AUR/xen/src/xen-4.5.1/tools/../tools/cross-install -m 644 /home/AUR/xen/src/xen-4.5.1/tools/qemu-xen-traditional/pc-bios/$x "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/share/xen/qemu"; \
done
mkdir -p "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/share/xen/qemu/keymaps"
set -e; for x in da     en-gb  et  fr     fr-ch  is  lt  modifiers  no  pt-br  sv ar      de     en-us  fi  fr-be  hr     it  lv  nl         pl  ru     th common  de-ch  es     fo  fr-ca  hu     ja  mk  nl-be      pt  sl     tr; do \
	/home/AUR/xen/src/xen-4.5.1/tools/../tools/cross-install -m 644 /home/AUR/xen/src/xen-4.5.1/tools/qemu-xen-traditional/keymaps/$x "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/share/xen/qemu/keymaps"; \
done
for d in i386-dm; do \
make -C $d install || exit 1 ; \
        done
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/qemu-xen-traditional-dir/i386-dm'
=== PCI passthrough capability has been enabled ===
=== PCI passthrough capability has been enabled ===
/home/AUR/xen/src/xen-4.5.1/tools/../tools/cross-install -d -m0755 -p "/home/AUR/xen/src/xen-4.5.1/dist/install//usr/lib/xen/bin"
/home/AUR/xen/src/xen-4.5.1/tools/../tools/cross-install -d -m0755 -p "/home/AUR/xen/src/xen-4.5.1/dist/install//etc/xen/scripts"
/home/AUR/xen/src/xen-4.5.1/tools/../tools/cross-install -m0755 -p /home/AUR/xen/src/xen-4.5.1/tools/../tools/qemu-xen-traditional/i386-dm/qemu-ifup-Linux "/home/AUR/xen/src/xen-4.5.1/dist/install//etc/xen/scripts/qemu-ifup"
/home/AUR/xen/src/xen-4.5.1/tools/../tools/cross-install -m0755 -p  qemu-dm "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin"
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/qemu-xen-traditional-dir/i386-dm'
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/qemu-xen-traditional-dir'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
if test -d /home/AUR/xen/src/xen-4.5.1/tools/../tools/qemu-xen ; then \
	mkdir -p qemu-xen-dir; \
else \
	export GIT=git; \
	/home/AUR/xen/src/xen-4.5.1/tools/../scripts/git-checkout.sh /home/AUR/xen/src/xen-4.5.1/tools/../tools/qemu-xen qemu-xen-4.5.1 qemu-xen-dir ; \
fi
if test -d /home/AUR/xen/src/xen-4.5.1/tools/../tools/qemu-xen ; then \
	source=/home/AUR/xen/src/xen-4.5.1/tools/../tools/qemu-xen; \
else \
	source=.; \
fi; \
cd qemu-xen-dir; \
$source/configure --enable-xen --target-list=i386-softmmu \
	--enable-debug --enable-trace-backend=stderr \
	--prefix=/usr/lib/xen \
	--libdir=/usr/lib/xen/lib \
	--includedir=/usr/lib/xen/include \
	--source-path=$source \
	--extra-cflags="-I/home/AUR/xen/src/xen-4.5.1/tools/../tools/include \
	-I/home/AUR/xen/src/xen-4.5.1/tools/../tools/libxc/include \
	-I/home/AUR/xen/src/xen-4.5.1/tools/../tools/xenstore/include \
	-I/home/AUR/xen/src/xen-4.5.1/tools/../tools/xenstore/compat/include \
	" \
	--extra-ldflags="-L/home/AUR/xen/src/xen-4.5.1/tools/../tools/libxc \
	-L/home/AUR/xen/src/xen-4.5.1/tools/../tools/xenstore \
	-Wl,-rpath,/usr/lib/xen/lib" \
	--bindir=/usr/lib/xen/bin \
	--datadir=/usr/share/qemu-xen \
	--localstatedir=/var \
	--disable-kvm \
	--disable-docs \
	--disable-guest-agent \
	--python=python2 \
	--disable-bluez --disable-gtk --enable-spice --enable-usb-redir \
	--cpu=x86_64 \
	; \
make all
Install prefix    /usr/lib/xen
BIOS directory    /usr/share/qemu-xen/qemu
binary directory  /usr/lib/xen/bin
library directory /usr/lib/xen/lib
module directory  /usr/lib/xen/lib/qemu
libexec directory /usr/lib/xen/libexec
include directory /usr/lib/xen/include
config directory  /usr/lib/xen/etc
local state directory   /var
Manual directory  /usr/lib/xen/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /home/AUR/xen/src/xen-4.5.1/tools/qemu-xen
C compiler        cc
Host C compiler   cc
C++ compiler      c++
Objective-C compiler cc
ARFLAGS           rv
CFLAGS            -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -fno-caller-saves -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -D__XEN_TOOLS__ -MMD -MF .subdirs-install.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -D__XEN_TOOLS__ -MMD -MF .subdir-all-qemu-xen-dir.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls 
QEMU_CFLAGS       -DHAS_LIBSSH2_SFTP_FSYNC -fPIE -DPIE -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -I/home/AUR/xen/src/xen-4.5.1/tools/../tools/include 	-I/home/AUR/xen/src/xen-4.5.1/tools/../tools/libxc/include 	-I/home/AUR/xen/src/xen-4.5.1/tools/../tools/xenstore/include 	-I/home/AUR/xen/src/xen-4.5.1/tools/../tools/xenstore/compat/include 	  -Wendif-labels -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong  -I/usr/include/p11-kit-1   -I/usr/include/libpng16 -I/usr/include/spice-server -I/usr/include/cacard -I/usr/include/nss -I/usr/include/nspr -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/spice-1 -I/usr/include/nss -I/usr/include/nspr -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libusb-1.0  -I/usr/include/pixman-1 
LDFLAGS           -Wl,--warn-common -Wl,-z,relro -Wl,-z,now -pie -m64 -g -L/home/AUR/xen/src/xen-4.5.1/tools/../tools/libxc 	-L/home/AUR/xen/src/xen-4.5.1/tools/../tools/xenstore 	-Wl,-rpath,/usr/lib/xen/lib 
make              make
install           install
python            python2 -B
smbd              /usr/sbin/smbd
module support    no
host CPU          x86_64
host big endian   no
target list       i386-softmmu
tcg debug enabled yes
gprof enabled     no
sparse enabled    no
strip binaries    no
profiler          no
static build      no
-Werror enabled   no
pixman            system
SDL support       yes
GTK support       no
VTE support       no
curses support    yes
curl support      yes
mingw32 support   no
Audio drivers     oss
Block whitelist (rw) 
Block whitelist (ro) 
VirtFS support    yes
VNC support       yes
VNC TLS support   yes
VNC SASL support  yes
VNC JPEG support  yes
VNC PNG support   yes
VNC WS support    yes
xen support       yes
brlapi support    no
bluez  support    no
Documentation     no
GUEST_BASE        yes
PIE               yes
vde support       no
netmap support    no
Linux AIO support yes
ATTR/XATTR support yes
Install blobs     yes
KVM support       no
RDMA support      no
TCG interpreter   no
fdt support       no
preadv support    yes
fdatasync         yes
madvise           yes
posix_madvise     yes
sigev_thread_id   yes
uuid support      yes
libcap-ng support yes
vhost-net support yes
vhost-scsi support yes
Trace backend     stderr
Trace output file trace-<pid>
spice support     yes (0.12.10/0.12.6)
rbd support       no
xfsctl support    yes
nss used          yes
libusb            yes
usb net redir     yes
GLX support       no
libiscsi support  yes
libnfs support    no
build guest agent no
QGA VSS support   no
seccomp support   yes
coroutine backend ucontext
coroutine pool    yes
GlusterFS support no
virtio-blk-data-plane yes
gcov              gcov
gcov enabled      no
TPM support       no
libssh2 support   yes
TPM passthrough   no
QOM debugging     yes
vhdx              yes
Quorum            no
lzo support       no
snappy support    no
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/qemu-xen-dir'
  GEN   config-host.h
  GEN   trace/generated-tracers.h
  GEN   trace/generated-tracers.c
  GEN   i386-softmmu/config-target.h
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/qemu-xen-dir'
cd qemu-xen-dir; \
make install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/qemu-xen-dir'
install -d -m 0755 "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/share/qemu-xen/qemu"
install -d -m 0755 "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/etc/qemu"
install -c -m 0644 /home/AUR/xen/src/xen-4.5.1/tools/qemu-xen/sysconfigs/target/target-x86_64.conf "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/etc/qemu"
install -d -m 0755 "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/lib"
install -d -m 0755 "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/lib/pkgconfig"
install -d -m 0755 "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/include/cacard"
libtool --quiet --mode=install install -c -m 0644 libcacard.la "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/lib"
libtool: warning: remember to run 'libtool --finish /usr/lib/xen/lib'
install -c -m 0644 libcacard.pc "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/lib/pkgconfig"
for inc in /home/AUR/xen/src/xen-4.5.1/tools/qemu-xen/libcacard/*.h; do \
	install -c -m 0644 $inc "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/include/cacard"; \
done
install -d -m 0755 "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin"
libtool --quiet --mode=install install -c -m 0755  qemu-nbd qemu-img qemu-io  fsdev/virtfs-proxy-helper vscclient "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin"
libtool: warning: 'libcacard.la' has not been installed in '/usr/lib/xen/lib'
install -d -m 0755 "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/libexec"
libtool --quiet --mode=install install -c -m 0755  qemu-bridge-helper "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/libexec"
set -e; for x in bios.bin bios-256k.bin sgabios.bin vgabios.bin vgabios-cirrus.bin vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin acpi-dsdt.aml q35-acpi-dsdt.aml ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc QEMU,tcx.bin QEMU,cgthree.bin pxe-e1000.rom pxe-eepro100.rom pxe-ne2k_pci.rom pxe-pcnet.rom pxe-rtl8139.rom pxe-virtio.rom efi-e1000.rom efi-eepro100.rom efi-ne2k_pci.rom efi-pcnet.rom efi-rtl8139.rom efi-virtio.rom qemu-icon.bmp qemu_logo_no_text.svg bamboo.dtb petalogix-s3adsp1800.dtb petalogix-ml605.dtb multiboot.bin linuxboot.bin kvmvapic.bin s390-zipl.rom s390-ccw.img spapr-rtas.bin slof.bin palcode-clipper; do \
	install -c -m 0644 /home/AUR/xen/src/xen-4.5.1/tools/qemu-xen/pc-bios/$x "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/share/qemu-xen/qemu"; \
done
install -d -m 0755 "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/share/qemu-xen/qemu/keymaps"
set -e; for x in da     en-gb  et  fr     fr-ch  is  lt  modifiers  no  pt-br  sv ar      de     en-us  fi  fr-be  hr     it  lv  nl         pl  ru     th common  de-ch  es     fo  fr-ca  hu     ja  mk  nl-be      pt  sl     tr bepo    cz; do \
	install -c -m 0644 /home/AUR/xen/src/xen-4.5.1/tools/qemu-xen/pc-bios/keymaps/$x "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/share/qemu-xen/qemu/keymaps"; \
done
for d in i386-softmmu; do \
make --no-print-directory BUILD_DIR=/home/AUR/xen/src/xen-4.5.1/tools/qemu-xen-dir TARGET_DIR=$d/ -C $d install || exit 1 ; \
        done
install -m 755 qemu-system-i386 "/home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin"
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/qemu-xen-dir'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C xenpmd install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/xenpmd'
/home/AUR/xen/src/xen-4.5.1/tools/xenpmd/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/xenpmd/../../tools/cross-install -m0755 -p xenpmd /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/xenpmd'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C libxl install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/libxl'
rm -f _paths.h.tmp;  echo "#define SBINDIR \"/usr/bin\"" >>_paths.h.tmp;  echo "#define BINDIR \"/usr/bin\"" >>_paths.h.tmp;  echo "#define LIBEXEC \"/usr/lib/xen\"" >>_paths.h.tmp;  echo "#define LIBEXEC_BIN \"/usr/lib/xen/bin\"" >>_paths.h.tmp;  echo "#define LIBDIR \"/usr/lib\"" >>_paths.h.tmp;  echo "#define SHAREDIR \"/usr/share\"" >>_paths.h.tmp;  echo "#define XENFIRMWAREDIR \"/usr/lib/xen/boot\"" >>_paths.h.tmp;  echo "#define XEN_CONFIG_DIR \"/etc/xen\"" >>_paths.h.tmp;  echo "#define XEN_SCRIPT_DIR \"/etc/xen/scripts\"" >>_paths.h.tmp;  echo "#define XEN_LOCK_DIR \"/var/lock\"" >>_paths.h.tmp;  echo "#define XEN_RUN_DIR \"/run/xen\"" >>_paths.h.tmp;  echo "#define XEN_PAGING_DIR \"/var/lib/xen/xenpaging\"" >>_paths.h.tmp; 	if ! cmp -s _paths.h.tmp _paths.h; then mv -f _paths.h.tmp _paths.h; else rm -f _paths.h.tmp; fi
/home/AUR/xen/src/xen-4.5.1/tools/libxl/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/libxl/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
/home/AUR/xen/src/xen-4.5.1/tools/libxl/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include
/home/AUR/xen/src/xen-4.5.1/tools/libxl/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/etc/bash_completion.d
/home/AUR/xen/src/xen-4.5.1/tools/libxl/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
/home/AUR/xen/src/xen-4.5.1/tools/libxl/../../tools/cross-install -m0755 -p xl /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/libxl/../../tools/cross-install -m0755 -p xen-init-dom0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
/home/AUR/xen/src/xen-4.5.1/tools/libxl/../../tools/cross-install -m0755 -p libxl-save-helper /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
/home/AUR/xen/src/xen-4.5.1/tools/libxl/../../tools/cross-install -m0755 -p libxenlight.so.4.5.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
ln -sf libxenlight.so.4.5.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libxenlight.so.4.5
ln -sf libxenlight.so.4.5 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libxenlight.so
/home/AUR/xen/src/xen-4.5.1/tools/libxl/../../tools/cross-install -m0644 -p libxenlight.a /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
/home/AUR/xen/src/xen-4.5.1/tools/libxl/../../tools/cross-install -m0755 -p libxlutil.so.4.3.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
ln -sf libxlutil.so.4.3.0 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libxlutil.so.4.3
ln -sf libxlutil.so.4.3 /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/libxlutil.so
/home/AUR/xen/src/xen-4.5.1/tools/libxl/../../tools/cross-install -m0644 -p libxlutil.a /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib
/home/AUR/xen/src/xen-4.5.1/tools/libxl/../../tools/cross-install -m0644 -p libxl.h libxl_event.h libxl_json.h _libxl_types.h _libxl_types_json.h _libxl_list.h libxl_utils.h libxl_uuid.h libxlutil.h /home/AUR/xen/src/xen-4.5.1/dist/install/usr/include
/home/AUR/xen/src/xen-4.5.1/tools/libxl/../../tools/cross-install -m0644 -p bash-completion /home/AUR/xen/src/xen-4.5.1/dist/install/etc/bash_completion.d/xl.sh
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/libxl'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C xenpaging install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/xenpaging'
/home/AUR/xen/src/xen-4.5.1/tools/xenpaging/../../tools/cross-install -d -m0755 -p -m 0700 /home/AUR/xen/src/xen-4.5.1/dist/install/var/lib/xen/xenpaging
/home/AUR/xen/src/xen-4.5.1/tools/xenpaging/../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
/home/AUR/xen/src/xen-4.5.1/tools/xenpaging/../../tools/cross-install -m0755 -p xenpaging /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/xenpaging'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C debugger/gdbsx install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/debugger/gdbsx'
make -C gx
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/debugger/gdbsx/gx'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/debugger/gdbsx/gx'
make -C xg
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/debugger/gdbsx/xg'
make -C ../../../include
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/include'
make -C xen-foreign
make[6]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/include/xen-foreign'
./checker > tmp.size
diff -u reference.size tmp.size
rm tmp.size
make[6]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/include/xen-foreign'
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/include'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/debugger/gdbsx/xg'
make gdbsx
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/debugger/gdbsx'
make[4]: 'gdbsx' is up to date.
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/debugger/gdbsx'
[ -d /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin ] || /home/AUR/xen/src/xen-4.5.1/tools/debugger/gdbsx/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/debugger/gdbsx/../../../tools/cross-install -m0755 -p gdbsx /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin/gdbsx
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/debugger/gdbsx'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C debugger/kdd install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/debugger/kdd'
[ -d /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin ] || /home/AUR/xen/src/xen-4.5.1/tools/debugger/kdd/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/debugger/kdd/../../../tools/cross-install -m0755 -p kdd /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin/kdd
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/debugger/kdd'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C tests install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/tests'
make[3]: Nothing to be done for 'install'.
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/tests'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C python install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/python'
CC="gcc" CFLAGS="-fno-caller-saves -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -D__XEN_TOOLS__ -MMD -MF .subdirs-install.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -D__XEN_TOOLS__ -MMD -MF .subdir-install-python.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -D__XEN_TOOLS__ -MMD -MF .install.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls     " python2 setup.py install \
	--prefix="/usr" --root="/home/AUR/xen/src/xen-4.5.1/dist/install" --force
running install
running build
running build_py
running build_ext
running install_lib
copying build/lib.linux-x86_64-2.7/xen/lowlevel/xs.so -> /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/python2.7/site-packages/xen/lowlevel
copying build/lib.linux-x86_64-2.7/xen/lowlevel/xc.so -> /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/python2.7/site-packages/xen/lowlevel
copying build/lib.linux-x86_64-2.7/xen/lowlevel/__init__.py -> /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/python2.7/site-packages/xen/lowlevel
copying build/lib.linux-x86_64-2.7/xen/__init__.py -> /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/python2.7/site-packages/xen
byte-compiling /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/python2.7/site-packages/xen/lowlevel/__init__.py to __init__.pyc
byte-compiling /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/python2.7/site-packages/xen/__init__.py to __init__.pyc
running install_egg_info
Removing /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/python2.7/site-packages/xen-3.0-py2.7.egg-info
Writing /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/python2.7/site-packages/xen-3.0-py2.7.egg-info
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/python'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C pygrub install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/pygrub'
CC="gcc" CFLAGS="-fno-caller-saves -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -D__XEN_TOOLS__ -MMD -MF .subdirs-install.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -D__XEN_TOOLS__ -MMD -MF .subdir-install-pygrub.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -D__XEN_TOOLS__ -MMD -MF .build.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  " python2 setup.py build
running build
running build_py
running build_ext
running build_scripts
CC="gcc" CFLAGS="-fno-caller-saves -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -D__XEN_TOOLS__ -MMD -MF .subdirs-install.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -D__XEN_TOOLS__ -MMD -MF .subdir-install-pygrub.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs   -D__XEN_TOOLS__ -MMD -MF .install.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  " python2 setup.py install \
	--prefix="/usr" --root="/home/AUR/xen/src/xen-4.5.1/dist/install" \
	--install-scripts=/usr/lib/xen/bin --force
running install
running build
running build_py
running build_ext
running build_scripts
running install_lib
copying build/lib.linux-x86_64-2.7/fsimage.so -> /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/python2.7/site-packages
copying build/lib.linux-x86_64-2.7/grub/ExtLinuxConf.py -> /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/python2.7/site-packages/grub
copying build/lib.linux-x86_64-2.7/grub/GrubConf.py -> /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/python2.7/site-packages/grub
copying build/lib.linux-x86_64-2.7/grub/LiloConf.py -> /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/python2.7/site-packages/grub
copying build/lib.linux-x86_64-2.7/grub/__init__.py -> /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/python2.7/site-packages/grub
byte-compiling /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/python2.7/site-packages/grub/ExtLinuxConf.py to ExtLinuxConf.pyc
byte-compiling /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/python2.7/site-packages/grub/GrubConf.py to GrubConf.pyc
byte-compiling /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/python2.7/site-packages/grub/LiloConf.py to LiloConf.pyc
byte-compiling /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/python2.7/site-packages/grub/__init__.py to __init__.pyc
running install_scripts
copying build/scripts-2.7/pygrub -> /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
changing mode of /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin/pygrub to 755
running install_egg_info
Removing /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/python2.7/site-packages/pygrub-0.3-py2.7.egg-info
Writing /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/python2.7/site-packages/pygrub-0.3-py2.7.egg-info
set -e; if [ /usr/bin != /usr/lib/xen/bin -a \
             "`readlink -f /home/AUR/xen/src/xen-4.5.1/dist/install//usr/bin`" != \
             "`readlink -f /usr/lib/xen/bin`" ]; then \
    ln -sf /usr/lib/xen/bin/pygrub /home/AUR/xen/src/xen-4.5.1/dist/install//usr/bin; \
fi
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/pygrub'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools'
make -C ocaml install
make[3]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml'
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml'
make -C libs install
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs'
make[6]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs'
make -C mmap install
make[7]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs/mmap'
mkdir -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml
ocamlfind remove -destdir /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml xenmmap
Removed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenmmap
ocamlfind install -destdir /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml -ldconf ignore xenmmap META xenmmap.cmi xenmmap.cma xenmmap.cmxa *.a *.so *.cmx
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenmmap/xenmmap.cmx
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenmmap/dllxenmmap_stubs.so
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenmmap/xenmmap.a
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenmmap/libxenmmap_stubs.a
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenmmap/xenmmap.cmxa
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenmmap/xenmmap.cma
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenmmap/xenmmap.cmi
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenmmap/META
make[7]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs/mmap'
make[6]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs'
make[6]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs'
make -C xentoollog install
make[7]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs/xentoollog'
mkdir -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml
ocamlfind remove -destdir /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml xentoollog
Removed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xentoollog
ocamlfind install -destdir /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml -ldconf ignore xentoollog META xentoollog.cmi xentoollog.cma xentoollog.cmxa *.a *.so *.cmx
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xentoollog/xentoollog.cmx
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xentoollog/dllxentoollog_stubs.so
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xentoollog/xentoollog.a
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xentoollog/libxentoollog_stubs.a
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xentoollog/xentoollog.cmxa
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xentoollog/xentoollog.cma
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xentoollog/xentoollog.cmi
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xentoollog/META
make[7]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs/xentoollog'
make[6]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs'
make[6]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs'
make -C xc install
make[7]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs/xc'
mkdir -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml
ocamlfind remove -destdir /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml xenctrl
Removed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenctrl
ocamlfind install -destdir /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml -ldconf ignore xenctrl META xenctrl.cmi xenctrl.cma xenctrl.cmxa *.a *.so *.cmx
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenctrl/xenctrl.cmx
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenctrl/dllxenctrl_stubs.so
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenctrl/xenctrl.a
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenctrl/libxenctrl_stubs.a
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenctrl/xenctrl.cmxa
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenctrl/xenctrl.cma
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenctrl/xenctrl.cmi
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenctrl/META
make[7]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs/xc'
make[6]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs'
make[6]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs'
make -C eventchn install
make[7]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs/eventchn'
mkdir -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml
ocamlfind remove -destdir /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml xeneventchn
Removed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xeneventchn
ocamlfind install -destdir /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml -ldconf ignore xeneventchn META xeneventchn.cmi xeneventchn.cma xeneventchn.cmxa *.a *.so *.cmx
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xeneventchn/xeneventchn.cmx
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xeneventchn/dllxeneventchn_stubs.so
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xeneventchn/xeneventchn.a
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xeneventchn/libxeneventchn_stubs.a
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xeneventchn/xeneventchn.cmxa
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xeneventchn/xeneventchn.cma
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xeneventchn/xeneventchn.cmi
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xeneventchn/META
make[7]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs/eventchn'
make[6]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs'
make[6]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs'
make -C xb install
make[7]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs/xb'
mkdir -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml
ocamlfind remove -destdir /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml xenbus
Removed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenbus
ocamlfind install -destdir /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml -ldconf ignore xenbus META xenbus.cma xenbus.cmxa xenbus.cmo xenbus.cmi xenbus.cmx *.a *.so
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenbus/dllxenbus_stubs.so
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenbus/xenbus.a
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenbus/libxenbus_stubs.a
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenbus/xenbus.cmx
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenbus/xenbus.cmi
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenbus/xenbus.cmo
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenbus/xenbus.cmxa
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenbus/xenbus.cma
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenbus/META
make[7]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs/xb'
make[6]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs'
make[6]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs'
make -C xs install
make[7]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs/xs'
mkdir -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml
ocamlfind remove -destdir /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml xenstore
Removed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenstore
ocamlfind install -destdir /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml -ldconf ignore xenstore META xenstore.cma xenstore.cmxa xenstore.cmo xenstore.cmi xenstore.cmx *.a
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenstore/xenstore.a
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenstore/xenstore.cmx
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenstore/xenstore.cmi
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenstore/xenstore.cmo
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenstore/xenstore.cmxa
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenstore/xenstore.cma
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenstore/META
make[7]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs/xs'
make[6]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs'
make[6]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs'
make -C xl install
make[7]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs/xl'
mkdir -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml
ocamlfind remove -destdir /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml xenlight
Removed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenlight
ocamlfind install -destdir /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml -ldconf ignore xenlight META xenlight.cmi xenlight.cma xenlight.cmxa *.a *.so *.cmx
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenlight/xenlight.cmx
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenlight/dllxenlight_stubs.so
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenlight/xenlight.a
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenlight/libxenlight_stubs.a
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenlight/xenlight.cmxa
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenlight/xenlight.cma
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenlight/xenlight.cmi
Installed /home/AUR/xen/src/xen-4.5.1/dist/install/usr/lib/ocaml/xenlight/META
make[7]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs/xl'
make[6]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs'
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/libs'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml'
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml'
make -C xenstored install
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/xenstored'
 CC       systemd_stubs.o
 MKLIB    libsystemd_stubs.a
 MLA      systemd.cmxa
 MLOPT    define.cmx
 MLBIN    oxenstored
/home/AUR/xen/src/xen-4.5.1/tools/ocaml/xenstored/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/ocaml/xenstored/../../../tools/cross-install -m0755 -p oxenstored /home/AUR/xen/src/xen-4.5.1/dist/install/usr/bin
/home/AUR/xen/src/xen-4.5.1/tools/ocaml/xenstored/../../../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/etc/xen
/home/AUR/xen/src/xen-4.5.1/tools/ocaml/xenstored/../../../tools/cross-install -m0644 -p oxenstored.conf /home/AUR/xen/src/xen-4.5.1/dist/install/etc/xen
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/xenstored'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml'
make[4]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml'
make -C test install
make[5]: Entering directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/test'
make[5]: Nothing to be done for 'install'.
make[5]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml/test'
make[4]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml'
make[3]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools/ocaml'
make[2]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
/home/AUR/xen/src/xen-4.5.1/tools/../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/var/xen/dump
/home/AUR/xen/src/xen-4.5.1/tools/../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/var/log/xen
/home/AUR/xen/src/xen-4.5.1/tools/../tools/cross-install -d -m0755 -p /home/AUR/xen/src/xen-4.5.1/dist/install/var/lib/xen
make[1]: Leaving directory '/home/AUR/xen/src/xen-4.5.1/tools'
==> ERROR: A failure occurred in build().
    Aborting...
# grep -v
grep (GNU grep) 2.24
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Mike Haertel and others, see <http://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS>.

When I was looking for this problem I saw that grant_table.h had a ` character which was overwritten when I tried to remove it.
This being my first attempt to compile anything on Arch, I wasn't sure where I'd gone wrong, but I did notice some references to a patch upstream for a similar issue reported for other distros.
Here https://osdir.com/ml/general/2016-02/msg34230.html and here https://bugs.debian.org/cgi-bin/bugrepo … bug=818525

I wasn't sure where to make a request or how to do that for this issue. Would someone kindly help.

Hugh

Offline

#2 2016-04-02 15:49:40

Whobe
Member
Registered: 2016-03-13
Posts: 6

Re: xen compile issue x86_64

Very sorry for the noise.
I didn't read the package info properly:
Thanks hypernetoman, works for me. I'll plunge back in and hope there are no more problems.

hypernetoman commented on 2016-02-18 20:47

Hello!

I was getting a compilation error both with xen-4.5.1 and xen-4.4.2 (packages xen and xen-4.4, resp.):

gcc -E ... -o compat/grant_table.i compat/grant_table.c
compat/grant_table.c:33:1: error: unterminated comment
/*
^
compat/grant_table.c:28:0: error: unterminated #ifndef
#ifndef __XEN_PUBLIC_GRANT_TABLE_H__
^
Makefile:61: recipe for target 'compat/grant_table.i' failed
make[3]: *** [compat/grant_table.i] Error 1



I've fixed it by adding this in the PKGBUILD previous to `make LANG=C PYTHON=python2` in build():
`sed -i.backup '33,54d' xen/include/public/grant_table.h`

It removes the offendig block comment which prevents compilation.
It fixes it for me both in xen and xen-4.4.

Hope it helps.

Offline

Board footer

Powered by FluxBB