|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] error xen/master?
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx wrote on 11/12/2010 11:24:03 AM:
> sorry ,i do not how.
> i do not know every part of xen . so xen/stable-2.6.32.x is
> instead of mk.linux-2.6.pvosp?
> usual i know ,a kernel version and some patchs , but xen seems hard.
> how to step by step to make xen. so i can know xen well?
Just taking a guess here, but are you referring to an error when
attempting to
build a Xen? I've tried both the 4.0 tarball and a 4.0 OpenSuse RPM build
and
they both failed with essentially the same error message, which I never
got past.
make[2]: Entering directory `/root/rpmbuild/BUILD/xen-4.0.0-testing'
set -ex; \
if ! [ -d linux-2.6-pvops.git ]; then \
rm -rf linux-2.6-pvops.git linux-2.6-pvops.git.tmp; \
mkdir linux-2.6-pvops.git.tmp; rmdir
linux-2.6-pvops.git.tmp; \
git clone
git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
linux-2.6-pvops.git.tmp; \
cd linux-2.6-pvops.git.tmp; \
git checkout xen/master; \
cd ..; mv linux-2.6-pvops.git.tmp linux-2.6-pvops.git; \
fi
+ '[' -d linux-2.6-pvops.git ']'
+ rm -rf linux-2.6-pvops.git linux-2.6-pvops.git.tmp
+ mkdir linux-2.6-pvops.git.tmp
+ rmdir linux-2.6-pvops.git.tmp
+ git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
linux-2.6-pvops.git.tmp
Initialized empty Git repository in
/root/rpmbuild/BUILD/xen-4.0.0-testing/linux-2.6-pvops.git.tmp/.git/
remote: Counting objects: 1847819, done.
remote: Compressing objects: 100% (289777/289777), done.
remote: Total 1847819 (delta 1546950), reused 1840995 (delta 1541252)
Receiving objects: 100% (1847819/1847819), 365.39 MiB | 257 KiB/s, done.
Resolving deltas: 100% (1546950/1546950), 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.
make[2]: *** [linux-2.6-pvops.git/.valid-src] Error 1
This message is intended only for the use of the individual or entity to which
it is addressed. If the reader of this message is not the intended recipient,
or the employee or agent responsible for delivering the message to the intended
recipient, you are hereby notified that any dissemination, distribution or
copying of this message is strictly prohibited. If you have received this
communication in error, please notify us immediately by replying to the sender
of this E-Mail by return E-Mail or by telephone.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|