+++ This bug was initially created as a clone of Bug #8688 +++ See bottom of http://buildbot.xfce.org/builders/exo-openbsd/builds/324/steps/gmake%20distcheck/logs/stdio According to http://developer.gnome.org/glib/2.32/glib-String-Utility-Functions.html#g-strcasecmp g_strcasecmp is deprecated since glib 2.2 and g_strncasecmp() should be used instead. occurences : ./exo/build/exo/exo-icon-chooser-model.c: return g_strcasecmp (((const ExoIconChooserModelItem *) item_a)->icon_name, g_strncasecmp(x,y,min(strlen(x),strlen(y))) should probably do the trick.
*** Bug 8647 has been marked as a duplicate of this bug. ***
Fixed in fe90dfb.