From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan White Subject: Re: Xen 4.0.1-rc3 build failing in tools at http://xenbits.xensource.com/git-http/qemu-xen-4.0-testing.git Date: Tue, 20 Jul 2010 13:47:26 -0700 Message-ID: References: <20100720095616.GQ17817@reaktio.net> <151763.68714.qm@web56108.mail.re3.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0513421885==" Return-path: In-Reply-To: <151763.68714.qm@web56108.mail.re3.yahoo.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Boris Derzhavets , Xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --===============0513421885== Content-Type: multipart/alternative; boundary=0050450174aafd38be048bd7cae9 --0050450174aafd38be048bd7cae9 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Thanks for the responses. I do have a working internet connection (not behind corporate firewall) and the previous stages of the "make world" used the internet connection and it worked. I have disabled my Fedora firewall and my wireless router is not imposing a firewall either. I tried just doing a standalong git clone http://... and it failed. So looks like my git clone over http (which is over port 80, I guess) to xenbits.xensource.com is not working for some reason. I am using Fedora 13. Is there any other different git tree I could try out git clone over http. I also tried replacing http:// with git:// and as expected it didn't work..= . I just tried it half expecting it though... BTW, I am doing the git clone http://... under su permission. I tried doing it over my user permission (not su) and still it did not work. Any help would be much appreciated. Thanks again in advance, Jon On Tue, Jul 20, 2010 at 5:35 AM, Boris Derzhavets wr= ote: > You are behind corporate firewall ( i guess ). > Does "git clone" work ? Say for JF's tree. > Boris. > > --- On *Tue, 7/20/10, Pasi K=E4rkk=E4inen * wrote: > > > From: Pasi K=E4rkk=E4inen > Subject: Re: [Xen-devel] Xen 4.0.1-rc3 build failing in tools at > http://xenbits.xensource.com/git-http/qemu-xen-4.0-testing.git > To: "Jonathan White" > Cc: Xen-devel@lists.xensource.com > Date: Tuesday, July 20, 2010, 5:56 AM > > > On Tue, Jul 20, 2010 at 02:50:59AM -0700, Jonathan White wrote: > > Hi > > > > I am new to this list. So not sure if this list is meant for getting > help > > on build issues. I have already posted this query to xen_users list. > > > > I am trying to build (via make world) Xen 4.0.1-rc3 as well as > 4.0.1-rc4. > > But in both cases the build is failing at the following point in > tools. > > Could someone please tell me what could be going wrong? > > Is the following URL correct in the Makefile? > > [1]http://xenbits.xensource.com/git-http/qemu-xen-4.0-testing.git > > > > Thanks, Jon > > > > + test -d > > [2]http://xenbits.xensource.com/git-http/qemu-xen-4.0-testing.git > > + '[' '!' -d ioemu-remote ']' > > + rm -rf ioemu-remote ioemu-remote.tmp > > + mkdir ioemu-remote.tmp > > + rmdir ioemu-remote.tmp > > + git clone > > [3]http://xenbits.xensource.com/git-http/qemu-xen-4.0-testing.git > > ioemu-remote.tmp > > Cloning into ioemu-remote.tmp... > > error: Failed connect to [4]xenbits.xensource.com:80; > No such file or > > directory > > > > Looks like a problem with your Internet connection.. > > -- Pasi > > > (curl_result =3D 7, http_code =3D 0, sha1 =3D > > 80568daca983dc4b9adc6c9e87e96291fc5973a4) > > error: Unable to find 80568daca983dc4b9adc6c9e87e962 > > 91fc5973a4 under > > [5]http://xenbits.xensource.com/git-http/qemu-xen-4.0-testing.git > > Cannot obtain needed blob 80568daca983dc4b9adc6c9e87e96291fc5973a4 > > while processing commit 08251d35eafe5bafff42d226ccd56277014b16e9. > > error: Fetch failed. > > make[2]: *** [ioemu-dir-find] Error 128 > > make[2]: Leaving directory `/usr/src/xen-4.0-testing.hg/tools' > > make[1]: *** [tools/ioemu-dir] Error 2 > > make[1]: Leaving directory `/usr/src/xen-4.0-testing.hg' > > make: *** [world] Error 2 > > > > References > > > > Visible links > > 1. http://xenbits.xensource.com/git-http/qemu-xen-4.0-testing.git > > 2. http://xenbits.xensource.com/git-http/qemu-xen-4.0-testing.git > > 3. http://xenbits.xensource.com/git-http/qemu-xen-4.0-testing.git > > 4. http://xenbits.xensource.com/ > > 5. http://xenbits.xensource.com/git-http/qemu-xen-4.0-testing.git > > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.xensource.com > > http://lists.xensource.com/xen-devel > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel > > > --0050450174aafd38be048bd7cae9 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Thanks for the responses. I do have a working internet connection (not= behind corporate firewall) and the previous stages of the "make world= " used the internet connection and it worked. I have disabled my Fedor= a firewall and my wireless router is not imposing a firewall either.
I tried just doing a standalong git clone http://... and it failed.
So looks like my git clone over http (which is over port 80, I guess) = to xenbits.xensource.com is no= t working for some reason.
I am using Fedora 13.
=A0
Is there any other different git tree I could try out git clone over h= ttp.
I also tried replacing http:// with git:// and as expected it didn'= ;t work... I just tried it half expecting it though...
=A0
BTW, I am doing the git clone http://... under su permission. I tried = doing it over my user permission (not su) and still it did not work.
Any help would be much appreciated.
=A0
Thanks again in advance,
Jon
=A0


=A0
On Tue, Jul 20, 2010 at 5:35 AM, Boris Derzhavet= s <bderzhavet= s@yahoo.com> wrote:
You are behind corporate firewall=A0 ( i guess ).
Doe= s "git clone" work ? Say for JF's tree.
Boris.

--- = On Tue, 7/20/10, Pasi K=E4rkk=E4inen <pasik@iki.fi> wrote:

From: Pasi K=E4rkk=E4inen <pasik@iki.fi>
Subject: Re: [Xen-de= vel] Xen 4.0.1-rc3 build failing in tools at http://xenbi= ts.xensource.com/git-http/qemu-xen-4.0-testing.git
To: "Jonathan White" <jonxwhite@gmail.com>
Cc: Xen-devel@lists.xensource.com
Date: Tuesday, July 20, 2010, 5:56 AM=20


On Tue, Jul 20, 2010 at 02:50:59AM -0700, Jonathan White wrote:
>= ;=A0 =A0 Hi
>
>=A0 =A0 I am new to this list. So not sure if t= his list is meant for getting help
>=A0 =A0 on build issues. I have a= lready posted this query to xen_users list.
>
>=A0 =A0 I am trying to build (via make world) Xen 4.0.1-rc3 as= well as 4.0.1-rc4.
>=A0 =A0 But in both cases the build is failing a= t the following point in tools.
>=A0 =A0 Could someone please tell me= what could be going wrong?
>=A0 =A0 Is the following URL correct in the Makefile?
>=A0 =A0 [1= ]
http://xenbits.xensource.com/git-http/qemu-xen-4.0-testi= ng.git
>
>=A0 =A0 Thanks, Jon
>
>=A0 =A0 + test -d
>= =A0 =A0 [2]http://xenbits.xensource.com/git-http/qemu-xen= -4.0-testing.git
>=A0 =A0 + '[' '!' -d ioemu-remote ']'
>= =A0 =A0 + rm -rf ioemu-remote ioemu-remote.tmp
>=A0 =A0 + mkdir ioemu= -remote.tmp
>=A0 =A0 + rmdir ioemu-remote.tmp
>=A0 =A0 + git cl= one
>=A0 =A0 [3]http://xenbits.xensource.com/git-ht= tp/qemu-xen-4.0-testing.git
>=A0 =A0 ioemu-remote.tmp
>=A0 =A0 Cloning into ioemu-remote.tmp..= .
>=A0 =A0 error: Failed connect to [4]xenbits.xensource.com:80; No such file or=
>=A0 =A0 directory
>

Looks like a problem with your Internet connection..

-- = Pasi


(curl_result =3D 7, http_code =3D 0, sha1 =3D
>=A0 = =A0 80568daca983dc4b9adc6c9e87e96291fc5973a4)
>=A0 =A0 error: Unable = to find 80568daca983dc4b9adc6c9e87e962
>=A0 =A0 91fc5973a4 under
>=A0 =A0 [5]http://xen= bits.xensource.com/git-http/qemu-xen-4.0-testing.git
>=A0 =A0 Can= not obtain needed blob 80568daca983dc4b9adc6c9e87e96291fc5973a4
>=A0 =A0 while processing commit 08251d35eafe5bafff42d226ccd56277014b16e= 9.
>=A0 =A0 error: Fetch failed.
>=A0 =A0 make[2]: *** [ioemu-d= ir-find] Error 128
>=A0 =A0 make[2]: Leaving directory `/usr/src/xen-= 4.0-testing.hg/tools'
>=A0 =A0 make[1]: *** [tools/ioemu-dir] Error 2
>=A0 =A0 make[1]: = Leaving directory `/usr/src/xen-4.0-testing.hg'
>=A0 =A0 make: **= * [world] Error 2
>
> References
>
>=A0 =A0 Visib= le links
>=A0 =A0 1. http://xenbits.xensource.com/git-http/qemu= -xen-4.0-testing.git
>=A0 =A0 2. http://xenbits= .xensource.com/git-http/qemu-xen-4.0-testing.git
>=A0 =A0 3. http://xenbits.xensource.com/git-http/qemu= -xen-4.0-testing.git
>=A0 =A0 4. http://xenbits.xensource.com/
>=A0 =A0 5. http://xenbits.xensource.com/git-http/qemu= -xen-4.0-testing.git

> ______________________________________= _________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
>
http://lists.xensource.com/xen-devel


_______________________________________________
Xen-devel mailin= g list
Xen-devel@lists.xensource.com
http://lists.xensource.com/x= en-devel

<= /div>
--0050450174aafd38be048bd7cae9-- --===============0513421885== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --===============0513421885==--