git-gitlab icon indicating copy to clipboard operation
git-gitlab copied to clipboard

Current libgit2 release version is higher than required version for build

Open doronbehar opened this issue 8 years ago • 1 comments

I was about to install the package on arch Linux and encountered the following error during makepkg:

==> Starting prepare()...
# gopkg.in/libgit2/git2go.v24
src/gopkg.in/libgit2/git2go.v24/git.go:9:3: error: #error "Invalid libgit2 version; this git2gosupports libgit2 v0.24"
 # error "Invalid libgit2 version; this git2go supports libgit2 v0.24"
   ^~~~~
==> ERROR: A failure occurred in prepare().
    Aborting...

I was able to install the package after downgrading libgit2 to the specified version above but I think the build script should be updated.

doronbehar avatar Apr 28 '17 20:04 doronbehar

In fact, It is very much like what was fixed in #48, only now we need to upgrade to 0.26

doronbehar avatar Jul 28 '17 15:07 doronbehar