savonet/liquidsoap-full

Unable to clone & build 1.1.0 (fd6c698 of ocaml-mm commit missing)

Closed this issue · 4 comments

Hello,

I am seemingly unable to get the previous version (1.1.0) and build it as the fd6c698 of ocaml-mm commit has gone missing:

Cloning into ocaml-mm...
remote: Counting objects: 1162, done.
remote: Compressing objects: 100% (288/288), done.
remote: Total 1162 (delta 877), reused 1131 (delta 846)
Receiving objects: 100% (1162/1162), 229.54 KiB, done.
Resolving deltas: 100% (877/877), done.
fatal: reference is not a tree: fd6c69877de5edc364449d53bcfa0e8726c18a39
Unable to checkout 'fd6c69877de5edc364449d53bcfa0e8726c18a39' in submodule path 'ocaml-mm'
make: *** [init] Error 1

Would you happen to have this? :)

I can't reproduce.. Can you tell me what you did?

git clone https://github.com/savonet/liquidsoap-full.git liquidsoap
cd liquidsoap
git checkout 1.1.0
git submodule init
git submodule update --recursive
failure above occurs

In fact, if you go to https://github.com/savonet/liquidsoap-full/tree/1.1.0 and click on the "fd6c698" tree of ocaml-mm, it gives a 404 :/.

Should be fixed now.