|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Xen Kernel Compilation error
Hi
I am Trying to compile the Xen kernel
when i run the command "make dist"
it give me the following error
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 -o xen -n 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 -b xen/stable-2.6.32.x xen/xen/stable-2.6.32.x );
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 -o xen -n git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-pvops.git.tmp
/bin/sh: line 4: git: command not found
make[2]: *** [linux-2.6-pvops.git/.valid-src] Error 127
make[2]: Leaving directory `/usr/src/kernels/xen-4.0.1'
make[1]: *** [linux-2.6-pvops-install] Error 2
make[1]: Leaving directory `/usr/src/kernels/xen-4.0.1'
make: *** [install-kernels] Error 1
why is this happening can any1 shed some light on it ? ?
Regards
Maddie
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-users] Xen Kernel Compilation error,
mukul <=
|
|
|
|
|