Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 365289 - eselect python doesn't work if no man pages are installed
Summary: eselect python doesn't work if no man pages are installed
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-29 09:49 UTC by Justin Lecher (RETIRED)
Modified: 2011-04-29 09:52 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 Justin Lecher (RETIRED) gentoo-dev 2011-04-29 09:49:27 UTC
FEATURES="noman" makes eselect python unusable

# eselect python list
Available Python interpreters:
  [1]   python2.6
  [2]   python2.7
  [3]   python3.1 *
bluebook ~ # eselect python set 2
Couldn't find a man page for python2.7; skipping.
bluebook ~ # eselect python set --python2 python2.7
Couldn't find a man page for python2.7; skipping.
bluebook ~ # eselect python set python2.7
Couldn't find a man page for python2.7; skipping.
bluebook ~ # eselect python set python2.6
Couldn't find a man page for python2.6; skipping.