Hello, Running `git submodule update --init --recursive` in my repository results in an error loading shared libraries. However, the git submodule update seems to proceed nevertheless, so I'm not sure what this error would actually break: $ git submodule update --init --recursive /usr/lib/git-core/git.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory
Cloning into 'externals/foo'... remote: Counting objects: 6336, done. remote: Compressing objects: 100% (3947/3947), done. remote: Total 6336 (delta 3195), reused 4917 (delta 2122) Receiving objects: 100% (6336/6336), 132.98 MiB | 173 KiB/s, done. Resolving deltas: 100% (3195/3195), done. /usr/lib/git-core/git.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory /usr/lib/git-core/git.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory /usr/lib/git-core/git.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory Cloning into 'bar'... remote: Counting objects: 326, done. remote: Compressing objects: 100% (268/268), done. remote: Total 326 (delta 176), reused 0 (delta 0) Receiving objects: 100% (326/326), 70.08 KiB | 30 KiB/s, done. Resolving deltas: 100% (176/176), done. /usr/lib/git-core/git.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory /usr/lib/git-core/git.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory Here is the git version: $ git --version git version 1.7.9 Also attached is my current cygcheck output. Best Regards, Kal
cygcheck.out
Description: Binary data
-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple