From: Pradeep Singh <rautelap@gmail.com>
To: Marco Sinhoreli <msinhore@gmail.com>
Cc: xen-devel <xen-devel@lists.xensource.com>
Subject: Re: First release candidate for 3.2.0
Date: Tue, 11 Dec 2007 20:57:29 +0530 [thread overview]
Message-ID: <20071211205729.137f0c81@darkstar> (raw)
In-Reply-To: <20fe3cf60712101156y7defbdc6n1545bda2641da89e@mail.gmail.com>
On Mon, 10 Dec 2007 17:56:49 -0200
"Marco Sinhoreli" <msinhore@gmail.com> wrote:
> Hello all,
>
> I tried to run 'make world' in xen-3.2.0rc1 and it has returned this
> error:
Do you have linux-2.6.18-xen.hg in the same directory containing
xen-unstable.hg? Or i guess you need to download linux-2.6.18-xen too,
did you?
Thanks
pradeep
>
> ------------------ code -------------------
> make -f buildconfigs/mk.linux-2.6-xen build
> 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 `.'
> hg: unknown command 'default'
> select-repository: Unable to determine Xen repository parent.
> make: *** [linux-2.6.18-xen.hg/.valid-src] Error 1
> -------------------------- end code --------------------------------
>
> Regards,
>
--
heh...people do try to read my signature.
http://eagain.wordpress.com
http://emptydomain.googlepages.com
next prev parent reply other threads:[~2007-12-11 15:27 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-10 11:09 First release candidate for 3.2.0 Keir Fraser
2007-12-10 17:43 ` Stefan de Konink
2007-12-10 19:56 ` Marco Sinhoreli
2007-12-11 9:20 ` Ian Campbell
2007-12-11 11:48 ` Marco Sinhoreli
2007-12-11 11:59 ` Ian Campbell
2007-12-11 12:02 ` Marco Sinhoreli
2007-12-11 12:08 ` Ian Campbell
2007-12-11 9:24 ` Keir Fraser
2007-12-11 15:27 ` Pradeep Singh [this message]
2007-12-11 3:42 ` John Levon
2007-12-11 10:18 ` Keir Fraser
2007-12-12 13:02 ` John Levon
2007-12-12 13:36 ` Keir Fraser
2007-12-12 13:59 ` John Levon
2007-12-12 14:25 ` Keir Fraser
2007-12-12 14:28 ` Keir Fraser
2007-12-12 14:50 ` John Levon
2007-12-12 15:29 ` Keir Fraser
2007-12-13 2:03 ` John Levon
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=20071211205729.137f0c81@darkstar \
--to=rautelap@gmail.com \
--cc=msinhore@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.