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 87880 - xsltproc segfaults on building the manual
xsltproc segfaults on building the manual
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.4.1
Assigned To: Andy Wingo
GStreamer Maintainers
Depends on: 87849
Blocks:
 
 
Reported: 2002-07-10 23:48 UTC by Andy Wingo
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andy Wingo 2002-07-10 23:48:59 UTC
This bug depends on bug #87849. I'm filing it so people know it's being
worked on.

wingo@cebreiro:~/src/gst-all/gstreamer/docs/$ make
[...]
mkdir gstreamer-manual
cp magic-png magic
xsltproc ./../xsl/html.xsl gstreamer-manual.xml
Writing ch01.html for chapter(cha-intro)
Writing ch02.html for chapter(cha-motivation)
Writing ch03.html for chapter(cha-goals)
Writing pt01.html for part(overview)
Writing ch04.html for chapter(cha-initialisation)
Error Undefined namespace prefix
xmlXPathCompiledEval: evaluation failed
make[1]: *** [gstreamer-manual] Segmentation fault
make[1]: Leaving directory `/home/wingo/src/gst-all/gstreamer/docs/manual'
make: *** [all-recursive] Error 1
wingo@cebreiro:~/src/gst-all/gstreamer/docs$
Comment 1 Andy Wingo 2002-08-07 18:49:43 UTC
Fixed in CVS a while ago by moving to a pre-1.50.0 docbook stylesheet.
The upstream bug is still being worked on.