if you are using Gentoo on your B2, please note that a recent issue within the Gentoo tree may have resulted in the /usr/bin/python link being misdirected. As a result, issuing "python" at the command line will not work and many installs / upgrades (such as when using genup) will fail.
To check if this affects you, simply issue:
Code: Select all
b2 ~ # python
Code: Select all
b2 ~ # emerge --ask --verbose --oneshot dev-lang/python-exec
Once this package has installed, python should launch normally, and genup etc. should also work once more.
Best, sakaki