Hi! I run update packages by sudo pkg_add -u PKG_PATH=http://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/i386
and I see follow error message Can't install libnotify-0.7.5p2 because of libraries |library png.16.0 not found | /usr/local/lib/libpng.so.17.0 (png-1.6.2p0): bad major | /usr/local/lib/libpng.so.16.0 (.libs-png-1.5.15p1): not reachable Direct dependencies for libnotify-0.7.5p2->0.7.5p2 resolve to gdk-pixbuf-2.28.2p1 libiconv-1.14p0 gettext-0.18.2p2 Full dependency tree is libffi-3.0.9p3 glib2-2.36.3 shared-mime-info-1.1 libiconv-1.14p0 bzip2-1.0.6p0 gettext-0.18.2p2 python-2.7.5 pcre-8.32 tiff-4.0.3p2 png-1.6.2p0 gdk-pixbuf-2.28.2p1 libxml-2.9.0p0 jasper-1.900.1p2 libelf-0.8.13p1 jpeg-9p0 But I have nessasary libraries. $ ls -lah /usr/local/lib/*png* lrwxr-xr-x 1 root wheel 10B Jun 14 11:02 /usr/local/lib/libpng.a -> libpng16.a -rw-r--r-- 1 root bin 720B Jun 11 20:31 /usr/local/lib/libpng.la -r--r--r-- 1 root bin 176K Jun 7 14:26 /usr/local/lib/libpng.so.15.0 lrwxr-xr-x 1 root wheel 16B Jun 7 10:48 /usr/local/lib/libpng.so.16.0 -> libpng15.so.16.0 lrwxr-xr-x 1 root wheel 16B Jun 14 11:02 /usr/local/lib/libpng.so.17.0 -> libpng16.so.17.0 -rw-r--r-- 1 root wheel 168K Jun 7 14:26 /usr/local/lib/libpng15.so.16.0 -rw-r--r-- 1 root bin 226K Jun 11 20:31 /usr/local/lib/libpng16.a -rw-r--r-- 1 root bin 730B Jun 11 20:31 /usr/local/lib/libpng16.la -rw-r--r-- 1 root bin 202K Jun 11 20:31 /usr/local/lib/libpng16.so.17.0 $ pkg_info -Q png|grep installed Package database already locked... awaiting release... done! png-1.6.2p0 (installed) $ I do not understand what could be the problem and how to fix it. -- Dmitry Orlov
