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: "CB, Anantha Padmanabhan" <cbananth@xxxxxx>
Subject: Re: [Xen-users] Error while compiling Xen
From: Tej <bewith.tej@xxxxxxxxx>
Date: Tue, 11 Aug 2009 17:13:14 +0530
Cc: "Subba Rao, Sandeep M \(STSD\)" <sandeep.ms@xxxxxx>, "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>, "cbananth@xxxxxxxxx" <cbananth@xxxxxxxxx>
Delivery-date: Tue, 11 Aug 2009 04:44:06 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Z3ffKuKtyowqPyVuxXzZQSeAwTKOJfepLnUXd9KL/2c=; b=S/soAIC19g6iTGzQDAMC/XxmcJsbSkq618AUVCcMqP+gmvFK+buZdJbJ3wQykwp6NA sY+1+rMw4btSggzTboyrmsmCGNFXBnMUdpsZ+XQCkR7WOJEjvy8sGP3BVZNXUeh3HCVx yPgX7W8ahLOz1BBbZpJx5Epulso1qxUjdzmC0=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ihBDzU9Za/rHPtGF0vHrbrDFLfLeqcuBmRzl0KpV1LMe64qXQnP5EFQjYM+4cZsBqQ 8HF/9SIQ5oc8w6f4+O1313j4df/np38+hC1HMWCzWWYIaL8QGj9w58+070Cc58HeIzY4 dS1Bimp5j6+qqa2JBV9tqK50vk8jZfJ34o9wg=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <DD63B82EE539F84E91C75B07CE6C520A3DAC0FC60F@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
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>
References: <DD63B82EE539F84E91C75B07CE6C520A3DAC0FC5FD@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <f1c9d250908110428s33be56c4k6b87f3283c31d86@xxxxxxxxxxxxxx> <DD63B82EE539F84E91C75B07CE6C520A3DAC0FC60F@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Tue, Aug 11, 2009 at 5:07 PM, CB, Anantha Padmanabhan<cbananth@xxxxxx> wrote:
> Hi,
> I have set the proxy for the system. Infact I am able to access internet from 
> the system.
> I have made the necessary network connection settings in mozilla firefox.

Firefox and Terminal does have different proxy setting.

Run  following on a terminal and see what happens.
hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg



> Still I find the below error.
>
> 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: Connection timed out
> make[2]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255
> make[2]: Leaving directory `/usr/src/xen-3.3.1'
> make[1]: *** [linux-2.6-xen-install] Error 2
> make[1]: Leaving directory `/usr/src/xen-3.3.1'
> make: *** [install-kernels] Error 1
>
> Regards
> Ananth
>
> -----Original Message-----
> From: Tej [mailto:bewith.tej@xxxxxxxxx]
> Sent: Tuesday, August 11, 2009 4:58 PM
> To: CB, Anantha Padmanabhan
> Cc: xen-users@xxxxxxxxxxxxxxxxxxx; cbananth@xxxxxxxxx; Subba Rao, Sandeep M 
> (STSD)
> Subject: Re: [Xen-users] Error while compiling Xen
>
> On Tue, Aug 11, 2009 at 4:15 PM, CB, Anantha Padmanabhan<cbananth@xxxxxx> 
> wrote:
>> Hi,
>> I am facing the below error while compiling Xen 3.3.1 on an RHEL host.
>>
>> make[3]: 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: Connection timed out
>> make[3]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255
>> make[3]: Leaving directory `/usr/src/xen-3.3.1'
>> make[2]: *** [linux-2.6-xen-install] Error 2
>> make[2]: Leaving directory `/usr/src/xen-3.3.1'
>> make[1]: *** [install-kernels] Error 1
>> make[1]: Leaving directory `/usr/src/xen-3.3.1'
>> make: *** [world] Error 2
>
> perform following step manually at one ditectory up from Xen source code.
> hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg
>
> If same problem then,
> mostly i think machine is behind proxy server if yes export proxy
> server address first.
>
>>
>> Please guide.
>>
>> Thank you
>>
>> Warm 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

<Prev in Thread] Current Thread [Next in Thread>