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 625239 - FTBFS: ./gstreamer-decl.txt:9461: warning: GstTagList has multiple definitions.
FTBFS: ./gstreamer-decl.txt:9461: warning: GstTagList has multiple definitions.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other All
: Normal major
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-25 15:33 UTC by Yavor Doganov
Modified: 2010-08-15 15:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Yavor Doganov 2010-07-25 15:33:08 UTC
RELEASE-0.10.30-23-g708bc7d

Current git master fails to build with:

if test x"." != x. ; then \
	    cp ./gstreamer-sections.txt . ; \
	    touch gstreamer-decl.txt ; \
	fi
gtkdoc-mktmpl --module=gstreamer | tee tmpl-build.log
./gstreamer-decl.txt:9461: warning: GstTagList has multiple definitions.
./gstreamer-unused.txt:1: warning: 1 unused declarations.They should be added to gstreamer-sections.txt in the appropriate place.
make[5]: *** [tmpl-build.stamp] Error 1
Comment 1 Tim-Philipp Müller 2010-08-15 15:53:23 UTC
I think this was fixed a while back by this commit in common:

 commit 1f8914bdd3536d63d785aa5e8dbba725e4cad624
 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
 Date:   Tue Aug 3 10:35:27 2010 +0100

    Revert "gtk-doc.mak: make build break on new api that has not been added to the sections file"
    
    This reverts commit 30c7a70b1d4765d26789950ca8e983284c0a05b3.
    
    Docs stuff should never break the build (it's fragile enough as it is), especially
    not when whether things break or not depends on factors outside of the source tree
    such as, for example, the gtk-doc version being used. Also, hooks like this are
    probably more appropriate for the check or distcheck target.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=625862

Please re-open if it's still an issue with current git.