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 454311 - missing xml/{element-synaesthesia-details.xml,plugin-synaesthesia.xml}
missing xml/{element-synaesthesia-details.xml,plugin-synaesthesia.xml}
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-06 15:44 UTC by Fabien Tassin
Modified: 2007-07-06 18:29 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Fabien Tassin 2007-07-06 15:44:40 UTC
While building latest CVS gstreamer0.10-plugins-ugly on Ubuntu 7.10-pre, it fails in docs/plugins:

*** Building HTML ***
if test -d html; then rm -rf html; fi
mkdir html
cp ./gst-plugins-ugly-plugins-docs.sgml html
cp -pr xml html
cp ../version.entities html
cd html && gtkdoc-mkhtml gst-plugins-ugly-plugins gst-plugins-ugly-plugins-docs.sgml \
	    2>&1 | tee ../html-build.log
warning: failed to load external entity "xml/element-synaesthesia-details.xml"
xml/element-synaesthesia.xml:57: element include: XInclude error : could not load xml/element-synaesthesia-details.xml, and no fallback was found
warning: failed to load external entity "xml/plugin-synaesthesia.xml"
gst-plugins-ugly-plugins-docs.sgml:34: element include: XInclude error : could not load xml/plugin-synaesthesia.xml, and no fallback was found


ending up with:

ERROR
warning: failed to load external entity "xml/element-synaesthesia-details.xml"
warning: failed to load external entity "xml/plugin-synaesthesia.xml"
make[4]: *** [html-build.stamp] Error 1
make[4]: Leaving directory `/src/buildbot/build/gstreamer0.10-plugins-ugly-0.10.6.1+cvs20070705r2230+bbot/docs/plugins'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/src/buildbot/build/gstreamer0.10-plugins-ugly-0.10.6.1+cvs20070705r2230+bbot/docs'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/src/buildbot/build/gstreamer0.10-plugins-ugly-0.10.6.1+cvs20070705r2230+bbot'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/src/buildbot/build/gstreamer0.10-plugins-ugly-0.10.6.1+cvs20070705r2230+bbot'
make: *** [debian/stamp-makefile-build] Error 2

It started 3 days ago.
Comment 1 Tim-Philipp Müller 2007-07-06 18:00:52 UTC
Thanks for the bug report. Should be fixed in CVS now:

2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>

        * docs/plugins/inspect/plugin-dvdnav.xml:
        * docs/plugins/inspect/plugin-realmedia.xml:
        * docs/plugins/inspect/plugin-synaesthesia.xml:
          Add inspect file for synaesthesia so the docs can be built even if
          the plugin isn't built yet. Fixes #454311. Also add inspect files
          for dvdnavsrc and realmedia.

Comment 2 Fabien Tassin 2007-07-06 18:29:07 UTC
I confirm CVS now builds correctly again. Thanks a lot.