|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Trying to build c/s 19597 for xen-3.4.0-rc4-pre
On Tue, 4 Aug 2009, Phil Winterfield (winterfi) wrote:
>
> I have been trying to build an installation for changeset 19597 /
> xen-3.4.0-rc4-pre by doing the following (which used to
> work) and now get build errors. Can someone tell me the correct procedure?
>
>
>
> Thanks,
>
> Phil
>
>
>
> hg clone http://xenbits.xensource.com/xen-unstable.hg
>
> cd xen-unstable.hg
>
> rm -rf *
>
> hg co -C 19597
>
> make world
>
I think your version of qemu-xen is too recent: now we have a QEMU_TAG
in Config.mk that specifies what CS in the qemu-xen git repo has to be
used with the xen repo.
Unfortunately CS 19597 is too old to support QEMU_TAG so it just clones
the latest qemu-xen that coincidentally at the moment has few problems
and prevents stubdoms to build correctly.
I think you have to manually checkout CS
840184a106bc24e745beda5c77e392f6cecd2bc9 in the qemu repository:
cd tools/ioemu-dir
git checkout -b compatible_with_19597 840184a106bc24e745beda5c77e392f6cecd2bc9
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|