Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] /usr/kde/3.5/lib/ and /usr/lib
Date: Fri, 19 Jun 2009 07:41:50
Message-Id: 200906190940.08910.alan.mckinnon@gmail.com
In Reply to: [gentoo-user] /usr/kde/3.5/lib/ and /usr/lib by Daniel D Jones
1 On Friday 19 June 2009 02:09:21 Daniel D Jones wrote:
2 > I'm getting lots of errors like the following:
3 >
4 > * ERROR: app-office/karbon-1.6.2 failed.
5 > * Call stack:
6 > * ebuild.sh, line 49: Called src_unpack
7 > * environment, line 4471: Called kde-meta_src_unpack 'unpack'
8 > * environment, line 3153: Called die
9 > * The specific snippet of code:
10 > * die "Can't find library ${libname} under
11 > ${PREFIX}/$(get_libdir)/";
12 > * The die message:
13 > * Can't find library libkopainter under /usr/kde/3.5/lib/
14 >
15 > The missing library is under /usr/lib/ rather than /usr/kde/3.5/lib/
16 >
17 > If I create a symlink to the lib under /usr/kde/3.5/lib/, that line passes
18 > but if fails on another library. I'd like to find out why the lib is in a
19 > different place from where it's expected and fix the problem rather than
20 > patch the issue with lots of symlinks. Is this a misconfiguration on my
21 > system?
22
23 Definitely something wrong on your box.
24 KDE-3.5 libs always go in /usr/kde/3.5/lib
25 KDE-4 libs go in /usr/lib or /usr/kde/4/lib depending on your "USE=kdeprefix"
26
27 Symlinks are not likely to work, as karbon-1.6.2 wants to build against
28 KDE-3.5 stuff.
29
30 Lets start with your make.conf and emerge --info plus "eix kdelibs"
31
32 --
33 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] /usr/kde/3.5/lib/ and /usr/lib Daniel D Jones <ddjones@××××××××××××.org>