GNOME Bugzilla – Bug 87880
xsltproc segfaults on building the manual
Last modified: 2004-12-22 21:47:04 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$
Fixed in CVS a while ago by moving to a pre-1.50.0 docbook stylesheet. The upstream bug is still being worked on.