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 300697 - gnome-doc-utils fails to build.
gnome-doc-utils fails to build.
Status: RESOLVED FIXED
Product: gnome-doc-utils
Classification: Deprecated
Component: build utils
CVS HEAD
Other Linux
: Normal major
: ---
Assigned To: gnome-doc-utils maintainers
gnome-doc-utils maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-15 04:40 UTC by Vinay M R
Modified: 2005-07-15 22:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vinay M R 2005-04-15 04:40:37 UTC
Distribution/Version: FC3

make[1]: Leaving directory `/build/cvs/gnome-2.10.14042005/gnome-doc-utils/xslt'
Making all in xml2po
make[1]: Entering directory `/build/cvs/gnome-2.10.14042005/gnome-doc-utils/xml2po'
Making all in modes
make[2]: Entering directory
`/build/cvs/gnome-2.10.14042005/gnome-doc-utils/xml2po/modes'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/build/cvs/gnome-2.10.14042005/gnome-doc-utils/xml2po/modes'
Making all in examples
make[2]: Entering directory
`/build/cvs/gnome-2.10.14042005/gnome-doc-utils/xml2po/examples'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/build/cvs/gnome-2.10.14042005/gnome-doc-utils/xml2po/examples'
make[2]: Entering directory `/build/cvs/gnome-2.10.14042005/gnome-doc-utils/xml2po'
sed -e "s/^VERSION =.*/VERSION = \"0.2.0\"/" \
    -e "s+^submodes_path =.*+submodes_path =
\"/opt/gnome-2.10.14042005/share/xml2po\"+" \
    -e "s+^#!.*python.*+#!/usr/bin/python+" \
  < ./xml2po.py > xml2po
chmod +x xml2po
docbook2x-man --to-stdout xml2po.1.xml >xml2po.1
make[2]: Leaving directory `/build/cvs/gnome-2.10.14042005/gnome-doc-utils/xml2po'
make[1]: Leaving directory `/build/cvs/gnome-2.10.14042005/gnome-doc-utils/xml2po'
/bin/sh: docbook2x-man: command not found
make[2]: *** [xml2po.1] Error 127
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Please correct me if I am wrong.
Comment 1 Christian Kirbach 2005-04-15 12:10:47 UTC
/bin/sh: docbook2x-man: command not found

I am not sure if that is part of the doc-utils.
If it is not you should install the docbook program.

Besides many problems were reported during the last hours - feel free to 
checkout cvs again.
Comment 2 Jeroen Zwartepoorte 2005-06-10 09:15:21 UTC
On Fedora, there is no docbook2x-man program. On debian this is part of the
docbook2man package. I've filed a bug in fedora's bugzilla for this:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=160035.
Comment 3 Christian Kirbach 2005-06-10 10:38:27 UTC
Marking NOTGNOME as of last comment.
Comment 4 Jeroen Zwartepoorte 2005-06-10 12:14:17 UTC
Reopening (NOTABUG in Fedora):

------- Additional Comments From twaugh@redhat.com  2005-06-10 06:43 EST -------
Presumably you mean DocBook XML rather than DocBook SGML.

Use 'xmlto man' for this.

Comment 5 Shaun McCance 2005-07-15 22:37:45 UTC
Fixed by Danilo