[MonoDevelop] MonoDevelop Build failure | missing git commit in submodule | fatal: reference is not a tree: 06bbc96251eea534ed66a32e8f2e2edaaa903077

Robert N sushihangover at outlook.com
Sat Oct 31 11:41:13 UTC 2015


Running the std MonoDevelop build routine (update submodules, ./configure, make, ....)


>From the monodevelop repo root:


git checkout mono/master (mono = https://github.com/mono/monodevelop.git)

git pull mono master ( @ commit 1dc778126381fd40fc8c538a30ad62edad1ae9d4 / Thu Oct 29 17:36:04 2015 +0000)

git submodule update --init --recursive


fatal: reference is not a tree: 06bbc96251eea534ed66a32e8f2e2edaaa903077

Unable to checkout '06bbc96251eea534ed66a32e8f2e2edaaa903077' in submodule path 'main/external/libgit2sharp'


Build fails due to missing method definitions:


HEAD is now at 1dc7781 Merge pull request #1113 from manish/gtktreeview-typekey

M main/external/libgit2sharp

HEAD is now at 1dc7781... Merge pull request #1113 from manish/gtktreeview-typekey

>From https://github.com/mono/monodevelop

 * branch            master     -> FETCH_HEAD

Already up-to-date.

fatal: reference is not a tree: 06bbc96251eea534ed66a32e8f2e2edaaa903077

Unable to checkout '06bbc96251eea534ed66a32e8f2e2edaaa903077' in submodule path 'main/external/libgit2sharp'


MonoDevelop.VersionControl.Git/GitRepository.cs(759,6): error CS0117: `LibGit2Sharp.CommitFilter' does not contain a definition for `IncludeReachableFrom'
MonoDevelop.VersionControl.Git/GitRepository.cs(760,6): error CS0117: `LibGit2Sharp.CommitFilter' does not contain a definition for `ExcludeReachableFrom'
MonoDevelop.VersionControl.Git/GitRepository.cs(1465,79): error CS0117: `LibGit2Sharp.BlameOptions' does not contain a definition for `FindExactRenames'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20151031/9f6556f3/attachment-0001.html>


More information about the Monodevelop-list mailing list