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 344039 - Configure should check for pyxml
Configure should check for pyxml
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
git master
Other Linux
: Normal normal
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-06 17:20 UTC by Federico Mena Quintero
Modified: 2009-11-14 21:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch, adds gst-plugin-docs.m4 with check for pyxml (3.82 KB, patch)
2006-06-15 09:21 UTC, Tim-Philipp Müller
committed Details | Review

Description Federico Mena Quintero 2006-06-06 17:20:55 UTC
The mangle-tmpl.py script requires the pyxml package to be installed for xml.dom.ext.reader.Sax2.  So, configure.ac should check for the presence of this package.  Otherwise, a build will fail even though it has checked that all the gtk-doc stuff is present.
Comment 1 Tim-Philipp Müller 2006-06-15 09:21:53 UTC
Created attachment 67390 [details] [review]
proposed patch, adds gst-plugin-docs.m4 with check for pyxml
Comment 2 Tim-Philipp Müller 2006-06-16 10:58:50 UTC
Should be fixed in core/base/good CVS now, other modules will follow:

common:

 2006-06-15  Tim-Philipp Müller  <tim at centricular dot net>

       * m4/gst-plugin-docs.m4:
         add GST_PLUGIN_DOCS, which checks for everything needed
         to build the plugin docs (namely gtk-doc and pyxml); also
         adds a new --enable-plugin-docs configure switch; will
         set ENABLE_PLUGIN_DOCS conditional for use in Makefile.am
         files (see #344039).

core:

 2006-06-15  Tim-Philipp Müller  <tim at centricular dot net>

        * autogen.sh:
          Add default for new --enable-plugin-docs switch.

        * configure.ac:
          Use new GST_PLUGIN_DOCS macro to check for pyxml etc.
          Fixes #344039.

        * docs/Makefile.am:
          Use new ENABLE_PLUGIN_DOCS conditional.

base:

 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>

        * autogen.sh:
        * configure.ac:
        * docs/Makefile.am:
          Use GST_PLUGIN_DOCS macro in configure.ac, add
          --enable-plugin-docs default to autogen.sh and use
          ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).

etc.
Comment 3 Felipe Contreras (banned) 2009-11-14 21:14:36 UTC
Where exactly are we checking for pyxml?