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

Re: [Xen-users] error while compiling xen

To: xen-users@xxxxxxxxxxxxxxxxxxx, Ananth <cbananth@xxxxxxxxx>
Subject: Re: [Xen-users] error while compiling xen
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: Thu, 26 Mar 2009 04:23:58 -0700 (PDT)
Cc:
Delivery-date: Thu, 26 Mar 2009 04:24:43 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1238066638; bh=49+NXV6neiEQiJGVefUykfdN2HzZNiHrZcDSu8M6SKE=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=Mab05cgXvTs1Nn9csrPNJvQ9j6LU9Sa4dJLEEHhFZngy2X3L4428uHUyhnXhHmBLYHi3wAFTSw+7vp5yI+X1sayumMXv5pctgZVcVDLDg06NIhW07sOI9qbQbCs9NdhWk9Et5UK+7fr/kmlIxkgq/Xfg4CAQA8vHeWhygoYgvxg=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=cSGtTiY36BFY4AKlsXMtBzpq1Jvu4CJ3UdfTjhj6UhBv7XZuOXu9te1Sqsh7tDBTQLwqxgSKunR88v4ncunmdRzUqfhygTPSlOopKLFmZ1Udef/2tbHuCwI8StTvimQl8MIsSgE2MSBPXmizg/iY8jPm8h1+4UYVIKfSkZaXLrE=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <bdf293de0903260401m3b9dc022pe895baf6800d7e9c@xxxxxxxxxxxxxx>
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>
Reply-to: bderzhavets@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
>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

Install mercurial (hg) and the recent version of git on your system.
Otherwise, you won't be able build Xen from source.

Boris.

--- On Thu, 3/26/09, Ananth <cbananth@xxxxxxxxx> wrote:
From: Ananth <cbananth@xxxxxxxxx>
Subject: [Xen-users] error while compiling xen
To: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Thursday, March 26, 2009, 7:01 AM

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

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users