After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 373035 - Build failure due to omf creation
Build failure due to omf creation
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] docs
git master
Other Linux
: Normal blocker
: ---
Assigned To: Kevin Breit
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-09 17:14 UTC by Luca Ferretti
Modified: 2006-11-15 19:10 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Luca Ferretti 2006-11-09 17:14:15 UTC
Here is the console log:

xsltproc -o control-center-es.omf --stringparam db2omf.basename control-center --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang es --stringparam db2omf.omf_dir "/opt/gnome2/share/omf" --stringparam db2omf.help_dir "/opt/gnome2/share/gnome/help" --stringparam db2omf.omf_in "`pwd`/./control-center.omf.in" `/opt/gnome2/bin/pkg-config --variable db2omf gnome-doc-utils` es/control-center.xml
db2omf: Missing element with role maintainer
make[2]: *** [control-center-es.omf] Error 10
make[2]: Leaving directory `/home/luca/cvs/gnome2/gnome-control-center/help'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/luca/cvs/gnome2/gnome-control-center'
make: *** [all] Error 2

#################

Probably it's related to recent change in gnome-doc-utils, see this email
http://mail.gnome.org/archives/devel-announce-list/2006-November/msg00004.html
from Shaun McCance and bug #319705
Comment 1 Björn Lindqvist 2006-11-15 16:24:10 UTC
This problem was fixed here http://cvs.gnome.org/viewcvs/gnome-control-center/help/C/control-center.xml?r1=1.15&r2=1.16 by kmaraas many hours ago, but he forgot to close the bug.
Comment 2 Joachim Noreiko 2006-11-15 19:10:37 UTC
Control-center docs are obsolete and shouldn't be built anyway.