xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: xen-devel@lists.xensource.com,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: Re: [PATCH v4 1/3] Move xenstore and libxc public headers to include subdir
Date: Mon, 22 Sep 2014 19:52:16 +0100	[thread overview]
Message-ID: <1411411936.27559.21.camel@citrix.com> (raw)
In-Reply-To: <21536.22779.860586.492504@mariner.uk.xensource.com>

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

  reply	other threads:[~2014-09-22 18:52 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-01 15:30 [PATCH v4 0/3] Move xenstore and libxc public headers to include subdir Stefano Stabellini
2014-08-01 15:32 ` [PATCH v4 1/3] " Stefano Stabellini
2014-08-06 14:53   ` Ian Jackson
2014-08-06 15:04     ` Stefano Stabellini
2014-08-07 11:46       ` Ian Jackson
2014-08-07 14:07         ` Stefano Stabellini
2014-08-07 16:40           ` Ian Jackson
2014-08-13 11:37             ` Stefano Stabellini
2014-09-22 17:14               ` Ian Jackson
2014-09-22 18:52                 ` Ian Campbell [this message]
2014-09-23 13:15                   ` Ian Jackson
2014-09-23 13:22                     ` Stefano Stabellini
2014-08-01 15:32 ` [PATCH v4 2/3] qemu-xen-trad: -I tools/libxc/include and tools/xenstore/include Stefano Stabellini
2014-08-01 15:32 ` [PATCH v4 3/3] enable QEMU for ARM builds Stefano Stabellini
2014-09-23 12:56   ` Ian Campbell
2014-09-23 13:35   ` Ian Campbell
2014-09-23 14:56     ` Stefano Stabellini
2014-09-23 15:21       ` Ian Campbell
2014-09-23 16:29         ` Stefano Stabellini
2014-09-23 16:35           ` Ian Campbell
2014-09-23 16:35             ` Stefano Stabellini
2014-09-23 16:41               ` Ian Campbell
2014-09-24  9:02                 ` Ian Campbell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1411411936.27559.21.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).