I am preparing a new version of fontforge and it seems that our build
system could deal better with changes in the libraries loaded with
dlopen.
Right now, their versions are hardcoded in the paths that we use during
build time and upstream has just bumped the micro version of
/usr/lib/libgunicode.so.3.0.2.
This means that our binaries can't load it at runtime (breaking a very
useful---essential?) feature of a package meant to be multilingual.
The failure should, as much as possible, be recognized at build time,
not at run time.
The patch attached on the next e-mail mitigates the situation for a
little while.
Regards, Rogério Brito.