lambdaconcept/lambdasoc

Installing of LLVM fails (maximum of 20 redirects allowed)

hansfbaier opened this issue · 3 comments

$ git clone https://github.com/lambdaconcept/lambdasoc
cd lambdasoc
git submodule update --init --recursive

Cloning into 'lambdasoc'...
remote: Enumerating objects: 151, done.
remote: Counting objects: 100% (151/151), done.
remote: Compressing objects: 100% (95/95), done.
remote: Total 151 (delta 61), reused 138 (delta 51), pack-reused 0
Receiving objects: 100% (151/151), 39.87 KiB | 174.00 KiB/s, done.
Resolving deltas: 100% (61/61), done.
Submodule 'lambdasoc/software/bios' (https://github.com/lambdaconcept/lambdasoc-bios) registered for path 'lambdasoc/software/bios'
Cloning into '/devel/HDL/src/lambdasoc/lambdasoc/software/bios'...
Submodule path 'lambdasoc/software/bios': checked out '38c21eb2b3302710f553de6d0708aa10b228d82b'
Submodule '3rdparty/compiler-rt' (http://llvm.org/git/compiler-rt) registered for path 'lambdasoc/software/bios/3rdparty/compiler-rt'
Cloning into '/devel/HDL/src/lambdasoc/lambdasoc/software/bios/3rdparty/compiler-rt'...
fatal: unable to access 'http://llvm.org/git/compiler-rt/': Maximum (20) redirects followed
fatal: clone of 'http://llvm.org/git/compiler-rt' into submodule path '/devel/HDL/src/lambdasoc/lambdasoc/software/bios/3rdparty/compiler-rt' failed
Failed to clone '3rdparty/compiler-rt'. Retry scheduled
Cloning into '/devel/HDL/src/lambdasoc/lambdasoc/software/bios/3rdparty/compiler-rt'...
fatal: unable to access 'http://llvm.org/git/compiler-rt/': Maximum (20) redirects followed
fatal: clone of 'http://llvm.org/git/compiler-rt' into submodule path '/devel/HDL/src/lambdasoc/lambdasoc/software/bios/3rdparty/compiler-rt' failed
Failed to clone '3rdparty/compiler-rt' a second time, aborting
Failed to recurse into submodule path 'lambdasoc/software/bios'
bsmt commented

There's a pull request in lambdasoc-bios fixing this. Right now you can just clone https://github.com/llvm-mirror/compiler-rt.git to lambdasoc/software/bios/3rdparty/compiler-rt.

@bsmt Thank you!