hi all,

I got this error while installing Xen on my Desktop machine.

make[2]: Leaving directory `/home/nikhil/Download/xen-3.3.0/xen'
make[1]: Leaving directory `/home/nikhil/Download/xen-3.3.0/xen'
for i in  linux-2.6-xen  ; do make $i-install || exit 1; done
make[1]: Entering directory `/home/nikhil/Download/xen-3.3.0'
make -f buildconfigs/mk.linux-2.6-xen build
make[2]: Entering directory `/home/nikhil/Download/xen-3.3.0'
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 `.'
Unable to determine path to Linux source tree.
Falling back to linux-2.6.18-xen Mercurial repository.
Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to linux-2.6.18-xen.hg.
/bin/sh: line 8: hg: command not found
make[2]: *** [linux-2.6.18-xen.hg/.valid-src] Error 127
make[2]: Leaving directory `/home/nikhil/Download/xen-3.3.0'
make[1]: *** [linux-2.6-xen-install] Error 2
make[1]: Leaving directory `/home/nikhil/Download/xen-3.3.0'
make: *** [install-kernels] Error 1

Can someone suggest what to do here.

Thanks & Regards,
Nikhil Bharadwaj

Reply via email to