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)
Indeed. Why does it say "skipping" and then do a return 1?
This is not treated as a fatal condition, and the python interpreter is correctly changed. Nothing to fix here.
*** Bug 408147 has been marked as a duplicate of this bug. ***