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
.
.
/xen-unstable.hg/stubdom/mini-os-x86_64-ioemu/mini-os.o
-o /root/xen-unstable.hg/stubdom/mini-os-x86_64-ioemu/mini-os
/root/xen-unstable.hg/stubdom/mini-os-x86_64-ioemu/mini-os.o:
In function `xenstore_dom_chmod':
/root/xen-unstable.hg/stubdom/ioemu/xenstore.c:1531: undefined
reference to `xs_strings_to_perms'
/root/xen-unstable.hg/stubdom/ioemu/xenstore.c:1532: undefined
reference to `xs_set_permissions'
/root/xen-unstable.hg/stubdom/mini-os-x86_64-ioemu/mini-os.o:
In function `qemu_chr_open_pty':
/root/xen-unstable.hg/stubdom/ioemu/qemu-char.c:1130: undefined
reference to `posix_openpt'
make[3]: *** [/root/xen-unstable.hg/stubdom/mini-os-x86_64-ioemu/mini-os]
Error 1
make[3]: Leaving directory `/root/xen-unstable.hg/extras/mini-os'
make[2]: *** [ioemu-stubdom] Error 2
make[2]: Leaving directory `/root/xen-unstable.hg/stubdom'
make[1]: *** [install-stubdom] Error 2
make[1]: Leaving directory `/root/xen-unstable.hg'
make: *** [world] Error 2