On Mon, Jan 02, 2017 at 04:23:57PM -0800, Tracy Bales wrote: > kicad will not install using pkg_add. It reports that it cannot resolve > wxWidgets-gtk2-2.8.12p12
Tracy, it appears to me that you have an old glib2 installed, from 5.9-release. The glib2 for 6.0-release is 2.48.1, whereas your installed version is 2.46.2p0: > $ doas pkg_add -i kicad > quirks-2.241 signed on 2016-07-29T15:39:09Z > Can't install wxWidgets-gtk2-2.8.12p12 because of libraries > |library gio-2.0.4200.3 not found > | /usr/local/lib/libgio-2.0.so.4200.2 (glib2-2.46.2p0): minor is too small > |library glib-2.0.4200.3 not found > | /usr/local/lib/libglib-2.0.so.4200.2 (glib2-2.46.2p0): minor is too small > |library gobject-2.0.4200.3 not found You should keep your packages in sync with the release you're using. After you upgraded from 5.9 to 6.0, you should have updated all of your installed packages with # pkg_add -u. Back up your system, give that a try before installing packages for 6.0 that expect any installed dependencies to be at the correct revisions.