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 150918 - Error during build of gstreamer module
Error during build of gstreamer module
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other Linux
: Immediate critical
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-08-24 08:32 UTC by sreejith
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description sreejith 2004-08-24 08:32:33 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
Comment 1 James Henstridge 2004-08-24 08:43:45 UTC
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
Comment 2 David Schleef 2004-10-26 06:00:14 UTC
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.