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] Problem when building Xen 4.0.1

To: "Joshua L. Warren" <jwarren@xxxxxxxxxx>
Subject: Re: [Xen-users] Problem when building Xen 4.0.1
From: Todd Deshane <todd.deshane@xxxxxxx>
Date: Tue, 7 Dec 2010 12:47:07 -0500
Cc: antonio.scalabrella@xxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 07 Dec 2010 09:48:54 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=s84NgBFwx5l9VAq2K+I1P640xnKJ/JI488VyuthYkxg=; b=Q0g3VJWaHMikik3jGk5Lp4teUKazVK96AX7MvqxeW2Hcvfe8f6qxmDS0Fm+skiXe0P 6BZ4leCy5UzzSY5ECjrETSYv40Rv4/qXZRKcmUhmEz+lQhJqoa6Powez8hXvjPY7y1Sb 9EjLR1PzwhwpJafOSRpjwXI+gGVsGY7E2rmis=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=KsquLpMJIdbsbBS3KTIuvMkNh05w0Nkctg03gjc6Il/LIDN1QwlHvG3T4skvkP6Qot No1uEslrDufWztJ6KzrhxYLKxJWnP8/V8aMvVLJ5AEXZ7OobHSIz9WOQ8n0mfA2+zW16 JPNvvYaGTMx/NvYYejYzSD9UnOd4v2O3I4UiY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <CD1A1415F8E36249BE72A2375C1590B84FA68F@xxxxxxxxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <CD1A1415F8E36249BE72A2375C1590B84FA68F@xxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Fri, Dec 3, 2010 at 9:33 PM, Joshua L. Warren <jwarren@xxxxxxxxxx> wrote:
> Hello, I am trying to build Xen 4.0.1 from the sources.  When I do “make
> install” it fails when building the kernel files with the error message:
>
>
>
> fatal:git checkout: branch xen/stable-2.6.32.x already exists
>
>
>
> I’ve tried poking it a bit, trying to checkout other branches etc. but I
> have no clue how to get past this problem.
>
>
>
> Any help would be appreciated!
>
>


Maybe these instructions from the xen wiki will help

from: http://wiki.xensource.com/xenwiki/XenParavirtOps

Downloading the git tree


$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
linux-2.6-xen
$ cd linux-2.6-xen
that will automatically check out the 'xen/master' default branch.
Note that you need at least 256 MB of free memory, otherwise the "git
clone" will fail.

Changing the branch: You most probably want to use the
"xen/stable-2.6.32.x" branch, so do this:


$ cd linux-2.6-xen
$ git reset --hard
$ git checkout -b xen/stable-2.6.32.x origin/xen/stable-2.6.32.x
Branch xen/stable-2.6.32.x set up to track remote branch
refs/remotes/origin/xen/stable-2.6.32.x.
Switched to a new branch "xen/stable-2.6.32.x"
$ git pull
$ git log | less
Later when you want to update the tree use:


$ cd linux-2.6-xen
$ make clean
$ git pull
Configuring the kernel:


make menuconfig

Hope that helps.

Thanks,
Todd


-- 
Todd Deshane
http://todddeshane.net
http://runningxen.com

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

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