Bug 8394 - undefined symbol: FT_Done_Face
Summary: undefined symbol: FT_Done_Face
Status: RESOLVED NOTABUG
Alias: None
Product: pycairo
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Steve Chaplin
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-22 01:11 UTC by YunSong Hwang
Modified: 2006-10-28 18:02 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.