GNOME Bugzilla – Bug 349479
configure needs to import gobject before pygst test step
Last modified: 2006-08-01 13:50:35 UTC
Please describe the problem: istanbul-0.2.1 ./configure fails when executing some python code to test availability of pygst. On Gentoo linux, I need to import gobject before importing pygst. This is true in the interactive console as well as the My ebuild patches configure, and build proceeds. # cat files/istanbul-0.2.1-configure.patch --- configure 2006-07-31 15:52:57.000000000 -0400 +++ configure 2006-07-31 00:17:55.000000000 -0400 @@ -23142,6 +23142,7 @@ import sys try: + import gobject import pygst; pygst.require('0.10') import gst assert gst.pygst_version[1] == 10 or (gst.pygst_version[1] == 9 and gst.pygst_version[2] >= 7) Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Yes Other information:
Weird, I cannot reproduce this. I will add import gobject to the configure.ac here. Please can you report a Gentoo bug assign it to zaheerm@gentoo.org and I will fix the ebuild on there.
Fixed in CVS.