~:256 uname -a FreeBSD zen.home 9.3-RELEASE-p13 FreeBSD 9.3-RELEASE-p13 #0: Tue Apr 7 03:01:12 UTC 2015 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 ~:257 eog Shared object "libpeas-gtk-1.0.so.0" not found, required by "eog" pkg info eog eog-3.14.4 Name : eog Version : 3.14.4 Installed on : Sun Jul 5 20:01:19 EST 2015 Origin : graphics/eog Architecture : freebsd:9:x86:64 Prefix : /usr/local Categories : graphics gnome Licenses : Maintainer : gnome@FreeBSD.org WWW : http://www.gnome.org/gnome-office/eog.shtml Comment : The Eye Of Gnome image viewer Options : EXEMPI : on EXIF : on Shared Libs required: libxml2.so.2 librsvg-2.so.2 libpeas-gtk-1.0.so.0 libpeas-1.0.so.0 libpangocairo-1.0.so.0 libpango-1.0.so.0 liblcms2.so.2 libjpeg.so.8 libintl.so.8 libgtk-3.so.0 libgobject-2.0.so.0 libgnome-desktop-3.so.10 libgmodule-2.0.so.0 libglib-2.0.so.0 libgirepository-1.0.so.1 libgio-2.0.so.0 libgdk_pixbuf-2.0.so.0 libgdk-3.so.0 libexif.so.12 libexempi.so.3 libcairo.so.2 libcairo-gobject.so.2 libatk-1.0.so.0 libX11.so.6 Shared Libs provided: libstatusbar-date.so libreload.so libfullscreen.so libeog.so Annotations : repo_type : binary repository : FreeBSD Flat size : 9.55MiB Description : This is the Eye of Gnome, a GNOME 2 image viewer and cataloging application. It provides inline image viewing support for nautilus. WWW: http://www.gnome.org/gnome-office/eog.shtml pkg info libpeas libpeas-1.12.1_2 Name : libpeas Version : 1.12.1_2 Installed on : Mon Jun 22 13:12:39 EST 2015 Origin : devel/libpeas Architecture : freebsd:9:x86:64 Prefix : /usr/local Categories : gnome devel Licenses : Maintainer : gnome@FreeBSD.org WWW : http://live.gnome.org/libpeas Comment : Next evolution of the Gedit plugins engine Options : SEED : on Shared Libs required: libwebkitgtk-3.0.so.0 libsoup-2.4.so.1 libseed-gtk3.so.0 libpangocairo-1.0.so.0 libpango-1.0.so.0 libjavascriptcoregtk-3.0.so.0 libintl.so.8 libgtk-3.so.0 libgthread-2.0.so.0 libgobject-2.0.so.0 libgmodule-2.0.so.0 libglib-2.0.so.0 libgirepository-1.0.so.1 libgio-2.0.so.0 libgdk_pixbuf-2.0.so.0 libgdk-3.so.0 libcairo.so.2 libcairo-gobject.so.2 libatk-1.0.so.0 Shared Libs provided: libseedloader.so libsecondtime.so libpeas-gtk-1.0.so.0 libpeas-1.0.so.0 libhelloworld.so Annotations : repo_type : binary repository : FreeBSD Flat size : 912KiB Description : libpeas is the next evolution of the Gedit plugins engine, and is targetted at giving every application the chance to assume its own extensibility. It also has a set of enhanced features with regard to what Gedit used to provide, mirroring the desiderata of your favourite text editor's developpers. WWW: http://live.gnome.org/libpeas
ls -l /usr/local/lib/libpeas* -rwxr-xr-x 1 root wheel 87816 Jun 20 10:21 /usr/local/lib/libpeas-1.0.so.0.1201.0* -rwxr-xr-x 1 root wheel 58280 Jun 20 10:21 /usr/local/lib/libpeas-gtk-1.0.so.0.1201.0*
sudo ln -s /usr/local/lib/libpeas-1.0.so.0.1201.0 /usr/local/lib/libpeas-1.0.so.0 sudo ln -s /usr/local/lib/libpeas-gtk-1.0.so.0.1201.0 /usr/local/lib/libpeas-gtk-1.0.so.0 fixes for me
libpeas-1.0.so.0 should be part of the libpeas package (it is for me). It's not an old library. Try 'sudo pkg check -v -B -x libpeas'. Does it report the missing file? Or just reinstall libpeas. If this is confirmed as a local problem (e.g., somehow a file got deleted on your system), mark this bug as closed and 'not a bug'.
Reinstall fixed it thanks