Package: gstreamer0.8
Version: 0.8.8-1
Severity: serious
Tags: sarge
Hi,
The version is sarge is failing to build (on sarge) with the following
error:
touch scan-build.stamp
*** 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: 1 unused declarations.
These can be found in gstreamer-unused.txt.
They should be added to gstreamer-sections.txt in the
appropriate place.
=============================================================================
GstPoptOption
make[4]: *** [tmpl-build.stamp] Error 1
This seems to be caused by this in the Makefile:
gtkdoc-mktmpl --module=$(DOC_MODULE) | tee tmpl-build.log
@if grep "WARNING:" tmpl-build.log > /dev/null; then \
cat $(DOC_MODULE)-unused.txt ; \
exit 1; fi
Note that the version in sid is building without problems (on
sid).
Kurt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]