Hi Loic,

I tried to look into this bug and I noticed that in your proposed
short test you forgot one important statement to test: "import gst"

In a current HPPA chroot in the flumotion build directory:

# PYTHONPATH=.: python 
Python 2.5.2 (r252:60911, Jul 26 2008, 01:05:09) 
[GCC 4.3.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygst
>>> pygst.require("0.10")
>>> import gst
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/gst-0.10/gst/__init__.py", line 170, 
in <module>
    from _gst import *
ImportError: /usr/lib/python2.5/site-packages/gst-0.10/gst/_gst.so: undefined 
symbol: libxml_xmlDocPtrWrap

Hope that helps to identify the cause of the problem.
(That upstream overwrites this error with a generic message that doesn't give 
any hint
on what's wrong might be a bug in its own right)

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to