While we're on this particular topic --I run into the same problem. At least on Solaris (or anywhere not using GNU find, I suspect), the -iname switch isn't valid, and breaks the build.
(Apologies if this isn't a good place to post this -- I'm a total dunce when it comes to Bugzilla, and couldn't find a way to comment on the bug there.)
bugzilla-daemon widget gnome org wrote:
http://bugzilla.gnome.org/show_bug.cgi?id=118708 Summary: could not locate ISO DocBook entitiesgnome/libxml2/files/buildDocBookCatalog has found=`find /usr/share/xml -iname "iso*amsb.ent" 2> /dev/null`should iname be "name" ?+iname gives a case insensitive match, any reason for it to be case +sensitive?