WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Building 3.2.1

To: jonr@xxxxxxxxxx
Subject: Re: [Xen-users] Building 3.2.1
From: "Todd Deshane" <deshantm@xxxxxxxxx>
Date: Fri, 2 May 2008 15:36:38 -0400
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 02 May 2008 12:37:09 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=aotb69YXRABB+X2sR0gQ7kqTuNajz2K6HdeHOdMYKRE=; b=c6O4T9+ivbAHLDICQGXu+Ageoyx0XtOgloSaep9ziu/nhaTWh2CJAjtcuUg1oW71VWzIaATJ/H68exUzuJ70U1+o9uZBLOodBonrmggB40FE0vCo7NGV0gqdH9tn+EOZj9qVilXNGt3FdNu1XjL6Fi61zOlsOWzsf4FrBE85zoQ=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hsD6L34h9PSP2a1TwreQpFCL+lD2HPyXfk5i3i1NzHkkTwqaJ3EME88UanpW/n1OMkj3GyTam09Jli+7uSV9b+Dyyn02H2tyz8QNV7ISdZ6RajUZS6PVsW7zfUQnlm2xS2REHIxqLf/gJsFjuNDS2joCTWtrsRvNgTI/oOz1hC4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20080502103531.713ltptu4oogg8kg@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <20080502103531.713ltptu4oogg8kg@xxxxxxxxxxxxxx>
Reply-to: deshantm@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello Jon,


On Fri, May 2, 2008 at 2:35 PM,  <jonr@xxxxxxxxxx> wrote:
> Hello List,
>
>  I am trying to build Xen 3.2.1 with the linux-2.6.18-xen-3.2.0.tar.gz
> downloaded from http://xen.org/download/. Do I need to install mecurial to
> get this to work? I thought the trick was to have the kernel in a directory
> at the same level as the xen source but it always fails with:
>

This may help:

http://xen.markmail.org/search/?q=tarball+config#query:tarball%20config+page:1+mid:rpzo4wfd3dmbmbsn+state:results

I will look at it closer later and see if I can give the exact commands/changes.
If you figure it out before someone posts them, let us know what you do.

Cheers,
Todd


>  for i in  linux-2.6-xen  ; do make $i-install || exit 1; done
>  make[2]: Entering directory `/var/xen/xen-3.2.1'
>  make -f buildconfigs/mk.linux-2.6-xen build
>  make[3]: Entering directory `/var/xen/xen-3.2.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 `.'
>  buildconfigs/select-repository: line 35: hg: command not found
>  select-repository: Unable to determine Xen repository parent.
>  make[3]: *** [linux-2.6.18-xen.hg/.valid-src] Error 1
>  make[3]: Leaving directory `/var/xen/xen-3.2.1'
>  make[2]: *** [linux-2.6-xen-install] Error 2
>  make[2]: Leaving directory `/var/xen/xen-3.2.1'
>  make[1]: *** [install-kernels] Error 1
>  make[1]: Leaving directory `/var/xen/xen-3.2.1'
>  make: *** [world] Error 2
>
>
>  It's looking for the kernel downloaded from the mercurial repository which
> I didn't download. Is the only way to build 3.2.1 is to install mercurial
> and if so, what is the linux-2.6.18-xen-3.2.0.tar.gz file for?
>
>  Thanks for any help,
>
>  Jon
>
>
>
>  _______________________________________________
>  Xen-users mailing list
>  Xen-users@xxxxxxxxxxxxxxxxxxx
>  http://lists.xensource.com/xen-users
>

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>