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

[Xen-users] trouble building 4.0.1-rc2

To: Xen users mailing list <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] trouble building 4.0.1-rc2
From: Ray Barnes <tical.net@xxxxxxxxx>
Date: Wed, 16 Jun 2010 13:37:55 -0400
Delivery-date: Wed, 16 Jun 2010 10:39:21 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=hisve5OAq6vPPnayvTlUHvVazXxzxtIM3wdZcygjHAY=; b=mEZ0M64oTOBBJ5r8XqwbZuDzfzjj9NBC93M6HuNW2Yu2TioJ4JGnLmpGx3Kz9Blaia hEpasi8SL0X5RIIfJjxaFBSwYLFnkvHz98/40IrbY43nMZ7SsiuFILgiZwhWe0om7baV tMuSW3dL/3nqboDCSfcyOTk4QdcB5mofkP6BA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ZzXxWX5riX3okDbA9H0+vq0rQLpezQCfbgesk7RCvnEfu93EKC9Ek4ZNJTMfbemzB4 FVbb6jGVIl2JdBTzMD10Kz1mPXXknx2PRHwepHriSFB1JUNdgAeCTUmFwAIvlJu1aRzd 7S9Sg/y7qWD9TvafS1QvC7m34LNnAJgHGd150=
Envelope-to: www-data@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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi all.  While building on CentOS 5.5 32 bit, I get the following error during 'make world -j9':
 
make[3]: Leaving directory `/root/build/xen-4.0.1-rc2/extras/mini-os'
install -d -m0755 -p "/root/build/xen-4.0.1-rc2/dist/install/usr/lib/xen/bin"
install -m0755 -p stubdompath.sh stubdom-dm "/root/build/xen-4.0.1-rc2/dist/install/usr/lib/xen/bin"
install -d -m0755 -p "/root/build/xen-4.0.1-rc2/dist/install/usr/lib/xen/boot"
install -m0644 -p mini-os-x86_32-ioemu/mini-os.gz "/root/build/xen-4.0.1-rc2/dist/install/usr/lib/xen/boot/ioemu-stubdom.gz"
make[2]: Leaving directory `/root/build/xen-4.0.1-rc2/stubdom'
 100% (1323402/1323402) done
Checking 29214 files out...
 100% (29214/29214) done
+ cd linux-2.6-pvops.git.tmp
+ git checkout xen/master
error: pathspec 'xen/master' did not match any file(s) known to git.
Did you forget to 'git add'?
make[3]: *** [linux-2.6-pvops.git/.valid-src] Error 1
make[3]: Leaving directory `/root/build/xen-4.0.1-rc2'
make[2]: *** [linux-2.6-pvops-install] Error 2
make[2]: Leaving directory `/root/build/xen-4.0.1-rc2'
make[1]: *** [install-kernels] Error 1
make[1]: Leaving directory `/root/build/xen-4.0.1-rc2'
make: *** [world] Error 2
 
 
I have installed all of the dependencies needed to build Xen to the best of my knowledge, based on the 4.0 release notes at http://wiki.xensource.com/xenwiki/Xen4.0?highlight=%28xen%29|%284.0%29 - I am also already familiar with building 3.x from source.  Can anyone shed light on what this error means?
 
-Ray
 
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] trouble building 4.0.1-rc2, Ray Barnes <=