[gstreamer-bugs] [Bug 587717] New: It is not possible to make gst-python from source
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Fri Jul 3 16:37:08 PDT 2009
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=587717
GStreamer | gst-python | Ver: 0.10.15
Summary: It is not possible to make gst-python from source
Product: GStreamer
Version: 0.10.15
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: Normal
Component: gst-python
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: jeff_barish at earthlink.net
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: 2.25/2.26
GNOME milestone: Unspecified
Please describe the problem:
To make gst-python-0.10.15, download, make, and install the following packages:
glib-2.21.2, gst-python-0.10.15, pygobject-2.18.0, gst-plugins-base-0.10.23,
gstreamer-0.10.23, and pygtk-2.14.1. The make of gst-python-0.10.15 produces
many warnings along the lines of
Could not write method GstStructure.get_uint: No ArgType for 'guint*'
Could not write virtual accessor method GstIndex.get_assoc_entry: No ArgType
for 'GCompareDataFunc'
Could not write virtual accessor method GstClock.wait: No ArgType for
'GstClockEntry*'
...
The coverage values are all less than 100% except for interface proxies.
The make will complete. Run python and import gst. You will get the message
AttributeError: 'module' object has no attribute 'Element'
As Element is the base class for all elements, its absence is a serious
problem.
Steps to reproduce:
1.
2.
3.
See above.
Actual results:
See above.
Expected results:
import gst should not produce an error message.
Does this happen every time?
Yes.
Other information:
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=587717.
More information about the Gstreamer-bugs
mailing list