GNOME Bugzilla – Bug 150918
Error during build of gstreamer module
Last modified: 2004-12-22 21:47:04 UTC
while building gstreamer when i type jhbuild build --start-at=gstreamer i get the error in building phase as .. *** Rebuilding template files *** if test x"." != x. ; then \ cp ./gstreamer-sections.txt . ; \ touch gstreamer-decl.txt ; \ fi gtkdoc-mktmpl --module=gstreamer | tee tmpl-build.log WARNING: No declaration for: GstXMLNs make[3]: *** [tmpl-build.stamp] Error 1 make[3]: Leaving directory `/home/sreejith/cvs/gnome2/gstreamer/docs/gst' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/sreejith/cvs/gnome2/gstreamer/docs' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/sreejith/cvs/gnome2/gstreamer' make: *** [all] Error 2 Additional info: may be related to gtk-doc
On IRC shaunm said he reproduced this, and there doesn't appear to be any bug reports about this, so I am marking this bug confirmed. Probably related to David Schleef's commit on the 18th: 2004-08-18 David Schleef <ds@schleef.org> * docs/gst/Makefile.am: Remove --ignore-fail-on-non-empty (#150331) * docs/libs/Makefile.am: same * docs/gst/tmpl/gstxml.sgml: Remove GstXMLNs * docs/random/ds/0.9-planning: random additions * docs/random/ds/0.9-suggested-changes: same * gst/gstxml.h: remove vestigal GstXMLNs definition
Probably need to run 'make clean'. Given that 'grep -r GstXMLNs gstreamer' comes up with no hits (except ChangeLog), I'm going to go out on a limb and call NOTABUG.