Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2156 - bug in emerge unmerge
Summary: bug in emerge unmerge
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-27 10:00 UTC by Thilo Bangert (RETIRED) (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 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2002-04-27 10:00:59 UTC
emerge --help says i can unmerge a specific version like 
this: 
# emerge --debug --pretend unmerge  
/var/db/pkg/media-libs/freetype-2.0.8  
  
this is what i get: 
 
kniffel root # emerge --debug --pretend unmerge  
/var/db/pkg/media-libs/freetype-2.0.8  
Traceback (most recent call last):  
  File "/usr/bin/emerge", line 1263, in ?  
    if 1==unmerge(myaction, myfiles):  
  File "/usr/bin/emerge", line 739, in unmerge  
    mymatches=localtree.dep_match(candidate_package)  
UnboundLocalError: local variable 'localtree' referenced  
before assignment  
kniffel root # emerge search portage  
[ Results for search key : portage ]  
[ Applications found : 1 ]  
  
*  sys-apps/portage  
      Latest version Available: 1.9.3  
      Latest version Installed: 1.9.3  
      Homepage: http://www.gentoo.org  
      Description:  
      Portage ports system  
  
 (have not tried portage-1.9.4pre1 yet, sorry)
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-04-29 01:22:09 UTC
ok, fixing docs.  Will be fixed on cvs tonight.