FS#30096 - [clutter-gtk2] linked against old version of libcogl

Attached to Project: Arch Linux
Opened by Alister Hood (Alister) - Friday, 01 June 2012, 12:57 GMT
Last edited by Ionut Biru (wonder) - Friday, 01 June 2012, 15:36 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Trying to run ease it fails like this:
ease: error while loading shared libraries: libcogl.so.5: cannot open shared object file: No such file or directory

It seems to be a problem with clutter-gtk2 being linked to an old version of libcogl, which cogl no longer provides:
strings /usr/lib/libclutter-gtk-0.10.so|grep libcogl
libcogl-pango.so.0
libcogl.so.5

I have:
cogl 1.10.2-1 (which provides /usr/lib/libcogl.so /usr/lib/libcogl.so.9 and /usr/lib/libcogl.so.9.1.1)
clutter-gtk2 0.10.8-2
clutter 1.10.4-1
and from the AUR, ease 0.4-2

And check this out:
strings /usr/lib/libclutter-gtk-0.10.so|grep libcogl
libcogl-pango.so.0
libcogl.so.5
strings /usr/lib/libclutter-1.0.so|grep libcogl
libcogl-pango.so.0
libcogl.so.9

If I symlink libcogl.so.5 to point to libcogl.so.9, then ease does start.
This task depends upon

Closed by  Ionut Biru (wonder)
Friday, 01 June 2012, 15:36 GMT
Reason for closing:  Fixed

Loading...