From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v4 1/3] Move xenstore and libxc public headers to include subdir Date: Mon, 22 Sep 2014 19:52:16 +0100 Message-ID: <1411411936.27559.21.camel@citrix.com> References: <1406907139-16800-1-git-send-email-stefano.stabellini@eu.citrix.com> <21474.16719.839599.709043@mariner.uk.xensource.com> <21475.26389.402798.866488@mariner.uk.xensource.com> <21475.44023.75000.685175@mariner.uk.xensource.com> <21536.22779.860586.492504@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21536.22779.860586.492504@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: xen-devel@lists.xensource.com, Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Mon, 2014-09-22 at 18:14 +0100, Ian Jackson wrote: > Stefano Stabellini writes ("Re: [Xen-devel] [PATCH v4 1/3] Move xenstore and libxc public headers to include subdir"): > > I have also pushed everything: > > > > git://xenbits.xen.org/people/sstabellini/xen-unstable.git public_headers_v6 > > I rebased this (onto e01fa4e223fc077e18936d890dbd4813c3e7c9b1) and git > was a bit grumbly and said it had to do a 3-way merge. After I did > that, my build still failed - see below. Looks like you've not applied the associated qemu-trad.git change to qemu-iwj.git, patch #2 in this series. As noted in the coverletter they should be applied together (with the corresponding Config.mk change folded in here) > The runes I use are: > > git-clean -xdff && cp ../.config . > (./configure && make -j4 && echo ok.) 2>&1 | tee ../log > and my .config is: > CONFIG_QEMU=/u/iwj/work/1/qemu-iwj.git > QEMU_UPSTREAM_URL=/u/iwj/work/1/qemu-upstream-unstable.git > OVMF_UPSTREAM_URL=/u/iwj/work/1/ovmf.git > > Thanks, > Ian. > > make[3]: Entering directory `/u/iwj/work/xen.git/tools/qemu-xen-traditional-dir' > /u/iwj/work/1/qemu-iwj.git/xen-hooks.mak:63: === pciutils-dev package not found - missing /usr/include/pci > /u/iwj/work/1/qemu-iwj.git/xen-hooks.mak:64: === PCI passthrough capability has been disabled > CC qemu-nbd.o > CC qemu-tool.o > CC osdep.o > CC cutils.o > In file included from ./config-host.h:20:0, > from /u/iwj/work/1/qemu-iwj.git/osdep.c:25: > /u/iwj/work/1/qemu-iwj.git/xen-config-host.h:19:21: fatal error: xenctrl.h: No such file or directory > compilation terminated. > In file included from ./config-host.h:20:0, > from /u/iwj/work/1/qemu-iwj.git/qemu-common.h:33, > from /u/iwj/work/1/qemu-iwj.git/qemu-nbd.c:20: > /u/iwj/work/1/qemu-iwj.git/xen-config-host.h:19:21: fatal error: xenctrl.h: No such file or directory > compilation terminated. > make[3]: *** [osdep.o] Error 1 > make[3]: *** Waiting for unfinished jobs.... > In file included from ./config-host.h:20:0, > from /u/iwj/work/1/qemu-iwj.git/qemu-common.h:33, > from /u/iwj/work/1/qemu-iwj.git/qemu-tool.c:14: > /u/iwj/work/1/qemu-iwj.git/xen-config-host.h:19:21: fatal error: xenctrl.h: No such file or directory > compilation terminated. > In file included from ./config-host.h:20:0, > from /u/iwj/work/1/qemu-iwj.git/qemu-common.h:33, > from /u/iwj/work/1/qemu-iwj.git/cutils.c:24: > /u/iwj/work/1/qemu-iwj.git/xen-config-host.h:19:21: fatal error: xenctrl.h: No such file or directory > compilation terminated. > make[3]: *** [qemu-nbd.o] Error 1 > make[3]: *** [qemu-tool.o] Error 1 > make[3]: *** [cutils.o] Error 1 > make[3]: Leaving directory `/u/iwj/work/xen.git/tools/qemu-xen-traditional-dir' > make[2]: *** [subdir-install-qemu-xen-traditional-dir] Error 2 > make[2]: Leaving directory `/u/iwj/work/xen.git/tools' > make[1]: *** [subdirs-install] Error 2 > make[1]: Leaving directory `/u/iwj/work/xen.git/tools' > make: *** [install-tools] Error 2