Re: jhbuild, behind proxy compiling gnome-todo
Hashem Nasarat <[email protected]> Wed, 20 Jan 2016 00:41:34 -0500
| Newsgroups | gmane.comp.gnome.love |
|---|---|
| Message-ID | <[email protected]> |
I'm not sure if jhbuild reads the repo overrides for submodules or how it works really. But if you already have the m4-common git repository, you can perhaps manually put the URL you want for the submodule: in m4-common/.git/config change/add the url you want like so: [submodule "autoconf-archive"] url = git://git.sv.gnu.org/autoconf-archive.git then try using jhbuild to build m4-common (https://git-scm.com/book/en/v2/Git-Tools-Submodules may prove useful) Or just try to fix your proxy ;) On 01/20/2016 12:28 AM, Jay Aurabind wrote: > Bump! > > Can anyone please suggest me if there is any other appropriate list I > can get this question answered. > > > > On 16 January 2016 at 14:01, Jay Aurabind <[email protected]> wrote: >> Hi, >> >> I'm new to gnome build system and trying to build gnome-todo. jhbuild >> is unable to properly download the sources because of proxy issues. >> >> My config is at https://paste.gnome.org/pzshlb6fp >> >> adding repo entry for gnome git (through https) is working fine, while >> freedesktop and gnu is failing. After setting this config, jhbuild is >> still trying to access git:// rather than http:// >> >> Error log: >> >> *** Checking out m4-common *** [9/48] >> git remote set-url origin https://git.gnome.org/browse/m4-common >> git remote update origin >> Fetching origin >> git rebase origin/master >> Current branch master is up to date. >> git submodule init >> git submodule update >> Cloning into 'autoconf-archive'... >> fatal: unable to connect to git.sv.gnu.org: >> git.sv.gnu.org[0: 208.118.235.72]: errno=Connection timed out >> >> Clone of 'git://git.sv.gnu.org/autoconf-archive.git' into submodule >> path 'autoconf-archive' failed >> *** Error during phase checkout of m4-common: ########## Error running >> git submodule update *** [9/48] >> >> Please provide some pointers. >> >> -- >> >> Thanks and Regards, >> Aurabindo J > > >