Bug 12142 - undefined symbol: cairo_clip_extents
Summary: undefined symbol: cairo_clip_extents
Status: RESOLVED NOTOURBUG
Alias: None
Product: pycairo
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: Steve Chaplin
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-24 08:26 UTC by Luca Falavigna
Modified: 2007-08-24 08:42 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.