Gentoo Archives: gentoo-user

From: "Stefan G. Weichinger" <lists@×××××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: udev-197 moves from /usr/lib to /lib
Date: Fri, 11 Jan 2013 16:08:08
Message-Id: 50F03872.1070308@xunil.at
In Reply to: [gentoo-user] Re: udev-197 moves from /usr/lib to /lib by Nikos Chantziaras
1 Am 11.01.2013 16:14, schrieb Nikos Chantziaras:
2
3 > Running this command (all in one line):
4 >
5 > emerge -p1 $(for p in $(qfile -Cvq $(find /usr/lib/udev/) | sort -u); do
6 > echo "=$p"; done)
7 >
8 > should re-emerge all packages that still have files there. After that,
9 > /usr/lib/udev should no longer exist. If it still does, then there are
10 > files in it that don't belong to any package. Check them manually and
11 > delete them as needed or move them over. Then delete /usr/lib/udev.
12
13 phew, that lists quite a list of packages here:
14
15 [ebuild R ] sys-fs/fuse-2.9.2
16 [ebuild R ] media-gfx/sane-backends-1.0.23
17 [ebuild R ] sys-apps/hwids-20130108
18 [ebuild R ] media-sound/alsa-utils-1.0.26-r1
19 [ebuild R ] media-libs/libmtp-1.1.5
20 [ebuild R ] media-libs/libgphoto2-2.5.0
21 [ebuild R ] sys-fs/ntfs3g-2012.1.15-r2
22 [ebuild R ] sys-libs/libosinfo-0.2.2
23 [ebuild R ] net-wireless/crda-1.1.2-r4
24 [ebuild R ] sys-fs/mdadm-3.2.6
25 [ebuild R ] x11-drivers/nvidia-drivers-310.19
26 [ebuild R ] sys-auth/consolekit-0.4.5_p20120320-r1
27 [ebuild R ] x11-misc/colord-0.1.26-r1
28 [ebuild R ] sys-power/upower-0.9.19
29 [ebuild R ] sys-fs/udisks-1.0.4-r4
30 [ebuild R ] app-admin/system-config-printer-common-1.3.12
31 [ebuild R ] sys-fs/udisks-2.0.91
32 [ebuild R ] net-print/hplip-3.12.11
33 [ebuild R ] net-wireless/bluez-4.101-r5
34 [ebuild R ] net-misc/networkmanager-0.9.6.4
35 [ebuild R ] sys-fs/udev-init-scripts-19
36 [ebuild R ] net-wireless/gnome-bluetooth-3.6.1
37 [ebuild R ] media-sound/pulseaudio-3.0 USE="(-neon)"
38 [ebuild R ] app-emulation/qemu-1.2.1 USE="(-selinux)"
39 [ebuild R ] app-emulation/vmware-modules-271.1-r1
40
41 Stefan