You are not logged in.

#1 2015-07-03 12:57:36

piwwo
Member
Registered: 2013-05-15
Posts: 35

Xen on Arch Linux - Wiki outdated

Hello

I want to install Xen on Arch using Arch as Dom0.

The Wiki on this https://wiki.archlinux.org/index.php/Xen seems outdated:

Installation of the Xen hypervisor
To install the Xen hypervisor install either the current stable xenAUR or the bleeding edge unstable xen-gitAUR packages available in the Arch User Repository.

But all AUR links are out of date: xen package: "Flagged out-of-date (2015-05-25)" and xen-git package "Flagged out-of-date (2014-09-20)". Searching AUR brings up more packages but all are either old or out of date as well.
Where do I find the fresh stable packages for Xen to install it cleanly with a posibility to update it via pacman?

Greetings

Offline

#2 2015-07-03 16:14:59

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Xen on Arch Linux - Wiki outdated

xen 4.5.1 has been released only recently https://blog.xenproject.org/2015/06/23/ … available/
Have you tried using xen-git? If it's a -git package, it shouldn't be out of date.

Offline

#3 2015-07-03 19:55:20

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Xen on Arch Linux - Wiki outdated

Not an Installation issue, moving to AUR Issues...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#4 2015-07-06 08:14:19

piwwo
Member
Registered: 2013-05-15
Posts: 35

Re: Xen on Arch Linux - Wiki outdated

karol wrote:

xen 4.5.1 has been released only recently https://blog.xenproject.org/2015/06/23/ … available/
Have you tried using xen-git? If it's a -git package, it shouldn't be out of date.

As said, xen-git (which is also linked in the Wiki) is "Flagged out-of-date (2014-09-20)" - and that is even earlier than the AUR "xen" package (Flagged out-of-date (2015-05-25)).

I need a package to update my Xen box but none of the packages suggested in the Wiki seems up-to-date. Or is the AUR flagging wrong?

Last edited by piwwo (2015-07-06 08:15:03)

Offline

#5 2015-07-06 08:33:22

Alad
Wiki Admin/IRC Op
From: Bagelstan
Registered: 2014-05-04
Posts: 2,412
Website

Re: Xen on Arch Linux - Wiki outdated

Not sure why you'd flag a -git package as out of date... here presumably because of the half-dozen patches that stopped working.


Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby

Offline

#6 2015-07-07 08:26:35

piwwo
Member
Registered: 2013-05-15
Posts: 35

Re: Xen on Arch Linux - Wiki outdated

Well, I don't know why it was flagged, but I still need up-to-date xen package sources...

(Besides that this issue still makes the wiki on Xen outdated)

Edit: The comments section says, a new version is available at aur4
https://aur4.archlinux.org/packages/xen/
What is aur4 and why is it only there?

Last edited by piwwo (2015-07-07 08:35:57)

Offline

#7 2015-07-07 08:37:36

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: Xen on Arch Linux - Wiki outdated

So modify the pkgbuild with the correct version a can see if it builds.  If you're lucky, it will with the pkgbuild as-is.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#8 2015-07-07 08:45:06

progandy
Member
Registered: 2012-05-17
Posts: 5,190

Re: Xen on Arch Linux - Wiki outdated

xen 4.5.1 is in the new AUR4. Many maintainers have already stopped updating the old AUR and solely rely on the new AUR4. Currently the wiki links still point to the old aur, but that should change next month (August 8th). During the transition period, please don't blindly follow the AUR links, but also try the successor at aur4.archlinux.org.
As for xen-git, why don't you remove it from the wiki article and do other necessary modifications?

piwwo wrote:

What is aur4 and why is it only there?

A software update for the dated AUR. https://wiki.archlinux.org/index.php/Ar … tory#AUR_4

Last edited by progandy (2015-07-07 08:49:29)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Online

#9 2015-07-07 10:05:38

piwwo
Member
Registered: 2013-05-15
Posts: 35

Re: Xen on Arch Linux - Wiki outdated

Ok it's a new version of AUR, fair enough. Why I don't update the wiki? I just don't want to mess around in the wiki without knowing what's going on.

Offline

#10 2015-07-09 10:25:18

piwwo
Member
Registered: 2013-05-15
Posts: 35

Re: Xen on Arch Linux - Wiki outdated

Unfortunately it does not compile, I wrote it in the comments already but I don't know if it is noticed there:

 
make[2]: Leaving directory '/home/xenuser/xen/src/xen-4.5.1/extras/mini-os'
touch mk-headers-x86_32
mkdir -p newlib-x86_32
( cd newlib-x86_32 && \
CC_FOR_TARGET="gcc -isystem /home/xenuser/xen/src/xen-4.5.1/stubdom/../extras/mini-os/include -D__MINIOS__ -DHAVE_LIBC -isystem /home/xenuser/xen/src/xen-4.5.1/stubdom/../extras/mini-os/include/posix -isystem /home/xenuser/xen/src/xen-4.5.1/stubdom/../tools/xenstore/include -isystem /home/xenuser/xen/src/xen-4.5.1/stubdom/../extras/mini-os/include/x86 -isystem /home/xenuser/xen/src/xen-4.5.1/stubdom/../extras/mini-os/include/x86/x86_32 -U __linux__ -U __FreeBSD__ -U __sun__ -nostdinc -isystem /home/xenuser/xen/src/xen-4.5.1/stubdom/../extras/mini-os/include/posix -isystem /home/xenuser/xen/src/xen-4.5.1/stubdom/cross-root-i686/i686-xen-elf/include -isystem /usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/include -isystem /home/xenuser/xen/src/xen-4.5.1/stubdom/lwip-x86_32/src/include -isystem /home/xenuser/xen/src/xen-4.5.1/stubdom/lwip-x86_32/src/include/ipv4 -I/home/xenuser/xen/src/xen-4.5.1/stubdom/include -I/home/xenuser/xen/src/xen-4.5.1/stubdom/../xen/include -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 -m32 -march=i686 -m32 -march=i686 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -fno-stack-protector -fno-exceptions -D_I386MACH_ALLOW_HW_INTERRUPTS" AR_FOR_TARGET=ar LD_FOR_TARGET=ld RANLIB_FOR_TARGET=ranlib ../newlib-1.16.0/configure --prefix=/home/xenuser/xen/src/xen-4.5.1/stubdom/cross-root-i686 --verbose --target=i686-xen-elf --enable-newlib-io-long-long --disable-multilib && \
make DESTDIR= && \
make DESTDIR= install )
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... i686-xen-elf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
Makefile:83: recipe for target 'cross-root-i686/i686-xen-elf/lib/libc.a' failed
make[1]: *** [cross-root-i686/i686-xen-elf/lib/libc.a] Error 77
make[1]: Leaving directory '/home/xenuser/xen/src/xen-4.5.1/stubdom'
Makefile:73: recipe for target 'install-stubdom' failed
make: *** [install-stubdom] Error 2

xen]$ uname -a
Linux dom0.xen 4.0.7-2-ARCH #1 SMP PREEMPT Tue Jun 30 07:50:21 UTC 2015 x86_64 GNU/Linux

What doese "configure: error: C compiler cannot create executables" mean in this context? I am compiling this with makepkg as an unprivileged user in the user's home directory. Compiling runs a while then suddenly stops at stubdom module...

Last edited by piwwo (2015-07-09 10:25:30)

Offline

#11 2015-07-09 16:28:36

piwwo
Member
Registered: 2013-05-15
Posts: 35

Re: Xen on Arch Linux - Wiki outdated

I now tried to build this on another box and both, xen-4.4 and xen-git (xen 4.5.1 see last post) - same issue at cross-root-i686 for all versions...

xen-4.4

checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... i686-xen-elf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
Makefile:86: recipe for target 'cross-root-i686/i686-xen-elf/lib/libc.a' failed
make[1]: *** [cross-root-i686/i686-xen-elf/lib/libc.a] Error 77
make[1]: Leaving directory '/home/user/xen-4.4/src/xen-4.4.2/stubdom'
Makefile:104: recipe for target 'install-stubdom' failed
make: *** [install-stubdom] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Could this have anything to do with a similar issue like this?
http://www.narf.ssji.net/~shtrom/wiki/r … s-compiler

Anyone pls?

Offline

#12 2015-07-14 21:47:46

ArthurBorsboom
Member
Registered: 2014-05-20
Posts: 55

Re: Xen on Arch Linux - Wiki outdated

I am stuck at the same spot.
Did you make any progress?

Offline

#13 2015-07-15 07:04:32

piwwo
Member
Registered: 2013-05-15
Posts: 35

Re: Xen on Arch Linux - Wiki outdated

Nope I am waiting on word from kantras too

Offline

#14 2016-01-09 03:22:50

epsilon_0
Member
Registered: 2016-01-09
Posts: 3

Re: Xen on Arch Linux - Wiki outdated

Sorry for reviving an old thread, but I'm in a very similar situation, and there's still no resolution. I have obtained the exact same output as piwwo after many, many attempts. I have tried the AUR4 packages as well, only to receive an error that is similar, but from what I can see it now happens at a different point:

rm -f lib.a
ar cru lib.a lib_a-setjmp.o lib_a-memcpy.o lib_a-memset.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib lib.a
make[8]: Leaving directory '/tmp/makepkg/xen/src/xen-4.5.1/stubdom/newlib-x86_64/x86_64-xen-elf/newlib/libc/machine/x86_64'
Making all in .
make[8]: Entering directory '/tmp/makepkg/xen/src/xen-4.5.1/stubdom/newlib-x86_64/x86_64-xen-elf/newlib/libc/machine'
rm -f lib.a
ln x86_64/lib.a lib.a >/dev/null 2>/dev/null || \
 cp x86_64/lib.a lib.a
make[8]: Leaving directory '/tmp/makepkg/xen/src/xen-4.5.1/stubdom/newlib-x86_64/x86_64-xen-elf/newlib/libc/machine'
make[7]: Leaving directory '/tmp/makepkg/xen/src/xen-4.5.1/stubdom/newlib-x86_64/x86_64-xen-elf/newlib/libc/machine'
Making all in .
make[7]: Entering directory '/tmp/makepkg/xen/src/xen-4.5.1/stubdom/newlib-x86_64/x86_64-xen-elf/newlib/libc'
rm -f libc.a
rm -rf tmp
mkdir tmp
cd tmp; \
 for i in argz/lib.a stdlib/lib.a ctype/lib.a search/lib.a stdio/lib.a  string/lib.a signal/lib.a time/lib.a locale/lib.a reent/lib.a  errno/lib.a misc/lib.a     machine/lib.a ; do \
   ar x ../$i; \
 done; \
ar rc ../libc.a *.o
ranlib libc.a
rm -rf tmp
make[7]: Leaving directory '/tmp/makepkg/xen/src/xen-4.5.1/stubdom/newlib-x86_64/x86_64-xen-elf/newlib/libc'
Makefile:582: recipe for target 'all-recursive' failed
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory '/tmp/makepkg/xen/src/xen-4.5.1/stubdom/newlib-x86_64/x86_64-xen-elf/newlib/libc'
Makefile:574: recipe for target 'all-recursive' failed
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory '/tmp/makepkg/xen/src/xen-4.5.1/stubdom/newlib-x86_64/x86_64-xen-elf/newlib'
Makefile:402: recipe for target 'all' failed
make[4]: *** [all] Error 2
make[4]: Leaving directory '/tmp/makepkg/xen/src/xen-4.5.1/stubdom/newlib-x86_64/x86_64-xen-elf/newlib'
Makefile:8612: recipe for target 'all-target-newlib' failed
make[3]: *** [all-target-newlib] Error 2
make[3]: Leaving directory '/tmp/makepkg/xen/src/xen-4.5.1/stubdom/newlib-x86_64'
Makefile:696: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/tmp/makepkg/xen/src/xen-4.5.1/stubdom/newlib-x86_64'
Makefile:83: recipe for target 'cross-root-x86_64/x86_64-xen-elf/lib/libc.a' failed
make[1]: *** [cross-root-x86_64/x86_64-xen-elf/lib/libc.a] Error 2
make[1]: Leaving directory '/tmp/makepkg/xen/src/xen-4.5.1/stubdom'
Makefile:73: recipe for target 'install-stubdom' failed
make: *** [install-stubdom] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

I'm pretty new to Arch and not knowledgeable about package building, so I really don't know what else to do. I would really like to avoid downloading the source and compiling it on my own, but it seems this is the only viable option to get Xen running right now.

Offline

#15 2016-01-10 22:37:39

epsilon_0
Member
Registered: 2016-01-09
Posts: 3

Re: Xen on Arch Linux - Wiki outdated

Finally got it to work! Following the suggestion in another thread, I ran

# pacman -S multilib-devel

Turns out, the line in the wiki about enabling multilib means more than enabling the multilib repo. In particular, gcc-multilib is also necessary. I installed it along with multilib-devel, just in case something else there was necessary.

Offline

#16 2016-01-11 03:34:58

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,222
Website

Re: Xen on Arch Linux - Wiki outdated

epsilon_0 wrote:

Turns out, the line in the wiki about enabling multilib means more than enabling the multilib repo. In particular, gcc-multilib is also necessary.

Did you update the wiki with this information?

Offline

#17 2016-01-15 18:11:51

epsilon_0
Member
Registered: 2016-01-09
Posts: 3

Re: Xen on Arch Linux - Wiki outdated

I got a bit busy the last few days, but I added the information in the wiki now. It's the first time I edit a wiki article, so please let me know if you notice I did anything wrong.

Offline

#18 2016-01-17 22:03:08

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,222
Website

Re: Xen on Arch Linux - Wiki outdated

Looks good, thanks smile

Offline

#19 2016-09-23 15:22:55

piotroxp
Member
Registered: 2008-08-04
Posts: 66

Re: Xen on Arch Linux - Wiki outdated

I am having very troubling issues with xen on a new server I'm building. It does not compile and I have zero idea why. It all boils down to linker problems, which I don't understand. The most important bits are at the bottom

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/piotro/xen-aur4/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=.
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... yes
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/piotro/xen-aur4/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[1]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen'
make -f Rules.mk _install
make[2]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen'
make -C tools
make[3]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/tools'
make symbols
make[4]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/tools'
make[4]: 'symbols' is up to date.
make[4]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/tools'
make[3]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/tools'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk include/xen/compile.h
make[3]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen'
 __  __            _  _    ____   _ 
 \ \/ /___ _ __   | || |  | ___| / |
  \  // _ \ '_ \  | || |_ |___ \ | |
  /  \  __/ | | | |__   _| ___) || |
 /_/\_\___|_| |_|    |_|(_)____(_)_|
                                    
make[3]: Leaving directory '/home/piotro/xen-aur4/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/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C include
make[3]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C arch/x86 asm-offsets.s
make[3]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86'
make[3]: 'asm-offsets.s' is up to date.
make[3]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk include/asm-x86/asm-offsets.h
make[3]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen'
make[3]: 'include/asm-x86/asm-offsets.h' is up to date.
make[3]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C arch/x86 /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xen
make[3]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/boot built_in.o
make[4]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/boot'
make[4]: 'built_in.o' is up to date.
make[4]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/boot'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/efi built_in.o
make[4]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/efi'
make[4]: 'built_in.o' is up to date.
make[4]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/efi'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/common built_in.o
make[4]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/common'
gcc -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/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include  -I/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/piotro/xen-aur4/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__ -include /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/xen/config.h -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -MMD -MF .xen.d -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/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include  -I/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/piotro/xen-aur4/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__ -include /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/xen/config.h -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -MMD -MF .built_in.o.d -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/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include  -I/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/piotro/xen-aur4/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__ -include /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/xen/config.h -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -MMD -MF .version.o.d -c version.c -o version.o
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C compat built_in.o
make[5]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/common/compat'
make[5]: 'built_in.o' is up to date.
make[5]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/common/compat'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C hvm built_in.o
make[5]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/common/hvm'
make[5]: 'built_in.o' is up to date.
make[5]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/common/hvm'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C libelf built_in.o
make[5]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/common/libelf'
make[5]: 'built_in.o' is up to date.
make[5]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/common/libelf'
ld    -melf_x86_64  -r -o built_in.o bitmap.o core_parking.o cpu.o cpupool.o domctl.o domain.o event_2l.o event_channel.o event_fifo.o grant_table.o irq.o kernel.o keyhandler.o kexec.o kimage.o lib.o memory.o multicall.o notifier.o page_alloc.o preempt.o random.o rangeset.o sched_credit.o sched_credit2.o sched_sedf.o sched_arinc653.o sched_rt.o schedule.o shutdown.o softirq.o sort.o smp.o spinlock.o stop_machine.o string.o symbols.o sysctl.o tasklet.o time.o timer.o trace.o version.o vmap.o vsprintf.o wait.o xmalloc_tlsf.o rcupdate.o tmem.o tmem_xen.o radix-tree.o rbtree.o lzo.o pdx.o mem_access.o mem_event.o xenoprof.o compat/built_in.o hvm/built_in.o libelf/built_in.o decompress.init.o bunzip2.init.o unxz.init.o unlzma.init.o unlzo.init.o unlz4.init.o earlycpio.init.o
make[4]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/common'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers built_in.o
make[4]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C char built_in.o
make[5]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/char'
make[5]: 'built_in.o' is up to date.
make[5]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/char'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C cpufreq built_in.o
make[5]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/cpufreq'
make[5]: 'built_in.o' is up to date.
make[5]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/cpufreq'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C pci built_in.o
make[5]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/pci'
make[5]: 'built_in.o' is up to date.
make[5]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/pci'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C passthrough built_in.o
make[5]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/passthrough'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C vtd built_in.o
make[6]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/passthrough/vtd'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C x86 built_in.o
make[7]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/passthrough/vtd/x86'
make[7]: 'built_in.o' is up to date.
make[7]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/passthrough/vtd/x86'
make[6]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/passthrough/vtd'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C amd built_in.o
make[6]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/passthrough/amd'
make[6]: 'built_in.o' is up to date.
make[6]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/passthrough/amd'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C x86 built_in.o
make[6]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/passthrough/x86'
make[6]: 'built_in.o' is up to date.
make[6]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/passthrough/x86'
make[5]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/passthrough'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C acpi built_in.o
make[5]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/acpi'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C tables built_in.o
make[6]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/acpi/tables'
make[6]: 'built_in.o' is up to date.
make[6]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/acpi/tables'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C utilities built_in.o
make[6]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/acpi/utilities'
make[6]: 'built_in.o' is up to date.
make[6]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/acpi/utilities'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C apei built_in.o
make[6]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/acpi/apei'
make[6]: 'built_in.o' is up to date.
make[6]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/acpi/apei'
make[5]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/acpi'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C video built_in.o
make[5]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/video'
make[5]: 'built_in.o' is up to date.
make[5]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/video'
make[4]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xsm built_in.o
make[4]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xsm'
make[4]: 'built_in.o' is up to date.
make[4]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xsm'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86 built_in.o
make[4]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86'
gcc -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/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include  -I/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/piotro/xen-aur4/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__ -include /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/xen/config.h -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -MMD -MF .xen.d -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/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include  -I/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/piotro/xen-aur4/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__ -include /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/xen/config.h -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -MMD -MF .built_in.o.d -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/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include  -I/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/piotro/xen-aur4/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__ -include /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/xen/config.h -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -MMD -MF .debug.o.d -c debug.c -o debug.o
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C acpi built_in.o
make[5]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/acpi'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C cpufreq built_in.o
make[6]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/acpi/cpufreq'
make[6]: 'built_in.o' is up to date.
make[6]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/acpi/cpufreq'
make[5]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/acpi'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C cpu built_in.o
make[5]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/cpu'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C mcheck built_in.o
make[6]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/cpu/mcheck'
make[6]: 'built_in.o' is up to date.
make[6]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/cpu/mcheck'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C mtrr built_in.o
make[6]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/cpu/mtrr'
make[6]: 'built_in.o' is up to date.
make[6]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/cpu/mtrr'
make[5]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/cpu'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C genapic built_in.o
make[5]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/genapic'
make[5]: 'built_in.o' is up to date.
make[5]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/genapic'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C hvm built_in.o
make[5]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/hvm'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C svm built_in.o
make[6]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/hvm/svm'
make[6]: 'built_in.o' is up to date.
make[6]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/hvm/svm'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C vmx built_in.o
make[6]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/hvm/vmx'
make[6]: 'built_in.o' is up to date.
make[6]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/hvm/vmx'
make[5]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/hvm'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C mm built_in.o
make[5]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/mm'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C shadow built_in.o
make[6]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/mm/shadow'
make[6]: 'built_in.o' is up to date.
make[6]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/mm/shadow'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C hap built_in.o
make[6]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/mm/hap'
make[6]: 'built_in.o' is up to date.
make[6]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/mm/hap'
make[5]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/mm'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C oprofile built_in.o
make[5]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/oprofile'
make[5]: 'built_in.o' is up to date.
make[5]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/oprofile'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C x86_64 built_in.o
make[5]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/x86_64'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C compat built_in.o
make[6]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/x86_64/compat'
make[6]: 'built_in.o' is up to date.
make[6]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/x86_64/compat'
make[5]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/x86_64'
ld    -melf_x86_64  -r -o built_in.o apic.o bitops.o compat.o debug.o delay.o domctl.o domain.o domain_page.o e820.o extable.o flushtlb.o platform_hypercall.o i387.o i8259.o io_apic.o msi.o ioport_emulate.o irq.o microcode_amd.o microcode_intel.o microcode.o mm.o mpparse.o nmi.o numa.o pci.o percpu.o physdev.o psr.o setup.o shutdown.o smp.o smpboot.o srat.o string.o sysctl.o time.o trace.o traps.o usercopy.o x86_emulate.o machine_kexec.o crash.o tboot.o hpet.o xstate.o acpi/built_in.o cpu/built_in.o genapic/built_in.o hvm/built_in.o mm/built_in.o oprofile/built_in.o x86_64/built_in.o alternative.init.o bzimage.init.o clear_page.o copy_page.o dmi_scan.init.o domain_build.init.o
make[4]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86'
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk -C /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/crypto built_in.o
make[4]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/crypto'
make[4]: 'built_in.o' is up to date.
make[4]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/crypto'
ld    -melf_x86_64  -r -o prelink.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/boot/built_in.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/efi/built_in.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/common/built_in.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/built_in.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xsm/built_in.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/built_in.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/crypto/built_in.o
ld    -melf_x86_64  -T xen.lds -N prelink.o \
    /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/common/symbols-dummy.o -o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen-syms.0
nm -n /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen-syms.0 | /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/tools/symbols >/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen-syms.0.S
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen-syms.0.o
make[4]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86'
gcc -D__ASSEMBLY__ -include /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/xen/config.h -fno-caller-saves -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG -I/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include -I/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/piotro/xen-aur4/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__ -include /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/xen/config.h -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -MMD -MF .xen.d -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG -I/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include -I/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/piotro/xen-aur4/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__ -include /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/xen/config.h -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -MMD -MF .xen-syms.d -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG -I/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include -I/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/piotro/xen-aur4/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__ -include /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/xen/config.h -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -MMD -MF ..xen-syms.0.o.d -c /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen-syms.0.S -o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen-syms.0.o
make[4]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86'
ld    -melf_x86_64  -T xen.lds -N prelink.o \
    /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen-syms.0.o -o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen-syms.1
nm -n /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen-syms.1 | /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/tools/symbols >/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen-syms.1.S
make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen-syms.1.o
make[4]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86'
gcc -D__ASSEMBLY__ -include /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/xen/config.h -fno-caller-saves -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG -I/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include -I/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/piotro/xen-aur4/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__ -include /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/xen/config.h -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -MMD -MF .xen.d -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG -I/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include -I/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/piotro/xen-aur4/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__ -include /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/xen/config.h -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -MMD -MF .xen-syms.d -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG -I/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include -I/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/asm-x86/mach-generic -I/home/piotro/xen-aur4/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__ -include /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/include/xen/config.h -nostdinc -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -MMD -MF ..xen-syms.1.o.d -c /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen-syms.1.S -o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen-syms.1.o
make[4]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86'
ld    -melf_x86_64  -T xen.lds -N prelink.o \
    /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen-syms.1.o -o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xen-syms
rm -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen-syms.[0-9]*
: ld    -melf_x86_64  -r -o prelink-efi.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/boot/built_in.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/common/built_in.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/drivers/built_in.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xsm/built_in.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86/built_in.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/crypto/built_in.o efi/boot.init.o efi/runtime.o efi/compat.o
: ld -mi386pep --subsystem=10 --image-base=0xffff82d080000000 --stack=0,0 --heap=0,0 --strip-debug --section-alignment=0x200000 --file-alignment=0x20 --major-image-version=4 --minor-image-version=5 --major-os-version=2 --minor-os-version=0 --major-subsystem-version=2 --minor-subsystem-version=0 -T efi.lds -N prelink-efi.o efi/relocs-dummy.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/common/symbols-dummy.o -o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.0xffff82d080000000.0 &&  : ld -mi386pep --subsystem=10 --image-base=0xffff82d0c0000000 --stack=0,0 --heap=0,0 --strip-debug --section-alignment=0x200000 --file-alignment=0x20 --major-image-version=4 --minor-image-version=5 --major-os-version=2 --minor-os-version=0 --major-subsystem-version=2 --minor-subsystem-version=0 -T efi.lds -N prelink-efi.o efi/relocs-dummy.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/common/symbols-dummy.o -o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.0xffff82d0c0000000.0 && :
: efi/mkreloc /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.0xffff82d080000000.0 /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.0xffff82d0c0000000.0 >/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.0r.S
: nm -n /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.0xffff82d080000000.0 | : /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/tools/symbols >/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.0s.S
: make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.0r.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.0s.o
: ld -mi386pep --subsystem=10 --image-base=0xffff82d080000000 --stack=0,0 --heap=0,0 --strip-debug --section-alignment=0x200000 --file-alignment=0x20 --major-image-version=4 --minor-image-version=5 --major-os-version=2 --minor-os-version=0 --major-subsystem-version=2 --minor-subsystem-version=0 -T efi.lds -N prelink-efi.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.0r.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.0s.o -o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.0xffff82d080000000.1 &&  : ld -mi386pep --subsystem=10 --image-base=0xffff82d0c0000000 --stack=0,0 --heap=0,0 --strip-debug --section-alignment=0x200000 --file-alignment=0x20 --major-image-version=4 --minor-image-version=5 --major-os-version=2 --minor-os-version=0 --major-subsystem-version=2 --minor-subsystem-version=0 -T efi.lds -N prelink-efi.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.0r.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.0s.o -o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.0xffff82d0c0000000.1 && :
: efi/mkreloc /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.0xffff82d080000000.1 /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.0xffff82d0c0000000.1 >/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.1r.S
: nm -n /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.0xffff82d080000000.1 | : /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/tools/symbols >/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.1s.S
: make -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/Rules.mk /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.1r.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.1s.o
: ld -mi386pep --subsystem=10 --image-base=0xffff82d080000000 --stack=0,0 --heap=0,0 --strip-debug --section-alignment=0x200000 --file-alignment=0x20 --major-image-version=4 --minor-image-version=5 --major-os-version=2 --minor-os-version=0 --major-subsystem-version=2 --minor-subsystem-version=0 -T efi.lds -N prelink-efi.o \
                /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.1r.o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.1s.o -o /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xen.efi
if : false; then rm -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xen.efi; echo 'EFI support disabled'; fi
EFI support disabled
rm -f /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/.xen.efi.[0-9]*
./boot/mkelf32 /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xen-syms /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xen 0x100000 \
`nm -nr /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xen-syms | head -n 1 | sed -e 's/^\([^ ]*\).*/0x\1/'`
make[3]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/arch/x86'
gzip -f -9 < /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xen > /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xen.gz.new
mv /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xen.gz.new /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xen.gz
[ -d /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/boot ] || install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/boot
install -m0644 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xen.gz /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/boot/xen-4.5.1.gz
ln -f -s xen-4.5.1.gz /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/boot/xen-4.5.gz
ln -f -s xen-4.5.1.gz /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/boot/xen-4.gz
ln -f -s xen-4.5.1.gz /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/boot/xen.gz
install -m0644 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xen-syms /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/boot/xen-syms-4.5.1
if [ -r /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xen.efi -a -n '/usr/lib64/efi' ]; then \
	[ -d /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib64/efi ] || install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib64/efi; \
	install -m0644 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xen.efi /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib64/efi/xen-4.5.1.efi; \
	ln -sf xen-4.5.1.efi /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib64/efi/xen-4.5.efi; \
	ln -sf xen-4.5.1.efi /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib64/efi/xen-4.efi; \
	ln -sf xen-4.5.1.efi /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib64/efi/xen.efi; \
	if [ -n '/boot/efi' -a -n '' ]; then \
		install -m0644 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/xen/xen.efi /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/boot/efi/efi//xen-4.5.1.efi; \
	elif [ "/home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install" = "dist/install" ]; then \
		echo 'EFI installation only partially done (EFI_VENDOR not set)' >&2; \
	fi; \
fi
make[2]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen'
make[1]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/xen'
make -C tools install
make[1]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make -C include install
make[3]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include'
make -C xen-foreign
make[4]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/xen-foreign'
./checker > tmp.size
diff -u reference.size tmp.size
rm tmp.size
make[4]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/xen-foreign'
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xen/arch-x86
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xen/arch-x86/hvm
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xen/arch-arm
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xen/arch-arm/hvm
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xen/foreign
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xen/hvm
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xen/io
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xen/sys
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xen/xsm
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -m0644 -p xen/COPYING /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xen
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -m0644 -p xen/*.h /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xen
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -m0644 -p xen/arch-x86/*.h /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xen/arch-x86
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -m0644 -p xen/arch-x86/hvm/*.h /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xen/arch-x86/hvm
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -m0644 -p xen/arch-arm/hvm/*.h /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xen/arch-arm/hvm
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -m0644 -p xen/foreign/*.h /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xen/foreign
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -m0644 -p xen/hvm/*.h /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xen/hvm
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -m0644 -p xen/io/*.h /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xen/io
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -m0644 -p xen/sys/*.h /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xen/sys
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include/../../tools/cross-install -m0644 -p xen/xsm/*.h /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xen/xsm
make[3]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/include'
make[2]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make -C libxc install
make[3]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/libxc'
make libs
make[4]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/libxc'
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/piotro/xen-aur4/xen/src/xen-4.5.1/tools/libxc'
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/libxc/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/libxc/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/libxc/../../tools/cross-install -m0755 -p libxenctrl.so.4.5.0 /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/libxc/../../tools/cross-install -m0644 -p libxenctrl.a /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib
ln -sf libxenctrl.so.4.5.0 /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib/libxenctrl.so.4.5
ln -sf libxenctrl.so.4.5 /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib/libxenctrl.so
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/libxc/../../tools/cross-install -m0644 -p include/xenctrl.h include/xenctrlosdep.h include/xentoollog.h /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/libxc/../../tools/cross-install -m0755 -p libxenguest.so.4.5.0 /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/libxc/../../tools/cross-install -m0644 -p libxenguest.a /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib
ln -sf libxenguest.so.4.5.0 /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib/libxenguest.so.4.5
ln -sf libxenguest.so.4.5 /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib/libxenguest.so
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/libxc/../../tools/cross-install -m0644 -p include/xenguest.h /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include
make[3]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/libxc'
make[2]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make -C xenstore install
make[3]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xenstore'
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/bin
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xenstore-compat
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/bin
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/var/lib/xenstored
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -m0755 -p xenstored /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/bin
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -m0755 -p xenstore-control /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/bin
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -m0755 -p xenstore /home/piotro/xen-aur4/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/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/bin/xenstore /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/bin/${c} ; \
done
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -m0755 -p libxenstore.so.3.0.3 /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib
ln -sf libxenstore.so.3.0.3 /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib/libxenstore.so.3.0
ln -sf libxenstore.so.3.0 /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib/libxenstore.so
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -m0644 -p libxenstore.a /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -m0644 -p include/xenstore.h /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -m0644 -p include/xenstore_lib.h /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -m0644 -p include/compat/xs.h /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xenstore-compat/xs.h
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xenstore/../../tools/cross-install -m0644 -p include/compat/xs_lib.h /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xenstore-compat/xs_lib.h
ln -sf xenstore-compat/xs.h  /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xs.h
ln -sf xenstore-compat/xs_lib.h /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/include/xs_lib.h
make[3]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xenstore'
make[2]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make -C misc install
make[3]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/misc'
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/misc/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/bin
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/misc/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/bin
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/misc/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/misc/../../tools/python/install-wrap "/usr/bin/python2" /home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/misc/../../tools/cross-install -m0755 -p xencons xencov_split xen-detect /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/bin
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/misc/../../tools/python/install-wrap "/usr/bin/python2" /home/piotro/xen-aur4/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/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/bin
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/misc/../../tools/python/install-wrap "/usr/bin/python2" /home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/misc/../../tools/cross-install -m0755 -p xenpvnetboot /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
make[3]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/misc'
make[2]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make -C examples install
make[3]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/examples'
[ -d /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/xen ] || \
	/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/examples/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/xen
set -e; for i in README README.incompatibilities; \
    do [ -e /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/xen/$i ] || \
    /home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/examples/../../tools/cross-install -m0644 -p $i /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/xen; \
done
[ -d /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/xen ] || \
	/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/examples/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/xen
[ -d /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/xen/auto ] || \
	/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/examples/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/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/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/xen/$i ] || \
    /home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/examples/../../tools/cross-install -m0644 -p $i /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/xen; \
done
make[3]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/examples'
make[2]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make -C hotplug install
make[3]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug'
make[4]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug'
make -C common install
make[5]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/common'
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
[ -d /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/xen/scripts ] || \
	/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/common/../../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/xen/scripts
set -e; for i in ; \
   do \
   /home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/common/../../../tools/cross-install -m0755 -p $i /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/xen/scripts; \
done
set -e; for i in "hotplugpath.sh"; \
   do \
   /home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/common/../../../tools/cross-install -m0644 -p $i /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/xen/scripts; \
done
make[5]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/common'
make[4]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug'
make[4]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug'
make -C Linux install
make[5]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/Linux'
[ -d /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/init.d ] || /home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/init.d
[ -d /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/conf.d ] || /home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/conf.d
[ -d /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin ] || /home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p xendomains /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p init.d/xendomains /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/init.d
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -m0644 -p init.d/sysconfig.xendomains /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/conf.d/xendomains
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p init.d/xencommons /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/init.d
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -m0644 -p init.d/sysconfig.xencommons /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/conf.d/xencommons
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p init.d/xen-watchdog /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/init.d
[ -d /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/xen/scripts ] || \
	/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/xen/scripts
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 remus-netbuf-setup; \
    do \
    /home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p $i /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/xen/scripts; \
done
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/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -m0644 -p $i /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/xen/scripts; \
done
[ -d /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/udev ] || \
	/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/udev/rules.d
set -e; for i in xen-backend.rules ; \
    do \
    /home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/Linux/../../../tools/cross-install -m0644 -p $i /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/etc/udev/rules.d; \
done
make[5]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug/Linux'
make[4]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug'
make[3]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/hotplug'
make[2]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make -C xentrace install
make[3]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace'
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/bin
[ -z "xenctx" ] || /home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/share/man/man1
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/share/man/man8
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -m0755 -p xentrace xentrace_setsize /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/bin
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace/../../tools/python/install-wrap "/usr/bin/python2" /home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -m0755 -p xentrace_format /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/bin
[ -z "xenctx" ] || /home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -m0755 -p xenctx /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -m0644 -p xentrace_format.1 /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/share/man/man1
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -m0644 -p xentrace.8 /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/share/man/man8
make[3]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace'
make[2]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make -C xcutils install
make[3]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xcutils'
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xcutils/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xcutils/../../tools/cross-install -m0755 -p readnotes lsevtchn /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
make[3]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xcutils'
make[2]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make -C firmware install
make[3]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/firmware'
make  CC=gcc PYTHON=python2 subdirs-all
make[4]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/firmware'
make[5]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/firmware'
make -C seabios-dir all
make[6]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/firmware/seabios-dir-remote'
  Linking out/rom16.o
make[6]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/firmware/seabios-dir-remote'
make[5]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/firmware'
make[4]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/firmware'
make[3]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/firmware'
make[2]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make[1]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make -C xentrace install
make[3]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace'
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/bin
[ -z "xenctx" ] || /home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/share/man/man1
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/share/man/man8
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -m0755 -p xentrace xentrace_setsize /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/bin
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace/../../tools/python/install-wrap "/usr/bin/python2" /home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -m0755 -p xentrace_format /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/bin
[ -z "xenctx" ] || /home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -m0755 -p xenctx /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -m0644 -p xentrace_format.1 /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/share/man/man1
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace/../../tools/cross-install -m0644 -p xentrace.8 /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/share/man/man8
make[3]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xentrace'

########################################################################
################LE BITS IMPORTANTE BEGIN HIER###############################
########################################################################

make[2]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make -C xcutils install
make[3]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xcutils'
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xcutils/../../tools/cross-install -d -m0755 -p /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xcutils/../../tools/cross-install -m0755 -p readnotes lsevtchn /home/piotro/xen-aur4/xen/src/xen-4.5.1/dist/install/usr/lib/xen/bin
make[3]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/xcutils'
make[2]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make[2]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make -C firmware install
make[3]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/firmware'
make  CC=gcc PYTHON=python2 subdirs-all
make[4]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/firmware'
make[5]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/firmware'
make -C seabios-dir all
make[6]: Entering directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/firmware/seabios-dir-remote'
  Linking out/rom16.o
`.rodata.dump_regs.str1.1' referenced in section `.text.dump_regs' of out/code16.o: defined in discarded section `.rodata.dump_regs.str1.1' of out/code16.o
`.rodata.dump_regs.str1.1' referenced in section `.text.dump_regs' of out/code16.o: defined in discarded section `.rodata.dump_regs.str1.1' of out/code16.o
`.rodata.dump_regs.str1.1' referenced in section `.text.dump_regs' of out/code16.o: defined in discarded section `.rodata.dump_regs.str1.1' of out/code16.o
`.rodata.__warn_timeout.str1.1' referenced in section `.text.__warn_timeout' of out/code16.o: defined in discarded section `.rodata.__warn_timeout.str1.1' of out/code16.o
`.rodata.handle_1553.str1.1' referenced in section `.text.handle_1553' of out/code16.o: defined in discarded section `.rodata.handle_1553.str1.1' of out/code16.o
`.rodata.handle_1553.str1.1' referenced in section `.text.handle_1553' of out/code16.o: defined in discarded section `.rodata.handle_1553.str1.1' of out/code16.o
`.rodata.ps2_recvbyte.str1.1' referenced in section `.text.ps2_recvbyte' of out/code16.o: defined in discarded section `.rodata.ps2_recvbyte.str1.1' of out/code16.o
`.rodata.ps2_recvbyte.str1.1' referenced in section `.text.ps2_recvbyte' of out/code16.o: defined in discarded section `.rodata.ps2_recvbyte.str1.1' of out/code16.o
`.rodata.floppy_dma_cmd.str1.1' referenced in section `.text.floppy_dma_cmd' of out/code16.o: defined in discarded section `.rodata.floppy_dma_cmd.str1.1' of out/code16.o
`.rodata.process_key.str1.1' referenced in section `.text.process_key' of out/code16.o: defined in discarded section `.rodata.process_key.str1.1' of out/code16.o
`.rodata.process_key.str1.1' referenced in section `.text.process_key' of out/code16.o: defined in discarded section `.rodata.process_key.str1.1' of out/code16.o
`.rodata.process_key.str1.1' referenced in section `.text.process_key' of out/code16.o: defined in discarded section `.rodata.process_key.str1.1' of out/code16.o
`.rodata.uhci_send_bulk.str1.1' referenced in section `.text.uhci_send_bulk' of out/code16.o: defined in discarded section `.rodata.uhci_send_bulk.str1.1' of out/code16.o
`.rodata.uhci_send_bulk.str1.1' referenced in section `.text.uhci_send_bulk' of out/code16.o: defined in discarded section `.rodata.uhci_send_bulk.str1.1' of out/code16.o
`.rodata.uhci_send_bulk.str1.1' referenced in section `.text.uhci_send_bulk' of out/code16.o: defined in discarded section `.rodata.uhci_send_bulk.str1.1' of out/code16.o
`.rodata.ehci_wait_td.constprop.81.str1.1' referenced in section `.text.ehci_wait_td.constprop.81' of out/code16.o: defined in discarded section `.rodata.ehci_wait_td.constprop.81.str1.1' of out/code16.o
`.rodata.ehci_wait_td.constprop.81.str1.1' referenced in section `.text.ehci_wait_td.constprop.81' of out/code16.o: defined in discarded section `.rodata.ehci_wait_td.constprop.81.str1.1' of out/code16.o
`.rodata.uas_cmd_data.str1.1' referenced in section `.text.uas_cmd_data' of out/code16.o: defined in discarded section `.rodata.uas_cmd_data.str1.1' of out/code16.o
`.rodata.uas_cmd_data.str1.1' referenced in section `.text.uas_cmd_data' of out/code16.o: defined in discarded section `.rodata.uas_cmd_data.str1.1' of out/code16.o
`.rodata.uas_cmd_data.str1.1' referenced in section `.text.uas_cmd_data' of out/code16.o: defined in discarded section `.rodata.uas_cmd_data.str1.1' of out/code16.o
`.rodata.uas_cmd_data.str1.1' referenced in section `.text.uas_cmd_data' of out/code16.o: defined in discarded section `.rodata.uas_cmd_data.str1.1' of out/code16.o
`.rodata.uas_cmd_data.str1.1' referenced in section `.text.uas_cmd_data' of out/code16.o: defined in discarded section `.rodata.uas_cmd_data.str1.1' of out/code16.o
`.rodata.uas_cmd_data.str1.1' referenced in section `.text.uas_cmd_data' of out/code16.o: defined in discarded section `.rodata.uas_cmd_data.str1.1' of out/code16.o
`.rodata.usb_cmd_data.str1.1' referenced in section `.text.usb_cmd_data' of out/code16.o: defined in discarded section `.rodata.usb_cmd_data.str1.1' of out/code16.o
`.rodata.disk_1305.str1.1' referenced in section `.text.disk_1305' of out/code16.o: defined in discarded section `.rodata.disk_1305.str1.1' of out/code16.o
`.rodata.vring_add_buf.constprop.82.str1.1' referenced in section `.text.vring_add_buf.constprop.82' of out/code16.o: defined in discarded section `.rodata.vring_add_buf.constprop.82.str1.1' of out/code16.o
`.rodata.cdb_cmd_data.str1.1' referenced in section `.text.cdb_cmd_data' of out/code16.o: defined in discarded section `.rodata.cdb_cmd_data.str1.1' of out/code16.o
`.rodata.handle_05.str1.1' referenced in section `.text.handle_05' of out/code16.o: defined in discarded section `.rodata.handle_05.str1.1' of out/code16.o
`.rodata.handle_resume.str1.1' referenced in section `.text.handle_resume' of out/code16.o: defined in discarded section `.rodata.handle_resume.str1.1' of out/code16.o
`.rodata.handle_resume.str1.1' referenced in section `.text.handle_resume' of out/code16.o: defined in discarded section `.rodata.handle_resume.str1.1' of out/code16.o
`.rodata.handle_pnp.str1.1' referenced in section `.text.handle_pnp' of out/code16.o: defined in discarded section `.rodata.handle_pnp.str1.1' of out/code16.o
`.rodata.handle_74.str1.1' referenced in section `.text.handle_74' of out/code16.o: defined in discarded section `.rodata.handle_74.str1.1' of out/code16.o
`.rodata.handle_09.str1.1' referenced in section `.text.handle_09' of out/code16.o: defined in discarded section `.rodata.handle_09.str1.1' of out/code16.o
`.rodata.handle_15.str1.1' referenced in section `.text.handle_15' of out/code16.o: defined in discarded section `.rodata.handle_15.str1.1' of out/code16.o
`.rodata.handle_15.str1.1' referenced in section `.text.handle_15' of out/code16.o: defined in discarded section `.rodata.handle_15.str1.1' of out/code16.o
`.rodata.handle_05.str1.1' referenced in section `.text.handle_40' of out/code16.o: defined in discarded section `.rodata.handle_05.str1.1' of out/code16.o
make[6]: *** [Makefile:171: out/rom16.o] Error 1
make[6]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/firmware/seabios-dir-remote'
make[5]: *** [/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/firmware/../../tools/Rules.mk:116: subdir-all-seabios-dir] Error 2
make[5]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/firmware'
make[4]: *** [/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/firmware/../../tools/Rules.mk:111: subdirs-all] Error 2
make[4]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/firmware'
make[3]: *** [Makefile:39: all] Error 2
make[3]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/firmware'
make[2]: *** [/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/../tools/Rules.mk:116: subdir-install-firmware] Error 2
make[2]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make[1]: *** [/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools/../tools/Rules.mk:111: subdirs-install] Error 2
make[1]: Leaving directory '/home/piotro/xen-aur4/xen/src/xen-4.5.1/tools'
make: *** [Makefile:69: install-tools] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Trivia (will happily add more but don't know what is necessary):
Linux localhost 4.7.4-1-ARCH #1 SMP PREEMPT Thu Sep 15 15:24:29 CEST 2016 x86_64 GNU/Linux

Last edited by piotroxp (2016-09-23 15:25:29)


I invented EM Field Patterns and fixed Feynmann's Diagrams so they are physical.

Offline

#20 2016-09-23 15:33:24

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,845
Website

Re: Xen on Arch Linux - Wiki outdated


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB