Bug 12142

Summary: undefined symbol: cairo_clip_extents
Product: pycairo Reporter: Luca Falavigna <dktrkranz>
Component: generalAssignee: Steve Chaplin <d74n5pohf9>
Status: RESOLVED NOTOURBUG QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Luca Falavigna 2007-08-24 08:26:50 UTC
One of our users reported this error when launching any application using pycairo:
Traceback (most recent call last):
  File "exaile.py", line 44, in <module>
    import gtk, gtk.glade, pango, dbus
  File "/var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py", line 48, in <module>
    from gtk import _gtk
  File "/usr/lib/python2.5/site-packages/cairo/__init__.py", line 1, in <module>
    from _cairo import *
ImportError: /usr/lib/python2.5/site-packages/cairo/_cairo.so: undefined symbol: cairo_clip_extents

This bug has been reported to Ubuntu too: https://launchpad.net/bugs/129816/.

Thank you.
Comment 1 Sebastien Bacher 2007-08-24 08:42:21 UTC
likely an old version installed to a local directory

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.