On Tue, Jan 20, 2015 at 6:52 PM, Federico Beffa wrote: > Please find attached a patch for libpeas. > > This package, up to now, is the only one experiencing some > side-effects from the gobject-introspection patch that we adopted from > nix and which installs the full path name of shared libraries in > .typelib and .gir files. I find the above side-effect disturbing. For this reason I would like to propose an additional patch to 'gobject-introspection'. When 'gobject-introspection' consults a .typelib file (due to the patch we introduced earlier) it will find a reference to a shared library which includes the absolute path. With the new patch, if the library is not found at the absolute path, then it discards the path and tries to look for the library using the OS dynamic library loading infrastructure (which is the normal behavior of 'gobject-introspection'). With this change 'libpeas' (and all its dependencies) passes all tests. Regards, Fede