Gentoo Archives: gentoo-user

From: Michael Hampicke <gentoo-user@××××.biz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge problem - removing old libraries?
Date: Mon, 12 Mar 2012 12:25:29
Message-Id: 4F5DEAB9.4010905@hadt.biz
In Reply to: Re: [gentoo-user] emerge problem - removing old libraries? by Neil Bothwick
1 > man qfile and look at the section on finding orphan files.
2 >
3 > Emerge portage-utils if you don't have qfile.
4
5 I just ran
6 # find /usr/lib* -type f -print0 | xargs -0 qfile -o | more
7
8 an was suprised how much orphans there are, already excluding the python
9 and perl stuff.
10
11 Here's some suprising stuff:
12
13 /usr/lib64/systemd/system/canberra-system-shutdown-reboot.service
14 /usr/lib64/systemd/system/console-kit-daemon.service
15 /usr/lib64/systemd/system/canberra-system-shutdown.service
16 /usr/lib64/systemd/system/udev-trigger.service
17 /usr/lib64/systemd/system/udev-control.socket
18 /usr/lib64/systemd/system/dbus.service
19 /usr/lib64/systemd/system/acpid.service
20 /usr/lib64/systemd/system/console-kit-log-system-restart.service
21 /usr/lib64/systemd/system/bluetooth.service
22 /usr/lib64/systemd/system/udev-kernel.socket
23 /usr/lib64/systemd/system/udev.service
24 /usr/lib64/systemd/system/alsa-store.service
25 /usr/lib64/systemd/system/console-kit-log-system-start.service
26 /usr/lib64/systemd/system/udev-settle.service
27 /usr/lib64/systemd/system/canberra-system-bootup.service
28 /usr/lib64/systemd/system/dbus.socket
29 /usr/lib64/systemd/system/alsa-restore.service
30 /usr/lib64/systemd/system/console-kit-log-system-stop.service
31 ....
32 /usr/lib64/gcc/x86_64-pc-linux-gnu/4.5.3/libmudflapth.so.0.0.0
33 /usr/lib64/gcc/x86_64-pc-linux-gnu/4.5.3/crtend.o
34 /usr/lib64/gcc/x86_64-pc-linux-gnu/4.5.3/libgfortran.so.3.0.0
35 /usr/lib64/gcc/x86_64-pc-linux-gnu/4.5.3/libgfortran.la
36 /usr/lib64/gcc/x86_64-pc-linux-gnu/4.5.3/crtprec80.o
37 /usr/lib64/gcc/x86_64-pc-linux-gnu/4.5.3/libgomp.a
38 ....
39
40 the gcc stuff is multiple pages long. But I don't think it's a good idea
41 to start messing with gcc's files.
42 And what's with the systemd stuff? I never even installed it.
43
44 This is a fresh stage3 install from about a week ago.
45
46 Any thoughts?

Replies

Subject Author
Re: [gentoo-user] emerge problem - removing old libraries? Helmut Jarausch <jarausch@××××××××××××××××.de>