ERROR: Package libgit2 not found

Cristian Ionescu-Idbohrn cristian.ionescu-idbohrn at axis.com
Sun Nov 9 00:33:06 PST 2014


Anyone else seeing this (on recent debian unstable)?

,----
| $ qmake
| Project ERROR: Package libgit2 not found
`----

Still, I have the libgit2 packages installed:

,----
| libgit2-21:amd64                                install
| libgit2-dev:amd64                               install
`----

I have the libs:

,----
| /usr/lib/x86_64-linux-gnu/libgit2.a
| /usr/lib/x86_64-linux-gnu/libgit2.so
| /usr/lib/x86_64-linux-gnu/libgit2.so.0.21.2
| /usr/lib/x86_64-linux-gnu/libgit2.so.21
`----

and I see header files installed in /usr/include/git2.

And:

,----
| $ cat /usr/lib/x86_64-linux-gnu/pkgconfig/libgit2.pc
| libdir=/usr/lib/x86_64-linux-gnu
| includedir=/usr/include
|
| Name: libgit2
| Description: The git library, take 2
| Version: 0.21.2
| Requires.private:  openssl zlib libssh2
| Libs.private:  -lhttp_parser -lrt
| Libs: -L${libdir} -lgit2
| Cflags: -I${includedir}
`----

What could cause the error?


Cheers,

-- 
Cristian


More information about the subsurface mailing list