WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH v7 0/5] build upstream qemu and seabios by defaul

To: Stefano Stabellini <Stefano.Stabellini@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH v7 0/5] build upstream qemu and seabios by default
From: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
Date: Mon, 10 Oct 2011 17:23:47 +0100
Cc: Ian, Campbell <Ian.Campbell@xxxxxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, Keir Fraser <keir@xxxxxxx>
Delivery-date: Mon, 10 Oct 2011 09:24:27 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <alpine.DEB.2.00.1109301514460.3519@kaball-desktop>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Newsgroups: chiark.mail.xen.devel
References: <alpine.DEB.2.00.1109301514460.3519@kaball-desktop>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Stefano Stabellini writes ("[Xen-devel] [PATCH v7 0/5] build upstream qemu and 
seabios by default"):
> this is the sixth version of the patch series to introduce upstream qemu
> and seabios in the xen-unstable build system.

I did this (on my workstation, running Debian squeeze i386):

 * hg clean --all
 * Apply this series (it applied cleanly)
 * cp ../.config .  (see below)
 * in the referenced qemu-iwj.git dir, git-clean -xdf
 * (make -j4 && echo ok.) 2>&1 | tee ../log

My ../.config contains only
 
CONFIG_QEMU=/u/iwj/work/1/qemu-iwj.git

and the referenced directory is at git changeset
25378e0a76b282127e9ab8933a4defbc91db3862.

The result was the error you see below.

After this, the directory "tools/qemu-xen-dir-remote" is at
6dd84c71dff047f9e492d67e7c99928d09202760.

IIRC this is the same problem that v5 and v6 had.  Please come back
when you've actually fixed it.

Ian.


make[1]: Leaving directory `/u/iwj/work/xen-unstable-tools.hg/xen'
Switched to a new branch 'dummy'
cd qemu-xen-dir; \
        ./configure --enable-xen --target-list=i386-softmmu \
                --source-path=$ROOT \
                
--extra-cflags="-I/u/iwj/work/xen-unstable-tools.hg/tools/../tools/include \
                -I/u/iwj/work/xen-unstable-tools.hg/tools/../tools/libxc \
                -I/u/iwj/work/xen-unstable-tools.hg/tools/../tools/xenstore" \
                
--extra-ldflags="-L/u/iwj/work/xen-unstable-tools.hg/tools/../tools/libxc \
                -L/u/iwj/work/xen-unstable-tools.hg/tools/../tools/libxenstore" 
\
                --bindir=/usr/lib/xen/bin \
                --disable-kvm \

ERROR
ERROR: User requested feature xen
ERROR: configure was not able to find it
ERROR
make[1]: *** [qemu-xen-dir-find] Error 1
make[1]: Leaving directory `/u/iwj/work/xen-unstable-tools.hg/tools'
make: *** [tools/qemu-xen-dir] Error 2

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>