#11625 closed defect (fixed)
gconf-editor fails to build (blocking gnome-desktop-suite)
Reported by: | tw.lbean@… | Owned by: | rhwood@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: |
Description
gconf-editor fails to build help files/documentation due to issues with using gnome-doc-utils
Making all in docs
xsltproc -o gconf-editor-C.omf --stringparam db2omf.basename gconf-editor --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-OASISDTD DocBook XML V4.1.2EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/opt/local/share/omf" --stringparam db2omf.help_dir "/opt/local/share/gnome/help" --stringparam db2omf.omf_in "pwd
/./gconf-editor.omf.in" /opt/local/bin/pkg-config --variable db2omf gnome-doc-utils
C/gconf-editor.xml
db2omf: Could not construct the OMF maintainer element.
Add an author, corpauthor, editor, othercredit, or publisher element with the role attribute set to "maintainer" to gconf-editor.xml.
make[2]: * [gconf-editor-C.omf] Error 10 make[1]: * [all-recursive] Error 1 make: * [all] Error 2
db2omf.xsl (part of gnome-doc-utils) requires the maintainer role be present on one of the above listed elements. This appears to be an upstream bug.
Attachments (1)
Change History (5)
Changed 18 years ago by tw.lbean@…
comment:1 Changed 18 years ago by rhwood@…
Keywords: | rc2 removed |
---|---|
Owner: | changed from macports-dev@… to rhwood@… |
severity: | Serious → Normal |
Status: | new → assigned |
Version: | 1.4 |
Upgraded to version 2.18.0 in changeset:23141
Please test.
Patch to gconf-editor-2.16.0/docs/C/gconf-editor.xml to enable building