Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 134086 - USE_EXPAND_HIDDEN is broken
Summary: USE_EXPAND_HIDDEN is broken
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
: 140548 (view as bug list)
Depends on:
Blocks: 115839
  Show dependency tree
 
Reported: 2006-05-23 01:12 UTC by Zac Medico
Modified: 2006-07-15 14:20 UTC (History)
1 user (show)

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 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. ***