Comment 6 for bug 1446746

Revision history for this message
Christoph Haas (chaas) wrote :

Thanks for the quick response. Those library packages are not installed here:

chaas@aldi:~$ LANG=C sudo apt-get remove libgit2-lib libgit2-glib
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libgit2-lib
E: Unable to locate package libgit2-glib

Version 3.15.1-0ubuntu2 of gitg is installed. There are no pending updates.

The error message I get is similar to the OP's:

** (gitg:28040): WARNING **: gitg-plugins-engine.vala:40: Could not load repository: Typelib file for namespace 'Peas', version '1.0' not found

I also purged gitg and ran "apt-get autoremove" and reinstalled gitg. Same effect.

ldd says:

chaas@aldi:~/projekte/debshots2.ror4$ ldd /usr/bin/gitg | grep git
 libgit2-glib-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libgit2-glib-1.0.so.0 (0x00007f2bf9f64000)
 libgitg-1.0.so.0 => /usr/lib/gitg/libgitg-1.0.so.0 (0x00007f2bf7549000)
 libgitg-ext-1.0.so.0 => /usr/lib/gitg/libgitg-ext-1.0.so.0 (0x00007f2bf7336000)
 libgit2.so.22 => /usr/lib/x86_64-linux-gnu/libgit2.so.22 (0x00007f2bf677f000)