Hi, Currently there is two expat libraries in OpenBSD, one in ports, and one in Xenocara. I'm working on some ports related to GNOME 2.18 and one port compiled with two versions of expat
> # cd w-gucharmap-1.10.0-no_gnome-mystuff/fake-i386-no_gno... > # objdump -p lib/libgucharmap.so.1.0 | grep expat > NEEDED libexpat.so.6.0 > # objdump -p bin/gucharmap | grep expat > NEEDED libexpat.so.7.0 This gives false error about missing system library. Of course there is a problem here but message could be different about this. Can someone tell me how to resolve this issue. Should I try to force this package to compile with xenocara's expat or this version from ports? > # env FLAVOR=no_gnome make port-lib-depends-check > > gucharmap-1.10.0-no_gnome-mystuff: > Missing system lib: expat.6 (/usr/local/lib/libgucharmap.so.1.0) > WANTLIB += expat > *** Error code 1 (ignored) > # env FLAVOR=no_gnome make show=WANTLIB | tr ' ' '\n' | grep expat > expat -- best regards q#