Gentoo Archives: gentoo-user

From: Daniel D Jones <ddjones@××××××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] /usr/kde/3.5/lib/ and /usr/lib
Date: Fri, 19 Jun 2009 00:09:25
Message-Id: 200906182009.21457.ddjones@riddlemaster.org
1 I'm getting lots of errors like the following:
2
3 * ERROR: app-office/karbon-1.6.2 failed.
4 * Call stack:
5 * ebuild.sh, line 49: Called src_unpack
6 * environment, line 4471: Called kde-meta_src_unpack 'unpack'
7 * environment, line 3153: Called die
8 * The specific snippet of code:
9 * die "Can't find library ${libname} under
10 ${PREFIX}/$(get_libdir)/";
11 * The die message:
12 * Can't find library libkopainter under /usr/kde/3.5/lib/
13
14 The missing library is under /usr/lib/ rather than /usr/kde/3.5/lib/
15
16 If I create a symlink to the lib under /usr/kde/3.5/lib/, that line passes but
17 if fails on another library. I'd like to find out why the lib is in a
18 different place from where it's expected and fix the problem rather than patch
19 the issue with lots of symlinks. Is this a misconfiguration on my system?

Replies

Subject Author
Re: [gentoo-user] /usr/kde/3.5/lib/ and /usr/lib Alan McKinnon <alan.mckinnon@×××××.com>