Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21110 - KDE remains in world-file after unmerging
Summary: KDE remains in world-file after unmerging
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Portage team
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2003-05-16 10:24 UTC by Thomas Schuetz
Modified: 2011-10-30 22:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
fixed (bugs.21110.patch,10.05 KB, patch)
2003-08-02 22:48 UTC, Masatomo Nakano (RETIRED)
Details | Diff
patch for portage.py (bugs.21110.patch,13.65 KB, patch)
2003-10-19 08:34 UTC, Masatomo Nakano (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Schuetz 2003-05-16 10:24:35 UTC
I decided to unmerge some of the KDE-packages I don't need. 
So I unmerge the meta-package kde, to avoid installing the other 
packages with "emerge -u world" again. But the "kde-base/kde" 
stayed in the world file and emerge complained about it.
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2003-05-16 15:46:18 UTC
This is not a kde bug, but a bug in portage. When unmerging the last version of a package it should disappear from world. The portage people also probably want to know which version of portage you used. To solve the problem for you, remove the line that says kde-base/kde from /var/cache/edb/world
Comment 2 Thomas Schuetz 2003-05-16 17:07:05 UTC
I'm using the actual portage 2.0.47-r10 
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-05-17 05:40:16 UTC
try 2.0.48_pre6
Comment 4 Thomas Schuetz 2003-05-17 18:04:44 UTC
Same problem 
Comment 5 Masatomo Nakano (RETIRED) gentoo-dev 2003-08-02 22:48:58 UTC
Created attachment 15412 [details, diff]
fixed
Comment 6 Masatomo Nakano (RETIRED) gentoo-dev 2003-10-19 08:34:42 UTC
Created attachment 19477 [details, diff]
patch for portage.py

This is for current portage.py.

This problem is that unmerge process doesn't "#step 5: well, removal of package
objects is complete, now for package *meta*-objects..." section when the
package is meta-package like KDE.
Comment 7 Nicholas Jones (RETIRED) gentoo-dev 2003-10-26 22:59:51 UTC
Reviewing.
Comment 8 Nicholas Jones (RETIRED) gentoo-dev 2003-11-09 23:15:29 UTC
included for -r17