This is the wrong component and all that I'm sure ;-) I create a directory c:\lo I cloned lode into it, I ran the script thus: michael@DESKTOP-GP3N01C /lo $ git clone git://gerrit.libreoffice.org/lode Cloning into 'lode'... remote: Counting objects: 583, done. remote: Compressing objects: 100% (186/186), done. remote: Total 583 (delta 397), reused 580 (delta 394) : 4 Receiving objects: 100% (583/583), 77.31 KiB | 0 bytes/s, done. Resolving deltas: 100% (397/397), done. Checking connectivity... done. michael@DESKTOP-GP3N01C /lo $ cd lode michael@DESKTOP-GP3N01C /lo/lode $ ./setup --prereq Done. michael@DESKTOP-GP3N01C /lo/lode $ ./setup --dev Check directory 'packages' ... : Created Check directory 'opt' ... : Created Check directory 'ext_tar' ... : Created Check directory 'adm' ... : Created Check directory 'tb' ... : Created Cloning into 'buildbot'... error: could not write config file /lo/lode/adm/buildbot/.git/config: Permission denied fatal: could not set 'core.logallrefupdates' to 'true' Error Cloning /lo/lode/adm/buildbot Odd I thought - and ran it again ... michael@DESKTOP-GP3N01C /lo/lode $ ./setup --dev Check directory 'packages' ... : Exist Check directory 'opt' ... : Exist Check directory 'ext_tar' ... : Exist Check directory 'adm' ... : Exist Check directory 'tb' ... : Exist Cloning into 'buildbot'... remote: Counting objects: 1639, done. remote: Compressing objects: 100% (567/567), done. Receiving objects: 76% (remote: Total 1639 (delta 1022), reused 1639 (delta 1022)12461639 Receiving objects: 100% (1639/1639), 1.21 MiB | 1.05 MiB/s, done. Resolving deltas: 100% (1022/1022), done. Checking connectivity... done. Cloned /lo/lode/adm/buildbot Check directory '/lo/lode/opt/bin' ... : Created --2016-09-08 19:01:09-- http://dev-www.libreoffice.org/bin/cygwin/make-85047eb-msvc.exe Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70, 2001:67c:2178:7::70 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 270336 (264K) [application/x-ms-dos-executable] Saving to: ‘make-85047eb-msvc.exe’ make-85047eb-msvc.exe 100%[=====================================>] 264.00K 755KB/s in 0.3s 2016-09-08 19:01:09 (755 KB/s) - ‘make-85047eb-msvc.exe’ saved [270336/270336] ... bingo. Is that expected ? =)
git hash is: commit d6c80d37cf529c16681a00397f375dbbe4ed7c79 Author: Stephan Bergmann <sbergman@redhat.com> Date: Wed Aug 17 16:16:48 2016 +0200
inflating: nasm-2.11.06/rdoff/rdf2srec.exe inflating: nasm-2.11.06/rdoff/rdf2bin.exe Check directory 'mirrors' ... : Created Cloning into bare repository 'core.git'... error: could not write config file /lo/lode/mirrors/core.git/config: Permission denied fatal: could not set 'core.bare' to 'true' Error Cloning mirror /lo/lode/mirrors/core.git ... and re-trying ... michael@DESKTOP-GP3N01C /lo/lode $ ./setup --dev Check directory 'packages' ... : Exist Check directory 'opt' ... : Exist Check directory 'ext_tar' ... : Exist Check directory 'adm' ... : Exist Check directory 'tb' ... : Exist git repo '/lo/lode/adm/buildbot' exist ant already installed junit Already Installed Check directory 'mirrors' ... : Exist Cloning into bare repository 'core.git'... self-confirming etc. ;-)
oooh - and lode uses the http archive download - I like that approach; I've seen it succeed in lots of cases that git protocol fails: nice ! =)
wait - I'm both confused & too chatty ;-) its not using http - its a different download
Red mine ticket added, to make a generic solution (see also discussion on dev mailing list) https://redmine.documentfoundation.org/issues/2057
Closing issue here, not to have double issues, still open in redmine: https://redmine.documentfoundation.org/issues/2057