|
|
|
|
|
|
|
|
|
|
xen-users
AW: [Xen-users] error while compiling xen
Hi,
do you have the kernel Sources installed?
If not, do so J
Kind Regards,
------------------------------------------------------------------------
Thomas Berger
- Junior Consultant for SAP Netweaver AS -
BOREUS Rechenzentrum GmbH
Zur Schwedenschanze 2
D - 18435 Stralsund
Germany
Phone:+49 (0) 38 31 - 36 76 415
Fax: +49 (0) 38 31 - 36 76 615
eMail: tbe@xxxxxxxxx
Internet: http://www.boreus.de/
--------------------------------------------------------------------------
Geschäftsführer: André Jahns, Holger Lebrecht
Handelsregister: Amtsgericht Stralsund HRB 5750
Sitz der Gesellschaft: Stralsund
Von:
xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx]
Im Auftrag von Ananth
Gesendet: Donnerstag, 26. März 2009 12:01
An: xen-users@xxxxxxxxxxxxxxxxxxx
Betreff: [Xen-users] error while compiling xen
Hi,
I am facing the below error while compiling dom0. Please guide.
root@cbananth:/usr/src/xen-3.3.1# make linux-2.6-xen0-config
CONFIGMODE=menuconfig
make -f buildconfigs/mk.linux-2.6-xen0 config
make[1]: Entering directory `/usr/src/xen-3.3.1'
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.
abort: error: Name or service not known
make[1]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255
make[1]: Leaving directory `/usr/src/xen-3.3.1'
make: *** [linux-2.6-xen0-config] Error 2
Regards
Ananth
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|