<meta http-equiv="content-type" content="text/html; charset=utf-8">Unfortunately that didn't work (i mean the tarball download/unpack and exporting env var)... I can make it to work as the installation is described by several simple python scripts but this is not right solution.<div>
<br></div><div>Thank you guys for help, it seems to me that the only way is to ask our sysadmins to open git ports for several opensource git repositories. I hope they won't refuse.<br><br></div><div>Thank you again!</div>
<br><div class="gmail_quote">2011/1/24 Justin Clift <span dir="ltr"><<a href="mailto:jclift@redhat.com">jclift@redhat.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
On 24/01/2011, at 11:42 PM, Daniel P. Berrange wrote:<br>
<snip><br>
<div class="im">> Err, http:// access works fine with gitorious. I think<br>
> you simply didn't wait long enough. GIT's  HTTP access<br>
> mechanism is seriously inefficient, and doesn't appear<br>
> to give you ongoing progress feedback like the git://<br>
> protocol, so expect to wait a while. I've verified I<br>
> can clone the main GIT repo over http in about 2 minutes<br>
> using:<br>
><br>
> git clone <a href="http://git.gitorious.org/libvirt/libvirt.git" target="_blank">http://git.gitorious.org/libvirt/libvirt.git</a><br>
<br>
<br>
</div>Thanks Daniel.  Tried http again (first time today) and this<br>
time it worked:<br>
<br>
  $ time git clone <a href="http://git.gitorious.org/libvirt/libvirt.git" target="_blank">http://git.gitorious.org/libvirt/libvirt.git</a><br>
  Cloning into libvirt...<br>
<br>
  real  9m57.209s<br>
  user  0m11.130s<br>
  sys   0m5.670s<br>
  $<br>
<br>
~10 mins, but still, at least it worked.<br>
<br>
For the gnulib submodule, I'm thinking it might be possible<br>
to use a tarball as a workaround.<br>
<br>
Fyodor, are you ok to try something?<br>
<br>
If you can grab this tarball (41MB):<br>
<br>
  <a href="http://justinclift.fedorapeople.org/gnulib_commit_2f41af65.tar.bz2" target="_blank">http://justinclift.fedorapeople.org/gnulib_commit_2f41af65.tar.bz2</a><br>
<br>
Extract it somewhere (ie /tmp/gnulib), then set the<br>
GNULIB_SRCDIR environment variable to point to it prior to doing<br>
the libvirt pieces.<br>
<br>
  $ export GNULIB_SRCDIR=/tmp/gnulib<br>
  $ git clone <a href="http://git.gitorious.org/libvirt/libvirt.git" target="_blank">http://git.gitorious.org/libvirt/libvirt.git</a><br>
  $ cd libvirt<br>
  $ ./autogen.sh<br>
<br>
That *might* work.  Not for sure, but probably worth trying.<br>
<font color="#888888"><br>
+ Justin<br>
</font></blockquote></div><br>