savonet / liquidsoap-full

[DEPRECATED] Former main repository with all in-house bindings
GNU General Public License v2.0
49 stars 22 forks source link

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

Closed awgneo closed 11 years ago

awgneo commented 11 years ago

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? :)

toots commented 11 years ago

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

awgneo commented 11 years ago

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

awgneo commented 11 years ago

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 :/.

toots commented 11 years ago

Should be fixed now.