Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20101 - emerge unmerge broken in portage 2.0.48_pre3
Summary: emerge unmerge broken in portage 2.0.48_pre3
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-28 09:11 UTC by Rainer Größlinger (RETIRED)
Modified: 2011-10-30 22:18 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Größlinger (RETIRED) gentoo-dev 2003-04-28 09:11:33 UTC
It happens to every package you use "emerge -C" on.
emerge clean is not affected (and thus, people who update packages won't notice it)

[...]
--- !empty dir /usr/share
--- !empty dir /usr/bin
--- !empty dir /usr
Traceback (most recent call last):
  File "/usr/bin/emerge", line 1766, in ?
    if 1==unmerge(myaction, myfiles):
  File "/usr/bin/emerge", line 1436, in unmerge
    retval=portage.unmerge(mysplit[0],mysplit[1],portage.root,unmerge_action not
in ["clean","prune"])
  File "/usr/lib/python2.2/site-packages/portage.py", line 1798, in unmerge
    mylink.unmerge(trimworld=mytrimworld)
  File "/usr/lib/python2.2/site-packages/portage.py", line 4127, in unmerge
    myvirts=grabdict(destroot+"var/cache/edb/virtuals")
NameError: global name 'destroot' is not defined
scandium root #
Comment 1 Rainer Größlinger (RETIRED) gentoo-dev 2003-04-28 11:36:58 UTC
fixed in 2.0.48_pre4
resolved / fixed