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 454313 - missing xml files to build docs/plugins
missing xml files to build docs/plugins
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-06 15:48 UTC by Fabien Tassin
Modified: 2007-07-06 22:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Fabien Tassin 2007-07-06 15:48:34 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
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2007-07-06 18:05:06 UTC
sorry. will unbreak the build on monday.
Comment 2 Tim-Philipp Müller 2007-07-06 21:08:11 UTC
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.

Comment 3 Fabien Tassin 2007-07-06 22:03:35 UTC
I confirm it builds now. Thanks.