I'm getting lots of errors like the following:
* ERROR: app-office/karbon-1.6.2 failed.
* Call stack:
* ebuild.sh, line 49: Called src_unpack
* environment, line 4471: Called kde-meta_src_unpack 'unpack'
* environment, line 3153: Called die
* The specific snippet of code:
* die "Can't find library ${libname} under
${PREFIX}/$(get_libdir)/";
* The die message:
* Can't find library libkopainter under /usr/kde/3.5/lib/
The missing library is under /usr/lib/ rather than /usr/kde/3.5/lib/
If I create a symlink to the lib under /usr/kde/3.5/lib/, that line passes but
if fails on another library. I'd like to find out why the lib is in a
different place from where it's expected and fix the problem rather than patch
the issue with lots of symlinks. Is this a misconfiguration on my system?