[Slackbuilds-users] Package Build Issues -- Update

Timothy Pollard timp at timp.com.au
Mon Feb 2 02:12:10 UTC 2009


Hi Rich,

On Sun, 1 Feb 2009 17:48:13 -0800 (PST)
Rich Shepard <rshepard at appl-ecosys.com> wrote:
> On Sun, 1 Feb 2009, Rich Shepard wrote:
> 
> >   When I grep for gtk in /var/log/packages these are returned:
> >
> > gtk+2-2.12.12-i486-1
> 
>    I found one problem. When building tinyerp-client the configure phase
> fails for the same reason: cannot find gtk+2. So, I tried importing the
> module in interactive python (according to find it resides in
> /usr/lib/python2.5/site-packages/gtk-2.0/gtk), but apparently it didn't make
> it correctly:
> 
> [rshepard at salmo ~]$ python
> Python 2.5.2 (r252:60911, Sep 11 2008, 13:43:31) [GCC 4.2.4] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import gtk
> Traceback (most recent call last):
>    File "<stdin>", line 1, in <module>
>    File "/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py", line 48,
> in <module>
>      from gtk import _gtk
> ImportError: /usr/lib/libfontconfig.so.1: undefined symbol: FT_Select_Size
> >>>
> 
>    Reinstalling the gtk+2 package didn't help. Wonder what's going on here
> ... it could well be my syntax.
> 
>    fontconfig-2.6.0-i486-2 is installed, and that's where libfontconfig.so.1
> is found.
> 
>    If there is a more appropriate mail list to help me learn how to identify
> what broke and how to fix it, please point me there.
> 

A bit of a Google around notes this bug report in Debian:
http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg525115.html
which basically says that this is probably caused by libfreetype issues.

The libfreetype.so.6 is contained in both the aaa_elflibs and libfreetype
packages:
$ grep libfreetype.so.6 /var/log/packages/*
/var/log/packages/aaa_elflibs-12.2.0-i486-1:usr/lib/libfreetype.so.6.3.18
/var/log/packages/freetype-2.3.7-i486-1:usr/lib/libfreetype.so.6.3.18

So, your restoring a libfreetype from your backups, or maybe you've got an old
version of one of those packages still lying around. I'd try doing a "$ locate
libfreetype" and see what you get.

-- 
TimP
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20090202/8613c4b1/attachment.asc>


More information about the SlackBuilds-users mailing list