GNOME Bugzilla – Bug 454311
missing xml/{element-synaesthesia-details.xml,plugin-synaesthesia.xml}
Last modified: 2007-07-06 18:29:07 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.
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.
I confirm CVS now builds correctly again. Thanks a lot.