failing bootstrap step - gnulib git URL changed?

Thomas Shinnick <[email protected]>
Newsgroups gmane.comp.fonts.fontforge.devel
Message-ID <CAEfS-pjzeOEtzMvNEOoUvYV69arz5mJLXET-Mq4o02rmi5c4Xg@mail.gmail.com>
I'm at a strange location, so it's always possible a firewall is
interfering, but I don't think so.  I am unable to make the ./bootstrap
step work to fetch gnulib.  It is failing trying to connect to the
repository.  I'm worried this might be real, someone needs to validate the
existing URL, and maybe get the better URL?

Can someone else try the command:
      git clone --depth 365 'git://git.sv.gnu.org/gnulib' 'gnulib'
as executed by the bootstrap script?  I see
      Cloning into 'gnulib'...
      fatal: unable to connect to git.sv.gnu.org:
      git.sv.gnu.org[0: 140.186.70.72]: errno=Connection refused

When I try the equivalent:
      git clone --depth 365 http://git.sv.gnu.org/r/gnulib.git gnulib
I see
      Cloning into 'gnulib'...
      remote: Counting objects: 16354, done.
      remote: Compressing objects: 100% (7409/7409), done.
      Receiving objects:  24% (3933/16354), 3.13 MiB | 336.00 KiB/s
      ........

If I modify .gitmodules as below the bootstrap step completes successfully:
      diff --git a/.gitmodules b/.gitmodules
      index a1d9326..e6ec3e8 100644
      --- a/.gitmodules
      +++ b/.gitmodules
      @@ -1,6 +1,6 @@
       [submodule "gnulib"]
              path = gnulib
      -       url = git://git.sv.gnu.org/gnulib
      +       url = http://git.sv.gnu.org/r/gnulib.git
       [submodule "uthash"]
              path = uthash
              url = git://github.com/troydhanson/uthash

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds

_______________________________________________
Fontforge-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fontforge-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.