Describe the bug
When running gitversion on my centos 7 server i get the following trace:
[root@osl-bamboo1 ~]# /home/nikolas/gitversion_test_1 git/
INFO [03/25/20 19:25:24:25] Working directory: git/INFO [03/25/20 19:25:24:26] IsDynamicGitRepository: FalseERROR [03/25/20 19:25:24:27] An unexpected error occurred:
System.TypeInitializationException: The type initializer for 'LibGit2Sharp.Core.NativeMethods' threw an exception.
---> System.DllNotFoundException: Unable to load shared library 'git2-106a5f2' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libgit2-106a5f2: cannot open shared object file: No such file or directory
at LibGit2Sharp.Core.NativeMethods.git_libgit2_init()
at LibGit2Sharp.Core.NativeMethods.InitializeNativeLibrary()
at LibGit2Sharp.Core.NativeMethods..cctor()
--- End of inner exception stack trace ---
at LibGit2Sharp.Core.NativeMethods.git_buf_dispose(GitBuf buf)
at LibGit2Sharp.Core.Proxy.git_buf_dispose(GitBuf buf)
at LibGit2Sharp.Core.Handles.GitBuf.Dispose()
at LibGit2Sharp.Core.Proxy.ConvertPath(Func2 pathRetriever)
at LibGit2Sharp.Core.Proxy.git_repository_discover(FilePath start_path)
at LibGit2Sharp.Repository.Discover(String startingPath)
at GitVersion.GitPreparer.GetProjectRootDirectoryInternal()
at GitVersion.GitPreparer.GetProjectRootDirectory()
at GitVersion.Configuration.ConfigFileLocator.Verify(IGitPreparer gitPreparer)
at GitVersion.GitVersionExecutor.VerifyConfiguration()
at GitVersion.GitVersionExecutor.VerifyArgumentsAndRun(Arguments arguments)INFO [03/25/20 19:25:24:27] INFO [03/25/20 19:25:24:27] Attempting to show the current git graph (please include in issue): INFO [03/25/20 19:25:24:27] Showing max of 100 commits
`
Create an repo with only one commit and run the rool
Unable to use this tool to generate SemVer on my build server.
CentOS Linux release 7.7.1908
3.10.0-1062.4.3.el7.x86_64 #1 SMP Wed Nov 13 23:58:53 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
git version 2.9.3
git version 2.18.2
Issue reproduced in the following versions:
linux-5.1.1
linux-5.1.3
linux-5.2.4
Works like a charm on macOS 馃憤
What package are you using on centos? The global tool? Tar.gz?
Thanks for quick feedback,
Been using the Tar.gz files from the release page.
If there is any other packages i would happily try them :)
I noticed that as well, I'll have to check. For now if you are ok you can use the global tool https://www.nuget.org/packages/GitVersion.Tool/ but you will need the dotnet core version 3.1 installed
Will give it an try! Just have to setup some infrastructure to deal with MS RPMs and make dotnet tool work behind my security controls.
(Its currenclty hanging at "Restoring packages for .NETCoreApp,Version=v3.1... (TaskId:33)" )
I have same problem on debian 9 in docker. I have to downgrade to version 5.0.1 to make it work.
Hmm, running on Ubuntu 19.10 and .net Core 3.1. Used dotnet tool install --global GitVersion.Tool but can't seem to find a version that works.
Ubuntu 19.10 is not supported by LibGit2Sharp, the one we use, so sorry, it's an issue for LibGit2Sharp
Gotcha, thank you. Would you happen to know of or be able to suggest any path forward?
Ubuntu 18.04 is supported, that one option, second option is to use the docker image that has gitversion embedded https://hub.docker.com/r/gittools/gitversion
kk, thanks!
Do you know if they're planning on resolving this for 20.04? Anywhere I can pick up the thread with them?
Check this one https://github.com/libgit2/libgit2sharp/issues/1725
We're publishing distribution specific tar.gz starting 12278d0b07dd2e5f507838c431ab132a349e7099. Will be published with version 5.3.0
:tada: This issue has been resolved in version 5.3.0 :tada:
The release is available on:
Your GitReleaseManager bot :package::rocket:
Hooray!
Most helpful comment
:tada: This issue has been resolved in version 5.3.0 :tada:
The release is available on:
Your GitReleaseManager bot :package::rocket: