Bug 8394

Summary: undefined symbol: FT_Done_Face
Product: pycairo Reporter: YunSong Hwang <hys545>
Component: generalAssignee: Steve Chaplin <d74n5pohf9>
Status: RESOLVED NOTABUG QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description YunSong Hwang 2006-09-22 01:11:25 UTC
I checked pycairo-cvs-2006-9-22
run  system-config-services

Traceback (most recent call last):
  File "/usr/sbin/system-config-services", line 27, in ?
    import gtk
  File "/var/tmp/pygtk-root/usr/lib/python2.4/site-packages/gtk-2.0/gtk/
__init__.py", line 48, in ?
  File "/var/tmp/pycairo-1.2.2-1hys-root/usr/lib/python2.4/site-packages/cairo/
__init__.py", line 1, in ?
ImportError: /usr/lib/python2.4/site-packages/cairo/_cairo.so: undefined 
symbol: FT_Done_Face
Comment 1 Steve Chaplin 2006-09-25 20:26:15 UTC
The problem reported is a problem importing pygtk, its not necessarily a bug in
pycairo.

Try
$ python
>>> import cairo

does that work?
Comment 2 Steve Chaplin 2006-10-28 18:02:26 UTC
No further information was provided so I assume the problem was not actually a
pycairo bug.

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.