GNOME Bugzilla – Bug 129739
Compile fails building docs
Last modified: 2009-08-15 18:40:50 UTC
Trying to build with the same script that worked fine for 0.7.2, on this version dies with this: make[2]: Entering directory `/usr/src/gnome/sources/gstreamer-0.7.3/docs/faq' make[3]: Entering directory `/usr/src/gnome/sources/gstreamer-0.7.3/docs/faq' make[3]: Nothing to be done for `install-exec-am'. *** Generating HTML output *** Usage: jw [<options>] <sgml_file> where <options> are: -f|--frontend <frontend>: Specify the frontend (source format) (default is docbook) -b|--backend <backend>: Specify the backend (destination format) (default is html) -c|--cat <file>: Specify an extra SGML open catalog -n|--nostd: Do not use the standard SGML open catalogs -d|--dsl <file>|default|none: Specify an alternate style sheet (default is to use the default stylesheet) -s|--sgmlbase <path>: Change base directory for SGML distribution (usually /usr/share/sgml) -p|--parser <program>: Specify the parser if several are installed (jade or openjade) -o|--output <directory>: Set output directory -u|--nochunks: Output only one big file (overrides the stylesheet settings) -i|--include <section>: Specify a SGML marked section to include (should be marked as "ignore" in the SGML text) -h|--help: Print this help message and exit -v|--version: Print the version and exit make[3]: *** [html/index.html] Error 1 make[3]: Leaving directory `/usr/src/gnome/sources/gstreamer-0.7.3/docs/faq' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/usr/src/gnome/sources/gstreamer-0.7.3/docs/faq' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/usr/src/gnome/sources/gstreamer-0.7.3/docs' make: *** [install-recursive] Error 1 It looks like 'jw' is being called with no arguments. 'make install' dies with this error every time, even if --disable-docs-build is passed to ./configure.
Workaround is to pass --enable-docs-build=no (not logical I know). My failure is different: *** Generating PS output *** cd build && docbook2ps -o .. faq.xml Using catalogs: /etc/sgml/xml-docbook-4.2-1.0-17.cat Using stylesheet: /usr/share/sgml/docbook/utils-0.6.12/docbook-utils.dsl#print Working on: /home/gnome/cvs/gnome2/gstreamer/docs/faq/build/faq.xml jade:<URL>http://www.oasis-open.org/docbook/xml/4.2/dbnotnx.mod:99:7:E: entity "dbnotn" is already open jade:<URL>http://www.oasis-open.org/docbook/xml/4.2/dbcentx.mod:99:7:E: entity "dbnotn" is already open jade:<URL>http://www.oasis-open.org/docbook/xml/4.2/dbcentx.mod:118:7:E: entity "dbcent" is already open jade:<URL>http://www.oasis-open.org/docbook/xml/4.2/dbpoolx.mod:99:7:E: entity "dbnotn" is already open jade:<URL>http://www.oasis-open.org/docbook/xml/4.2/dbpoolx.mod:118:7:E: entity "dbcent" is already open jade:<URL>http://www.oasis-open.org/docbook/xml/4.2/dbpoolx.mod:131:7:E: entity "dbpool" is already open <SNIP> jade:<URL>http://www.oasis-open.org/docbook/xml/4.2/dbgenent.mod:150:7:E: entity "dbhier" is already open jade:<URL>http://www.oasis-open.org/docbook/xml/4.2/dbgenent.mod:161:9:E: entity "dbgenent" is already open jade:<URL>http://www.oasis-open.org/docbook/xml/4.2/dbgenent.mod:99:7:E: entity "dbnotn" is already open jade:<URL>http://www.oasis-open.org/docbook/xml/4.2/dbcentx.mod:99:7:E: entity "dbnotn" is already open jade:<URL>http://www.oasis-open.org/docbook/xml/4.2/dbcentx.mod:118:7:E: entity "dbcent" is already open jade:<URL>http://www.oasis-open.org/docbook/xml/4.2/dbpoolx.mod:99:7:E: entity "dbnotn" is already open jade:I: maximum number of errors (200) reached; change with -E option make[3]: *** [faq.ps] Error 8 make[3]: Leaving directory `/home/gnome/cvs/gnome2/gstreamer/docs/faq' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/gnome/cvs/gnome2/gstreamer/docs' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/gnome/cvs/gnome2/gstreamer' make: *** [all] Error 2 *** error during stage build of gstreamer: could not build module *** [59/78]
can you retry from scratch. This time, attach output of configure and make, so I can see what it tries to do and what you might be missing and what I need to fix.
ping
no reply, closing