overtone / emacs-live

M-x start-hacking
http://overtone.github.com/emacs-live/
Other
1.52k stars 241 forks source link

Submodule issues with auto-complete and clojure-mode. #114

Closed TrevorS closed 11 years ago

TrevorS commented 11 years ago

Hello :)

Using a fresh clone, I am unable to complete the submodule init && submodule update process. It fails to update auto-complete and clojure-mode!

Here are the error messages:

Unable to checkout 'da864398a96805a2c79ac61fadeebd420ccb3cdc' in submodule path 'packs/dev/clojure-pack/vendor/submodules/auto-complete'
Unable to checkout 'db87298e31379a5a2e3007221a2cb71ae044ed30' in submodule path 'packs/dev/clojure-pack/vendor/submodules/clojure-mode'
ifesdjeen commented 11 years ago

@samaaron it looks like you've updated submodules but didn't push them, could you please push? :) thanks!

clifton commented 11 years ago

I'm getting the following auto-complete error. I'm unsure if it's related to this thread.

auto-complete error: (void-function cc-member)
samaaron commented 11 years ago

Is this still an issue?

TrevorS commented 11 years ago

When running the submodule update I get this:

Unable to checkout '9649326a72290bf9ab4068a33934813dafb4a631' in submodule path 'packs/dev/clojure-pack/vendor/submodules/nrepl'
samaaron commented 11 years ago

Could you see if this is now resolved?

TrevorS commented 11 years ago

After a fresh clone, submodule init/update, I get this:

Unable to checkout '4c99712b248bc5db59c82b25701dea6beeb51dea' in submodule path 'packs/dev/clojure-pack/vendor/submodules/clojure-mode'

This is where it dies now.

samaaron commented 11 years ago

Haha - git submodule wack-a-mole!

Try now...

TrevorS commented 11 years ago

Just tested, all submodules get updated successfully now. :+1:

samaaron commented 11 years ago

Awesome :-)