Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

speexdsp dep submodule fails to initialize from fresh clone #5

Open
zrnsm opened this issue Sep 4, 2018 · 2 comments
Open

speexdsp dep submodule fails to initialize from fresh clone #5

zrnsm opened this issue Sep 4, 2018 · 2 comments

Comments

@zrnsm
Copy link

zrnsm commented Sep 4, 2018

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
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants