From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pradeep Singh Subject: Re: First release candidate for 3.2.0 Date: Tue, 11 Dec 2007 20:57:29 +0530 Message-ID: <20071211205729.137f0c81@darkstar> References: <475D7ABD.5030708@xs4all.nl> <20fe3cf60712101156y7defbdc6n1545bda2641da89e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20fe3cf60712101156y7defbdc6n1545bda2641da89e@mail.gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Marco Sinhoreli Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On Mon, 10 Dec 2007 17:56:49 -0200 "Marco Sinhoreli" 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