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 150621 - [docs] OpenJade 1.3 error reports processing gstreamer-0.8.5/docs/faq/build/faq.xml etc
[docs] OpenJade 1.3 error reports processing gstreamer-0.8.5/docs/faq/build/f...
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: documentation
0.8.5
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 162138 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-08-20 09:34 UTC by john
Modified: 2005-12-07 11:31 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description john 2004-08-20 09:34:41 UTC
$ ./configure --prefix=/opt/gstreamer-0.8.5
$ make
....
cd build && xmllint -noout -valid faq.xml
make[4]: Leaving directory `/tmp/gstreamer-0.8.5/docs/faq'
*** Generating PS output ***
cd build && docbook2ps -o .. faq.xml
Using catalogs: /etc/sgml/xml-docbook.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#print
Working on: /tmp/gstreamer-0.8.5/docs/faq/build/faq.xml
jade:/tmp/gstreamer-0.8.5/docs/faq/build/faq.xml:22:0:E: URL not supported by
this version
jade:/usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl:475:2:E: too many
arguments for function
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.64/print/dblink.dsl:179:1:E:
XRef LinkEnd to missing ID 'title-general'
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.64/print/dblink.dsl:179:1:E:
XRef LinkEnd to missing ID 'title-getting'
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.64/print/dblink.dsl:179:1:E:
XRef LinkEnd to missing ID 'title-cvs'
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.64/print/dblink.dsl:179:1:E:
XRef LinkEnd to missing ID 'troubleshooting-segfault'
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.64/print/dblists.dsl:155:18:E:
1st argument for primitive "string=?" of wrong type: "#f" not a string
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.64/print/dblists.dsl:155:18:E:
1st argument for primitive "string=?" of wrong type: "#f" not a string
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.64/print/dblists.dsl:155:18:E:
1st argument for primitive "string=?" of wrong type: "#f" not a string
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.64/print/dblists.dsl:155:18:E:
1st argument for primitive "string=?" of wrong type: "#f" not a string
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.64/print/dblists.dsl:155:18:E:
1st argument for primitive "string=?" of wrong type: "#f" not a string
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.64/print/dblists.dsl:155:18:E:
1st argument for primitive "string=?" of wrong type: "#f" not a string
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.64/print/dblists.dsl:155:18:E:
1st argument for primitive "string=?" of wrong type: "#f" not a string
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.64/print/dblists.dsl:155:18:E:
1st argument for primitive "string=?" of wrong type: "#f" not a string
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.64/print/dblists.dsl:155:18:E:
1st argument for primitive "string=?" of wrong type: "#f" not a string
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.64/print/dblists.dsl:155:18:E:
1st argument for primitive "string=?" of wrong type: "#f" not a string
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.64/print/dblists.dsl:155:18:E:
1st argument for primitive "string=?" of wrong type: "#f" not a string
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.64/print/dblists.dsl:155:18:E:
1st argument for primitive "string=?" of wrong type: "#f" not a string
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.64/print/dblists.dsl:155:18:E:
1st argument for primitive "string=?" of wrong type: "#f" not a string
make[3]: *** [faq.ps] Error 8
make[3]: Leaving directory `/tmp/gstreamer-0.8.5/docs/faq'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/gstreamer-0.8.5/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/gstreamer-0.8.5'
make: *** [all] Error 2
$ jade -v
jade:I: OpenJade version "1.3"
jade:I: OpenSP version "1.3.4"
$ which jade
/usr/bin/jade
$
Comment 1 Stephane Loeuillet 2004-12-18 23:10:20 UTC
got app-text/docbook-sgml-utils 0.6.14 too
got app-text/docbook-dsssl-stylesheets 1.79 (newer than yours)
got app-text/opensp 1.5.1 (newer than yours)
got app-text/openjade 1.3.2 (newer than yours)

and i've got no problem building the docs (with gstreamer CVS)

try updating your dsssl stylesheets, they might at fault

i think that's more a docbook catalog issue than a bug in gstreamer docs
themselves. (and such would close as RESOLVED/NOTGNOME)
Comment 2 Stephane Loeuillet 2004-12-27 13:07:38 UTC
*** Bug 162138 has been marked as a duplicate of this bug. ***
Comment 3 Christian Fredrik Kalager Schaller 2005-12-07 11:31:16 UTC
Marking as closed/notgnome as susggested.