Sorry, found the solution myself.

./autogen.sh --without-git

Then ./download uses http. Would be nice to see this on the developers page at http://www.documentfoundation.org/develop/

Thanks, Oli

On 11/03/10 08:03, Marc-Oliver Straub wrote:
I'm trying to build LibreOffice, but already have problems during source download.

./download just hangs with the following output:
Downloading files for libreoffice-3.2.99.2
* cloning from git://anongit.freedesktop.org/git/libreoffice/artwork
Cloning into artwork...

Setting http_proxy doesn't help (since git:// is used and not http://).

When changing the script manually to use http:// instead of git://, I get the following error:
Downloading files for libreoffice-3.2.99.2
* cloning from http://anongit.freedesktop.org/git/libreoffice/artwork
Cloning into artwork...
fatal: http://anongit.freedesktop.org/git/libreoffice/artwork/info/refs not found: did you run git update-server-info on the server?

When changing the script to clone from http://anongit.freedesktop.org/git/libreoffice/artwork.git, the download works but the destination then is wrong:
Downloading files for libreoffice-3.2.99.2
* cloning from http://anongit.freedesktop.org/git/libreoffice/artwork.git
Cloning into artwork...
sh: line 0: cd: /tmp/LO/libreoffice-build-3.2.99.2/clone/artwork.git: No such file or directory

Any ideas on how to get the ./download script working with http clone?

Thanks, Oli

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email ______________________________________________________________________
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice



______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email ______________________________________________________________________
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to