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 349479 - configure needs to import gobject before pygst test step
configure needs to import gobject before pygst test step
Status: RESOLVED FIXED
Product: istanbul
Classification: Other
Component: general
0.2.0
Other All
: Normal normal
: ---
Assigned To: Istanbul maintainers
Istanbul QA maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-31 20:34 UTC by Jeff Kowalczyk
Modified: 2006-08-01 13:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jeff Kowalczyk 2006-07-31 20:34:16 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:
Comment 1 Zaheer Abbas Merali 2006-08-01 13:37:11 UTC
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.
Comment 2 Zaheer Abbas Merali 2006-08-01 13:50:35 UTC
Fixed in CVS.