Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Still kde problems with monolithic->split
Date: Sat, 04 Oct 2008 16:13:59
Message-Id: 200810041814.54710.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] Still kde problems with monolithic->split by meino.cramer@gmx.de
1 On Saturday 04 October 2008 17:50:35 meino.cramer@×××.de wrote:
2 > Alan McKinnon <alan.mckinnon@×××××.com> [08-10-04 17:49]:
3 > > On Saturday 04 October 2008 16:19:10 meino.cramer@×××.de wrote:
4 > > > Hi Alan,
5 > > >
6 > > > yes, this is the point where I am currently: Trying to unmerge these
7 > > > packages.
8 > > > It works physically, but after unmerging the stuff and redoing
9 > > > a emerge -pvuNDt (as I did to send you the list after trying to
10 > > > unmerge all packages in question) emerge thinks, that all that is
11 > > > still on my harddisc.
12 > > > See also my initial mail.
13 > > > Kind regards,
14 > > > Meino Cramer
15 > >
16 > > That sounds like an impossibility (or a portage bug that hits only
17 > > you...)
18 > >
19 > > Can you supply the exact unmerge command you used?
20 > >
21 > > --
22 > > alan dot mckinnon at gmail dot com
23 >
24 > emerge -C <package>
25 >
26 > very simplistic...
27
28 Is it possible you missed some? Your earlier mail shows:
29
30 [ebuild R ] kde-base/kdegraphics-3.5.9 USE="opengl
31 pdf* -arts* -debug -gphoto2 -imlib -kdeenablefinal -kpathsea% -openexr -povray -scanner -xinerama
32 (-tetex%)" 0 kB
33 [ebuild R ] kde-base/kdeartwork-3.5.9
34 USE="opengl -arts* -debug -kdeenablefinal -xinerama -xscreensaver" 0 kB
35 [ebuild R ] kde-base/kdeaddons-3.5.9 USE="berkdb
36 sdl -arts* -debug -kdeenablefinal -xinerama" 0 kB
37 [ebuild R ] kde-base/kdetoys-3.5.9
38 USE="-arts* -debug -kdeenablefinal -kdehiddenvisibility -xinerama" 0 kB
39 [ebuild R ] kde-base/kdeadmin-3.5.9
40 USE="-arts* -debug -kdeenablefinal -kdehiddenvisibility -xinerama" 0 kB
41 [ebuild R ] kde-base/kdenetwork-3.5.9
42 USE="ssl -arts* -debug -jingle -kdeenablefinal -kdehiddenvisibility -rdesktop -sametime -slp -wifi -xinerama"
43 0 kB
44 [ebuild R ] kde-base/kdewebdev-3.5.9
45 USE="-arts* -debug -doc -kdeenablefinal -tidy -xinerama" 0 kB
46 [ebuild R ] kde-base/kdeedu-3.5.9
47 USE="-arts* -debug -kdeenablefinal -kig-scripting -solver -xinerama" 0 kB
48 [ebuild R ] kde-base/kdegames-3.5.9
49 USE="-arts* -debug -kdeenablefinal -kdehiddenvisibility -xinerama" 0 kB
50 [ebuild R ] kde-base/kdemultimedia-3.5.9 USE="alsa encode gstreamer mp3
51 vorbis -akode -arts* -audiofile -debug -flac -kdeenablefinal -theora -xine -xinerama"
52 0 kB
53 [ebuild R ] kde-base/kdepim-3.5.9-r1
54 USE="-arts* -debug -gnokii -kdeenablefinal -pda -xinerama" 0 kB
55 [ebuild N ] kde-base/kdebase-3.5.9-r3 USE="branding cups hal ldap opengl
56 pam -arts -debug -ieee1394 -java -joystick -kdeenablefinal -kdehiddenvisibility -lm_sensors -logitech-mouse -openexr -samba -xcomposite -xinerama -xscreensaver"
57 0 kB
58
59 Those first 11 are definitely monolithic packages and are definitely installed
60 according to portage. I can't assess how expert you are with portage, so I'll
61 get the easy questions out of the way first.
62
63 If those packages are in world, you have to explicitly remove them
64
65 emerge -avC =kdegraphics-3.5.9 =kdeartwork-3.5.9 ... etc etc etc
66
67 If they are not in world, just dependencies of kde-3.5.9 then
68
69 emerge -av --depclean
70
71 should be enough to remove them. The easy way to see if a package is in world
72 is if a colourized emerge output lists in in bright green.
73
74
75 --
76 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] Still kde problems with monolithic->split meino.cramer@×××.de