xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: "Pasi Kärkkäinen" <pasik@iki.fi>
To: Jonathan White <jonxwhite@gmail.com>
Cc: Xen-devel@lists.xensource.com
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:10:15 +0300	[thread overview]
Message-ID: <20100720101015.GS17817@reaktio.net> (raw)
In-Reply-To: <20100720095616.GQ17817@reaktio.net>

On Tue, Jul 20, 2010 at 12:56:16PM +0300, Pasi Kärkkäinen wrote:
> 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..
> 

I just tried:

hg clone http://xenbits.xen.org/xen-4.0-testing.hg
cd xen-4.0-testing.hg
make xen && make tools

and it worked ok. No problems/errors cloning qemu-xen-4.0-testing.git.

You might have some broken NAT router, or broken HTTP proxy, or something..

-- Pasi

> 
> 
> (curl_result = 7, http_code = 0, sha1 =
> >    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

  reply	other threads:[~2010-07-20 10:10 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-20  9:50 Xen 4.0.1-rc3 build failing in tools at http://xenbits.xensource.com/git-http/qemu-xen-4.0-testing.git Jonathan White
2010-07-20  9:56 ` Pasi Kärkkäinen
2010-07-20 10:10   ` Pasi Kärkkäinen [this message]
2010-07-20 12:35   ` Boris Derzhavets
2010-07-20 20:47     ` Jonathan White
2010-07-21  5:46       ` Keir Fraser
2010-07-21  7:14         ` Jonathan White
2010-07-21  7:21           ` Keir Fraser
2010-07-21  8:05             ` Ian Campbell
2010-07-21  8:06               ` [PATCH] build: use GIT_HTTP when defining QEMU_REMOTE Ian Campbell
2010-07-21  8:07                 ` Ian Campbell
2010-07-21  8:16                   ` Keir Fraser
2010-07-21  7:45           ` Xen 4.0.1-rc3 build failing in tools at http://xenbits.xensource.com/git-http/qemu-xen-4.0-testing.git M A Young
2010-07-21  8:17           ` Keir Fraser
2010-07-21  8:28             ` Jonathan White

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100720101015.GS17817@reaktio.net \
    --to=pasik@iki.fi \
    --cc=Xen-devel@lists.xensource.com \
    --cc=jonxwhite@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).