Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Strange --depclean / mit-krb5
Date: Mon, 08 Dec 2008 20:40:44
Message-Id: 5bdc1c8b0812081240s5777a849k3000992961b58de3@mail.gmail.com
1 I wonder if someone can guess at what I'm supposed to do to be able to
2 complete --depclean. The machine is currently clean on emerge -DuN
3 world and revdep-rebuild. I don't understand how I'm supposed to
4 handle this mit-krb5 thing.
5
6 I've shown the use flags for all the packages at the end and don't see
7 what they have in common. Was this caused somehow by my switch to
8 2008.0? The machine was clean before I changed the profile and started
9 rebuilding.
10
11 I did try rebuilding a couple fo the packages but nothing changed afterward...
12
13 Cheers and thanks in advance,
14 Mark
15
16 lightning ~ # emerge -p --depclean
17
18 * Always study the list of packages to be cleaned for any obvious
19 * mistakes. Packages that are part of the world set will always
20 * be kept. They can be manually added to this set with
21 * `emerge --noreplace <atom>`. Packages that are listed in
22 * package.provided (see portage(5)) will be removed by
23 * depclean, even if they are part of the world set.
24 *
25 * As a safety measure, depclean will not remove any packages
26 * unless *all* required dependencies have been resolved. As a
27 * consequence, it is often necessary to run `emerge --update
28 * --newuse --deep @system @world` prior to depclean.
29
30 Calculating dependencies... done!
31 >>> Checking for lib consumers...
32 >>> Assigning files to packages...
33 * In order to avoid breakage of link level dependencies, one or more
34 * packages will not be removed. This can be solved by rebuilding the
35 * packages that pulled them in.
36 *
37 * app-crypt/mit-krb5-1.6.3-r4 pulled in by:
38 * app-text/ghostscript-gpl-8.62
39 * dev-util/subversion-1.5.4
40 * media-sound/vorbis-tools-1.2.0-r2
41 * media-video/totem-2.22.2-r1
42 * net-print/gnome-cups-manager-0.33
43 * net-print/libgnomecups-0.2.3
44 * x11-libs/gtk+-2.14.5
45 *
46 >>> Adding lib providers to graph...
47 -
48 Calculating dependencies... done!
49 >>> No packages selected for removal by depclean
50 >>> To see reverse dependencies, use --verbose
51 lightning ~ #
52
53 lightning ~ # emerge -pv ghostscript-gpl subversion vorbis-tools totem
54 gnome-cups-manager libgnomecups gtk+
55
56 These are the packages that would be merged, in order:
57
58 Calculating dependencies... done!
59 [ebuild R ] x11-libs/gtk+-2.14.5 USE="X cups jpeg tiff -debug
60 -doc -jpeg2k -vim-syntax -xinerama" 0 kB
61 [ebuild R ] net-print/libgnomecups-0.2.3 USE="-debug" 0 kB
62 [ebuild R ] dev-util/subversion-1.5.4 USE="berkdb dso java nls
63 perl python webdav-neon -apache2 -bash-completion -debug -doc -emacs
64 -extras -ruby -sasl -vim-syntax -webdav-serf" 0 kB
65 [ebuild R ] media-sound/vorbis-tools-1.2.0-r2 USE="flac nls
66 ogg123 -speex" 0 kB
67 [ebuild R ] app-text/ghostscript-gpl-8.62 USE="X cjk cups gtk
68 -bindist -djvu -jpeg2k" 0 kB
69 [ebuild R ] media-video/totem-2.22.2-r1 USE="bluetooth gnome
70 python -debug -galago -lirc -nautilus -nsplugin -nvtv -seamonkey
71 -tracker -xulrunner" 0 kB
72 [ebuild R ] net-print/gnome-cups-manager-0.33 USE="-debug" 0 kB
73
74 Total: 7 packages (7 reinstalls), Size of downloads: 0 kB
75 lightning ~ #

Replies

Subject Author
Re: [gentoo-user] Strange --depclean / mit-krb5 Willie Wong <wwong@×××××××××.edu>