On 2017/07/30 11:16, Ed Ahlsen-Girard wrote: > soffice.bin:/usr/X11R6/lib/libfreetype.so.28.1: > /usr/X11R6/lib/libfreetype.so.27.0 : > WARNING: symbol(af_blue_strings) size mismatch, relink your program
This mixture of two versions of libfreetype shows that you haven't updated all packages. Whenever you update to a newer snapshot, you ought to run pkg_add -u. For this particular update, you moved between gcc-compiled packages and clang-compiled packages, in this case you need to add "-D installed" as well. See http://www.openbsd.org/faq/current.html#r20170729 However then you will run into the problem mentioned at http://marc.info/?t=150142287600003&r=1&w=2 - a fix has been committed but packages with this won't be available just yet, however the dirty workaround I suggested there might help until they're ready.