Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#47385 - [monodevelop] fails to initialize git tools
Attached to Project:
Arch Linux
Opened by Marcus Krahl (marcuskrahl) - Tuesday, 15 December 2015, 10:45 GMT
Last edited by Isenmann Daniel (ise) - Thursday, 28 January 2016, 06:28 GMT
Opened by Marcus Krahl (marcuskrahl) - Tuesday, 15 December 2015, 10:45 GMT
Last edited by Isenmann Daniel (ise) - Thursday, 28 January 2016, 06:28 GMT
|
DetailsDescription:
After upgrading monodevelop whenever I open a solution with a git repository, monodevelop throws a critical error message with no further details. Monodevelop itself works correctly after the message, but no git commands are available (commit, checkout, ...) The log contains the following exception: ERROR [2015-12-15 11:30:18Z]: System.TypeInitializationException: The type initializer for 'LibGit2Sharp.Core.NativeMethods' threw an exception. ---> System.DllNotFoundException: git2-e8b8948 at (wrapper managed-to-native) LibGit2Sharp.Core.NativeMethods:git_libgit2_init () at LibGit2Sharp.Core.NativeMethods+LibraryLifetimeObject..ctor () <0x412aa1e0 + 0x0000b> in <filename unknown>:0 at LibGit2Sharp.Core.NativeMethods..cctor () <0x412a9fa0 + 0x0013f> in <filename unknown>:0 --- End of inner exception stack trace --- at LibGit2Sharp.Core.Proxy.git_buf_free (LibGit2Sharp.Core.Handles.GitBuf buf) <0x412aa640 + 0x0000f> in <filename unknown>:0 at LibGit2Sharp.Core.Handles.GitBuf.Dispose () <0x412aa620 + 0x0000f> in <filename unknown>:0 at LibGit2Sharp.Core.Proxy.ConvertPath (System.Func`2 pathRetriever) <0x412a9db0 + 0x000a8> in <filename unknown>:0 at LibGit2Sharp.Core.Proxy.git_repository_discover (LibGit2Sharp.Core.FilePath start_path) <0x412a92e0 + 0x000ff> in <filename unknown>:0 at LibGit2Sharp.Repository.Discover (System.String startingPath) <0x412a8500 + 0x0001f> in <filename unknown>:0 at MonoDevelop.VersionControl.Git.GitRepository..ctor (MonoDevelop.VersionControl.VersionControlSystem vcs, FilePath path, System.String url) <0x412a7dd0 + 0x001bf> in <filename unknown>:0 at MonoDevelop.VersionControl.Git.GitVersionControl.GetRepositoryReference (FilePath path, System.String id) <0x412a75a0 + 0x000a3> in <filename unknown>:0 at MonoDevelop.VersionControl.VersionControlService.GetRepositoryReference (System.String path, System.String id) <0x412902b0 + 0x0017a> in <filename unknown>:0 at MonoDevelop.VersionControl.VersionControlService.GetRepository (IWorkspaceObject entry) <0x4128fb60 + 0x000df> in <filename unknown>:0 at MonoDevelop.VersionControl.Git.GitNodeBuilderExtension.BuildNode (ITreeBuilder treeBuilder, System.Object dataObject, MonoDevelop.Ide.Gui.Components.NodeInfo nodeInfo) <0x412afe10 + 0x000c7> in <filename unknown>:0 at MonoDevelop.Ide.Gui.Components.ExtensibleTreeView+TreeBuilder.GetNodeInfo (MonoDevelop.Ide.Gui.Components.NodeInfo nodeInfo, MonoDevelop.Ide.Gui.Components.ExtensibleTreeView tree, ITreeBuilder tb, MonoDevelop.Ide.Gui.Components.NodeBuilder[] chain, System.Object dataObject) <0x412ad000 + 0x000f2> in <filename unknown>:0 Additional info: * extra/monodevelop 5.10.0.871-1 * extra/git 2.6.4-1 * extra/mono 4.2.1.102-1 Steps to reproduce: Open a solution with a git repository in monodevelop |
This task depends upon
Closed by Isenmann Daniel (ise)
Thursday, 28 January 2016, 06:28 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed with the newest package.
Thursday, 28 January 2016, 06:28 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed with the newest package.
Maybe should we report this to Xamarin team.