GNOME Bugzilla – Bug 454313
missing xml files to build docs/plugins
Last modified: 2007-07-06 22:03:35 UTC
Like for Bug #454311, fresh CVS of gstreamer0.10-plugins-bad needs XML files to build docs/plugins. ERROR warning: failed to load external entity "xml/element-amrwbdec-details.xml" warning: failed to load external entity "xml/element-amrwbenc-details.xml" warning: failed to load external entity "xml/element-amrwbparse-details.xml" warning: failed to load external entity "xml/element-equalizer-3bands-details.xml" warning: failed to load external entity "xml/element-equalizer-10bands-details.xml" warning: failed to load external entity "xml/element-equalizer-nbands-details.xml" warning: failed to load external entity "xml/element-multifilesrc-details.xml" warning: failed to load external entity "xml/element-multifilesink-details.xml" warning: failed to load external entity "xml/element-timidity-details.xml" warning: failed to load external entity "xml/element-wildmidi-details.xml" warning: failed to load external entity "xml/plugin-amrwb.xml" warning: failed to load external entity "xml/plugin-equalizer.xml" warning: failed to load external entity "xml/plugin-multifile.xml" warning: failed to load external entity "xml/plugin-timidity.xml" warning: failed to load external entity "xml/plugin-wildmidi.xml" make[4]: *** [html-build.stamp] Error 1 make[4]: Leaving directory `/src/buildbot/build/gstreamer0.10-plugins-bad-0.10.5.1+cvs20070703r2628+bbot/docs/plugins' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/src/buildbot/build/gstreamer0.10-plugins-bad-0.10.5.1+cvs20070703r2628+bbot/docs' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/src/buildbot/build/gstreamer0.10-plugins-bad-0.10.5.1+cvs20070703r2628+bbot' make[1]: *** [all] Error 2 make[1]: Leaving directory `/src/buildbot/build/gstreamer0.10-plugins-bad-0.10.5.1+cvs20070703r2628+bbot' make: *** [debian/stamp-makefile-build] Error 2
sorry. will unbreak the build on monday.
Should be fixed in CVS now: 2007-07-06 Tim-Philipp Müller <tim at centricular dot net> * docs/plugins/inspect/plugin-amrwb.xml: * docs/plugins/inspect/plugin-equalizer.xml: * docs/plugins/inspect/plugin-multifile.xml: * docs/plugins/inspect/plugin-timidity.xml: * docs/plugins/inspect/plugin-wildmidi.xml: Add missing inspect files. Fixes build (#454313). * ext/timidity/gstwildmidi.c: (wildmidi_open_config): Scream a bit louder when initialisation fails. * gst-libs/README: * gst-libs/ext/.cvsignore: Remove some cruft.
I confirm it builds now. Thanks.