I'm trying to build v0.19 of libgit2sharp on my Ubuntu 14 machine using Mono 3.6.0. However when I call ./build.libgit2sharp.sh I get lots of messages like the one below.
/home/chris/projects/libgit2sharp/CI-build.msbuild: error:
LibGit2Sharp.Tests.CloneFixture.CanCloneBarely(url: "http://github.com/libgit2/TestGitRepository"): LibGit2Sharp.LibGit2SharpException : An error was raised by libgit2. Category = Net (Error).
Only relative redirects are supported
The error message is always the same "Only relative redirects are supported".
I have been reading on the issue tracker that the version of Mono that libgit2sharp is built with can be an issue, is 3.6.0 okay?
Turns out I was wrong, the above error is from when I was trying to build v0.14 (i forgot to switch branch). My error on v0.19 is:
/home/chris/projects/libgit2sharp/CI/build.msbuild: error : LibGit2Sharp.Tests.BlameFixture.CanBlameFromADifferentCommit: Assert.Throws() Failure Expected: LibGit2Sharp.LibGit2SharpException Actual: System.EntryPointNotFoundException: git_blame_file
I get a lot more errors like that. Full log is here.