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

git clone --recursive is broken #866

Closed
danstowell opened this issue Jun 16, 2013 · 1 comment
Closed

git clone --recursive is broken #866

danstowell opened this issue Jun 16, 2013 · 1 comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.

Comments

@danstowell
Copy link
Member

This website provides an instant Ubuntu 13 server: http://instantserver.io So it's a standard bare-ish install. Getting a server and then checking out supercollider fails:

$ sudo apt-get install git [...] $ git clone --recursive https://github.com/supercollider/supercollider.git [...] remote: Total 351 (delta 237), reused 330 (delta 216) Receiving objects: 100% (351/351), 73.50 KiB, done. Resolving deltas: 100% (237/237), done. Submodule path 'external_libraries/nova-tt': checked out 'ba36110f89a5f5e72e839019c85c480115446f65' No submodule mapping found in .gitmodules for path 'boost_lockfree' Failed to recurse into submodule path 'external_libraries/nova-tt'

It should not fail. People have raised this issue before, and been told how to fix it on their system. Do not tell me how to fix it on my system after this error. People should be able to clone SC from scratch without errors. Do we need to:

  1. fix something in the git repo?
  2. tell people a different git command?

I don't understand git-submodules metadata... grepping for 'boost_lockfree' finds nothing suspicious, so why is it looking for it?

@danstowell
Copy link
Member Author

Confirmed, thanks for the fix Tim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.
Projects
None yet
Development

No branches or pull requests

1 participant