[gstreamer-bugs] [Bug 316611] New: Cannot build gst-plugins-base - no module named pygst

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Sep 18 00:02:09 PDT 2005


Do not reply to this email.  You can add comments to this bug at
 http://bugzilla.gnome.org/show_bug.cgi?id=316611
 GStreamer | gst-plugins-base | Ver: 0.9.x

           Summary: Cannot build gst-plugins-base - no module named pygst
           Product: GStreamer
           Version: 0.9.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: wingo at pobox.com
        ReportedBy: gnome-bugzilla at six-by-nine.com.au
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Please describe the problem:
I'm attempting to build gstreamer 0.9.2 from CVS. However gst-plugins-base
refuses to build due to it thinking it's missing pygst.

I then move on to trying to build gst-plugins-base with a call to autogen.sh:
PKG_CONFIG_PATH=/opt/gstreamer-0.9/lib/pkgconfig ./autogen.sh
--prefix=/opt/gstreamer-0.9


Steps to reproduce:
1. Here are the options I pass to gstreamer's autogen.sh:
PKG_CONFIG_PATH=/opt/gstreamer-0.9/lib/pkgconfig ./autogen.sh
--prefix=/opt/gstreamer-0.9 --disable-plugin-builddir
--with-pkg-config-path=/opt/gstreamer-0.9/lib/pkgconfig --enable-gtk-doc
--enable-docbook && make install
2. I then move on to trying to build gst-plugins-base with a call to autogen.sh:
PKG_CONFIG_PATH=/opt/gstreamer-0.9/lib/pkgconfig ./autogen.sh
--prefix=/opt/gstreamer-0.9 && make


Actual results:
*** Rebuilding plugin inspection files ***
if test x"." != x. ; then \
    cp ./inspect.stamp . ; \
    cp ./inspect-build.stamp . ; \
else \
    GST_PLUGIN_PATH_ONLY=yes GST_PLUGIN_PATH=../../gst:../../sys:../../ext
GST_REGISTRY=../../docs/plugins/inspect-registry.xml /usr/bin/python \
        ../../common/gst-xmlinspect.py gst-plugins-base inspect && \
    echo -n "timestamp" > inspect.stamp && \
    touch inspect-build.stamp; \
        fi
Traceback (most recent call last):
  File "../../common/gst-xmlinspect.py", line 11, in ?
    import pygst
ImportError: No module named pygst
make[3]: *** [inspect-build.stamp] Error 1
make[3]: Leaving directory
`/mnt/sda1/home/peterl/rpmbuild/SOURCES/cvs/gstreamer/gst-plugins-base/docs/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/mnt/sda1/home/peterl/rpmbuild/SOURCES/cvs/gstreamer/gst-plugins-base/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/mnt/sda1/home/peterl/rpmbuild/SOURCES/cvs/gstreamer/gst-plugins-base'
make: *** [all] Error 2


Expected results:
gst-plugins-bas builds

Does this happen every time?
Yes

Other information:
FC4 system. FC suplpied GST is installed.

------- You are receiving this mail because: -------
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list