Your message dated Mon, 26 Oct 2009 19:12:52 +0200
with message-id <[email protected]>
and subject line Re: Bug#552425: /usr/lib/libQtGui.so.4: undefined symbol:
FT_Library_SetLcdFilter
has caused the Debian Bug report #552425,
regarding /usr/lib/libQtGui.so.4: undefined symbol: FT_Library_SetLcdFilter
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
552425: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552425
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libqtgui4
Version: 4:4.5.3-4
Severity: important
When importing PyQt4.QtGui in Python, I get an ImportError:
Python 2.5.4 (r254:67916, Feb 18 2009, 03:00:47)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyQt4.QtGui
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /usr/lib/libQtGui.so.4: undefined symbol: FT_Library_SetLcdFilter
>>>
-- System Information:
Debian Release: 5.0
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.28-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages libqtgui4 depends on:
ii fontconfig 2.6.0-4 generic font configuration library
ii libaudio2 1.9.1-5 Network Audio System - shared libr
ii libc6 2.9-4 GNU C Library: Shared libraries
ii libfontconfig1 2.6.0-3 generic font configuration library
ii libfreetype6 2.3.9-5 FreeType 2 font engine, shared lib
ii libgcc1 1:4.4.0-10 GCC support library
ii libglib2.0-0 2.22.2-2 The GLib library of C routines
ii libice6 2:1.0.5-1 X11 Inter-Client Exchange library
ii libjpeg62 6b-14 The Independent JPEG Group's JPEG
ii libmng1 1.0.9-1 Multiple-image Network Graphics li
ii libpng12-0 1.2.35-1 PNG library - runtime
ii libqtcore4 4:4.5.3-4 Qt 4 core module
ii libsm6 2:1.1.0-2 X11 Session Management library
ii libstdc++6 4.4.0-10 The GNU Standard C++ Library v3
ii libtiff4 3.8.2-11 Tag Image File Format (TIFF) libra
ii libx11-6 2:1.2-1 X11 client-side library
ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar
ii libxrender1 1:0.9.4-2 X Rendering Extension client libra
ii zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime
Versions of packages libqtgui4 recommends:
ii qt4-qtconfig 4:4.5.3-4 Qt 4 configuration tool
libqtgui4 suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Monday 26 October 2009 18:01:27 Benedict Verhegghe wrote:
> ldd -r /usr/lib/libQtGui.so.4 gives:
> libfreetype.so.6 => /usr/local/lib/libfreetype.so.6 (0x00007f3924da9000)
You have a local libfreetype installed. The linker prefers this.
One solution is to remove it.
There is no bug in debian.
/Sune
--- End Message ---