Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 134086

Summary: USE_EXPAND_HIDDEN is broken
Product: Portage Development Reporter: Zac Medico <zmedico>
Component: Core - Interface (emerge)Assignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: normal CC: felix-gentoo
Priority: High Keywords: InVCS
Version: 2.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 115839    

Description Zac Medico gentoo-dev 2006-05-23 01:12:27 UTC
People seem to really dislike seeing USERLAND and ELIBC variables in the `emerge -pv`.  Flameeyes notified me about USE_EXPAND_HIDDEN but it seems to be broken in 2.1_rc2 at least...


USE_EXPAND_HIDDEN="USERLAND" emerge -pv portage

These are the packages that would be merged, in order:

Calculating dependencies... done!
Traceback (most recent call last):
  File "/usr/bin/emerge", line 3465, in ?
    mydepgraph.display(mydepgraph.altlist())
  File "/usr/bin/emerge", line 1673, in display
    verboseadd += create_use_string(key.upper(), cur_iuse_map[key], cur_use_map[key],
KeyError: 'userland'
Comment 1 Zac Medico gentoo-dev 2006-05-23 02:05:46 UTC
This is fixed in svn r3399.
Comment 2 Zac Medico gentoo-dev 2006-05-23 12:08:09 UTC
This has been released in 2.1_rc2-r1.
Comment 3 Zac Medico gentoo-dev 2006-07-15 14:20:23 UTC
*** Bug 140548 has been marked as a duplicate of this bug. ***