Gentoo Archives: gentoo-user

From: Roy Wright <roy@××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] preserved lib question
Date: Tue, 21 Oct 2008 04:08:49
Message-Id: 48FD55CB.2070604@wright.org
1 Howdy,
2
3 I have some preserved libs that just don't want to go away. I've ran
4 emerge @preserved-rebuild several times to no avail. I think the
5 problem is with portage not recognizing that one of the libraries is
6 symbolically linked to the other. Here they are:
7
8 !! existing preserved libs:
9 >>> package: kde-base/libplasma-4.1.2
10 * - /usr/lib/libplasma.so.2
11 * - /usr/lib/libplasma.so.2.0.0
12 * used by /usr/kde/4.1/bin/krunner (kde-base/krunner-4.1.2)
13 * used by /usr/kde/4.1/bin/ksmserver (kde-base/ksmserver-4.1.2)
14 * used by /usr/kde/4.1/bin/ksysguard (kde-base/ksysguard-4.1.2)
15 * used by 82 other files
16 >>> package: kde-base/libkcompactdisc-4.1.2
17 * - /usr/lib/libkcompactdisc.so.4
18 * - /usr/lib/libkcompactdisc.so.4.1.0
19 * used by /usr/kde/4.1/bin/amarok (media-sound/amarok-1.90-r1)
20 * used by /usr/kde/4.1/bin/kscd (kde-base/kscd-4.1.2)
21 * used by /usr/kde/4.1/lib/kde4/amarok_containment_context.so
22 (media-sound/amarok-1.90-r1)
23 * used by 28 other files
24 >>> package: kde-base/libkonq-4.1.2
25 * - /usr/lib/libkonq.so.5
26 * - /usr/lib/libkonq.so.5.1.0
27 * used by /usr/kde/4.1/bin/dolphin (kde-base/dolphin-4.1.2)
28 * used by /usr/kde/4.1/bin/keditbookmarks
29 (kde-base/keditbookmarks-4.1.2)
30 * used by /usr/kde/4.1/bin/konqueror (kde-base/konqueror-4.1.2)
31 * used by 15 other files
32 >>> package: kde-base/libkworkspace-4.1.2
33 * - /usr/lib/libkworkspace.so.4
34 * - /usr/lib/libkworkspace.so.4.1.0
35 * used by /usr/kde/4.1/bin/khotkeys (kde-base/khotkeys-4.1.2)
36 * used by /usr/kde/4.1/bin/krunner (kde-base/krunner-4.1.2)
37 * used by /usr/kde/4.1/bin/ksmserver (kde-base/ksmserver-4.1.2)
38 * used by 15 other files
39 Use emerge @preserved-rebuild to rebuild packages using these libraries
40
41 # ls -l /usr/lib/libplasma*
42 lrwxrwxrwx 1 root root 18 2008-10-20 01:58 /usr/lib/libplasma.so.2
43 -> libplasma.so.2.0.0
44 -rwxr-xr-x 1 root root 1563820 2008-10-11 09:39 /usr/lib/libplasma.so.2.0.0
45 # ls -l /usr/lib/libkcompactdisc.*
46 lrwxrwxrwx 1 root root 24 2008-10-20 01:24
47 /usr/lib/libkcompactdisc.so.4 -> libkcompactdisc.so.4.1.0
48 -rwxr-xr-x 1 root root 100740 2008-10-11 09:15
49 /usr/lib/libkcompactdisc.so.4.1.0
50 # ls -l /usr/lib/libkonq.*
51 lrwxrwxrwx 1 root root 16 2008-10-20 01:21 /usr/lib/libkonq.so.5 ->
52 libkonq.so.5.1.0
53 -rwxr-xr-x 1 root root 195888 2008-10-11 09:14 /usr/lib/libkonq.so.5.1.0
54 # ls -l /usr/lib/libkworkspace.*
55 lrwxrwxrwx 1 root root 22 2008-10-20 01:21
56 /usr/lib/libkworkspace.so.4 -> libkworkspace.so.4.1.0
57 -rwxr-xr-x 1 root root 71620 2008-10-11 09:13
58 /usr/lib/libkworkspace.so.4.1.0
59
60 Any ideas on how to clean this up?
61
62 TIA,
63 Roy

Replies

Subject Author
Re: [gentoo-user] preserved lib question Paul Hartman <paul.hartman+gentoo@×××××.com>