All of lore.kernel.org
 help / color / mirror / Atom feed
* testing hg repo error
@ 2010-07-17 23:21 benco
  2010-07-19 11:11 ` Ian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: benco @ 2010-07-17 23:21 UTC (permalink / raw)
  To: xen-devel

Hi,

I'm getting the following error during 'make tools':

walk 67f85e58d7622cdc9297bf6a216526fac28281ed
got 06c480e595974644c0fe726cff21b5caf131dcf9
got ec990f69746593cfcd9c1bb06ba849576086bbe2
walk ec990f69746593cfcd9c1bb06ba849576086bbe2
error: Empty reply from server (curl_result = 52, http_code = 0, sha1 = 38ebdb8dfb462cfea1cb9abbacf6672cfbb4cf6f)
error: Unable to find 38ebdb8dfb462cfea1cb9abbacf6672cfbb4cf6f under http://xenbits.xensource.com/git-http/qemu-xen-4.0-testing.git
Cannot obtain needed tree 38ebdb8dfb462cfea1cb9abbacf6672cfbb4cf6f
while processing commit ec990f69746593cfcd9c1bb06ba849576086bbe2.
fatal: Fetch failed.
make[1]: *** [ioemu-dir-find] Error 128
make[1]: Leaving directory /usr/src/xen-4.0-testing.hg/tools'
make: *** [tools/ioemu-dir] Error 2

Any idea what's wrong?

Thanks,

Roman

-- 
----------------------------------------------------------------------
  ,''`.       [benco] | mailto: benco@acid.sk | silc: /msg benco
 : :' :  -------------------------------------------------------------
 `. `'           GPG publickey: http://www.acid.sk/pubkey.asc
   `-      KF  =  0DF6 0592 74D2 F17A DACF  A5C3 1720 CB7C F54C F429

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: testing hg repo error
  2010-07-17 23:21 testing hg repo error benco
@ 2010-07-19 11:11 ` Ian Jackson
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Jackson @ 2010-07-19 11:11 UTC (permalink / raw)
  To: benco; +Cc: xen-devel

benco writes ("[Xen-devel] testing hg repo error"):
> I'm getting the following error during 'make tools':
...
> error: Empty reply from server (curl_result = 52, http_code = 0, sha1 = 38ebdb8dfb462cfea1cb9abbacf6672cfbb4cf6f)

This works for me.  Either there was a temporary network outage, or
you have a broken http proxy (perhaps an intercepting one).

I would recommend you use the git protocol instead if you can.
In Config.mk change:
 QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-4.0-testing.git
to:
 QEMU_REMOTE=git://xenbits.xensource.com/qemu-xen-4.0-testing.git

ian.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-19 11:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-17 23:21 testing hg repo error benco
2010-07-19 11:11 ` Ian Jackson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.