Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
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
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
|
DetailsTrying 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