miRackModular / Rack

An optimised fork of VCVRack virtual modular synthesizer primarily for Raspberry Pi, Tinker Board and similar boards.
https://mifki.com/blog/introducing-mirack-an-optimised-fork-of-vcvrack-for-raspberry-pi-and-others/
BSD 3-Clause "New" or "Revised" License
155 stars 12 forks source link

speexdsp dep submodule fails to initialize from fresh clone #5

Open zrnsm opened 5 years ago

zrnsm commented 5 years ago

I get the same failure either with --recursive on the clone or via a separate git submodule update --init --recursive post clone:

error: no such remote ref 3282cc7c3cd30cd1c092ad1e7ff03bd20d75c088
Fetched in submodule path 'dep/speexdsp', but it did not contain
3282cc7c3cd30cd1c092ad1e7ff03bd20d75c088. Direct fetching of that commit failed.

That commit does indeed exist if you click through to it. Any ideas?

I'm attempting to compile on the latest Raspian on an RPi3B+.

artaslove commented 5 years ago

The previous issue I closed was related to this issue as well. I 'fixed' it by changing .git/config to ignore speexdsp and then installing it myself.

shurikenyo commented 4 years ago

i had similar errors on OSX i did this git submodule update --force --recursive --init --remote