From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
To: venkatesh k <venkatesh7venkatesh@gmail.com>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
James Harper <james.harper@bendigoit.com.au>,
Ian Jackson <Ian.Jackson@eu.citrix.com>,
Keir Fraser <Keir.Fraser@eu.citrix.com>
Subject: Re: qemu usb not working after restore
Date: Thu, 12 Feb 2009 10:33:27 +0000 [thread overview]
Message-ID: <4993FAF7.2020803@eu.citrix.com> (raw)
In-Reply-To: <c4d259900902120236v220e9b31k4084bec3f6c874e7@mail.gmail.com>
venkatesh k wrote:
> make -f buildconfigs/mk.linux-2.6-xen build
> make[2]: Entering directory `/home/mamce/Desktop/xen-3.3.1'
> set -e ; \
> if [ ! -e linux-2.6.18-xen.hg/.hg ] ; then \
> __repo=$(sh buildconfigs/select-repository linux-2.6.18-xen.hg .:..) ; \
> if [ -d ${__repo} ] ; then \
> echo "Linking ${__repo} to linux-2.6.18-xen.hg." ; \
> ln -s ${__repo} linux-2.6.18-xen.hg ; \
> else \
> echo "Cloning ${__repo} to linux-2.6.18-xen.hg." ; \
> hg clone ${__repo#file://} linux-2.6.18-xen.hg ; \
> fi ; \
> else \
> __parent=$(hg -R linux-2.6.18-xen.hg path default) ; \
> echo "Pulling changes from ${__parent} into linux-2.6.18-xen.hg." ; \
> hg -R linux-2.6.18-xen.hg pull ${__parent} ; \
> fi
> select-repository: Searching `.:..' for linux-2.6.18-xen.hg
> select-repository: Ignoring `.'
> Unable to determine path to Linux source tree.
> Falling back to linux-2.6.18-xen Mercurial repository.
> Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to linux-2.6.18-xen.hg.
> /bin/sh: hg: not found
do you have mercurial installed on you machine?
next prev parent reply other threads:[~2009-02-12 10:33 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-11 22:32 qemu usb not working after restore James Harper
2009-02-11 22:44 ` James Harper
2009-02-12 8:46 ` Keir Fraser
2009-02-12 10:17 ` Stefano Stabellini
2009-02-12 10:36 ` venkatesh k
2009-02-12 10:33 ` Stefano Stabellini [this message]
2009-02-12 10:40 ` Keir Fraser
2009-02-12 10:51 ` Ian Jackson
2009-02-12 12:01 ` Ian Jackson
2009-02-12 12:06 ` James Harper
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=4993FAF7.2020803@eu.citrix.com \
--to=stefano.stabellini@eu.citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=Keir.Fraser@eu.citrix.com \
--cc=james.harper@bendigoit.com.au \
--cc=venkatesh7venkatesh@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.