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

Bug 399139

Summary: app-admin/eselect-python - Can't select python without man page
Product: Gentoo Linux Reporter: BRULE Herman <alpha_one_x86>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description BRULE Herman 2012-01-17 07:45:53 UTC
I try change to right version of python into my minimal system without man page, doc, ...

Reproducible: Always

Steps to Reproduce:
1. emerge python with in make.conf: FEATURES="... noman noinfo nodoc ..."
2. eselect python set python3.1
Actual Results:  
eselect python set python2.7
Couldn't find a man page for python2.7; skipping.

Expected Results:  
Work in all case (else block important switching)
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-01-17 14:56:48 UTC
Indeed. Why does it say "skipping" and then do a return 1?
Comment 2 Mike Gilbert gentoo-dev 2014-01-19 01:37:16 UTC
This is not treated as a fatal condition, and the python interpreter is correctly changed.

Nothing to fix here.
Comment 3 Mike Gilbert gentoo-dev 2014-01-19 01:38:21 UTC
*** Bug 408147 has been marked as a duplicate of this bug. ***