Summary: | kde-base/kdepim-3.3.2 fails to compile due to missing library | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Simon Stelling (RETIRED) <blubb> |
Component: | New packages | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Simon Stelling (RETIRED)
![]() Here I have: # locate libqui.so /usr/qt/3/lib/libqui.so.1 /usr/qt/3/lib/libqui.so /usr/qt/3/lib/libqui.so.1.0 /usr/qt/3/lib/libqui.so.1.0.0 Could you find those files on your system? Maybe it has something to do with lib/lib64 issues (e.g. bug 65722, but I'm no amd64 expert)? blubb@aqua ~ $ locate libqui.so /usr/qt/3/lib64/libqui.so.1.0.0 /usr/qt/3/lib64/libqui.so.1 but in /usr/qt/3/ ls -l says: lrwxrwxrwx 1 root root 5 Oct 6 23:31 lib -> lib64 Does it help if you add the symlink /usr/qt/3/lib64/libqui.so -> libqui.so.1 but it should have been there in first place, the qt ebuild has: cd ${D}/${QTBASE}/$(get_libdir) for x in libqui.so ; do ln -s $x.1.0.0 $x.1.0 ln -s $x.1.0 $x.1 ln -s $x.1 $x done i don't understand why you wouldn't have a libqui.so in that directory, as it's created by the ebuild. I suppose a re-emerge would fix it, but a symlink like is commented above will do so too. |