[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] LSI SAS2008 Option Rom Failure
On Wed, Jul 18, 2012 at 5:24 PM, ivo <shandivo@xxxxxxxxx> wrote: > > > On Thu, Jul 19, 2012 at 2:18 AM, David Erickson <halcyon1981@xxxxxxxxx> > wrote: >> >> I also alternatively tried putting the following into >> xen-unstable.hg/.config: >> QEMU_UPSTREAM_URL = git://git.qemu.org/qemu.git >> QEMU_UPSTREAM_REVISION = master >> >> Then executed make world, which doesn't have the above problems of >> checkout, but during the build has the following error in the >> qemu-xen-dir-remote: >> >> ERROR >> ERROR: User requested feature xen >> ERROR: configure was not able to find it >> ERROR >> >> Thanks, >> David > > > I never had problems with qemu-upstream. Try with a clean xen-unstable dir. > (re-download it) Weird, I also am on Ubuntu 12.04, I did a clean checkout of that revision: hg clone -r 25567 http://xenbits.xen.org/hg/xen-unstable.hg cp .config xen-unstable.hg cd xen-unstable.hg cat .config: PYTHON_PREFIX_ARG= QEMU_UPSTREAM_URL = git://git.qemu.org/qemu.git QEMU_UPSTREAM_REVISION = master ./configure make world then it cruises along for awhile and errors at: make[3]: Entering directory `/home/derickso/xen-unstable.hg/tools' if test -d git://git.qemu.org/qemu.git ; then \ mkdir -p qemu-xen-dir; \ else \ export GIT=git; \ /home/derickso/xen-unstable.hg/tools/../scripts/git-checkout.sh git://git.qemu.org/qemu.git master qemu-xen-dir ; \ fi if test -d git://git.qemu.org/qemu.git ; then \ source=git://git.qemu.org/qemu.git; \ else \ source=.; \ fi; \ cd qemu-xen-dir; \ $source/configure --enable-xen --target-list=i386-softmmu \ --source-path=$source \ --extra-cflags="-I/home/derickso/xen-unstable.hg/tools/../tools/include \ -I/home/derickso/xen-unstable.hg/tools/../tools/libxc \ -I/home/derickso/xen-unstable.hg/tools/../tools/xenstore \ -I/home/derickso/xen-unstable.hg/tools/../tools/xenstore/compat \ " \ --extra-ldflags="-L/home/derickso/xen-unstable.hg/tools/../tools/libxc \ -L/home/derickso/xen-unstable.hg/tools/../tools/xenstore" \ --bindir=/usr/lib/xen/bin \ --datadir=/usr/share/qemu-xen \ --disable-kvm \ --python=python \ ; \ make all ERROR ERROR: User requested feature xen ERROR: configure was not able to find it ERROR make[4]: Entering directory `/home/derickso/xen-unstable.hg/tools/qemu-xen-dir-remote' Please call configure before running make! make[4]: *** [config-host.mak] Error 1 make[4]: Leaving directory `/home/derickso/xen-unstable.hg/tools/qemu-xen-dir-remote' make[3]: *** [subdir-all-qemu-xen-dir] Error 2 make[3]: Leaving directory `/home/derickso/xen-unstable.hg/tools' make[2]: *** [subdirs-install] Error 2 make[2]: Leaving directory `/home/derickso/xen-unstable.hg/tools' make[1]: *** [install-tools] Error 2 make[1]: Leaving directory `/home/derickso/xen-unstable.hg' make: *** [world] Error 2 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |