Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 365425 - [www-client/pybugz-0.9.1] Active version of CPython 2 is not supported by www-client/pybugz-0.9.1
Summary: [www-client/pybugz-0.9.1] Active version of CPython 2 is not supported by www...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-30 16:46 UTC by taaroa
Modified: 2011-05-01 17:40 UTC (History)
3 users (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 taaroa 2011-04-30 16:46:05 UTC
Active version of CPython 2 is not supported by www-client/pybugz-0.9.1


Reproducible: Always

Steps to Reproduce:
1. eix-sync && emerge -uDN world OR eix-sync & emerge -1u pybugz
2.
3.
Actual Results:  
ERROR: www-client/pybugz-0.9.1 failed (setup phase):
Active version of CPython 2 is not supported by www-client/pybugz-0.9.1



# eselect python list
Available Python interpreters:
  [1]   python2.6
  [2]   python2.7
  [3]   python3.1 *

# cat /var/lib/portage/logs/www-client:pybugz-0.9.1:20110430-164244.log
* Package:    www-client/pybugz-0.9.1
 * Repository: gentoo
 * Maintainer: williamh@gentoo.org
 * USE:        amd64 elibc_glibc kernel_linux userland_GNU zsh-completion
 * FEATURES:   fakeroot preserve-libs sandbox suidctl usersandbox
 * ERROR: www-client/pybugz-0.9.1 failed (setup phase):
 *   Active version of CPython 2 is not supported by www-client/pybugz-0.9.1
 * 
 * Call stack:
 *       ebuild.sh, line   56:  Called pkg_setup
 *       ebuild.sh, line 1439:  Called python_pkg_setup
 *   python.eclass, line  377:  Called _python_calculate_PYTHON_ABIS
 *   python.eclass, line  700:  Called die
 * The specific snippet of code:
 *                                                      die "Active version of CPython 2 is not supported by ${CATEGORY}/${PF}"
 * 
 * If you need support, post the output of 'emerge --info =www-client/pybugz-0.9.1',
 * the complete build log and the output of 'emerge -pqv =www-client/pybugz-0.9.1'.
 * The complete build log is located at '/var/lib/portage/logs/www-client:pybugz-0.9.1:20110430-164244.log'.
 * The ebuild environment file is located at '/var/tmp/portage/www-client/pybugz-0.9.1/temp/die.env'.
 * S: '/var/tmp/portage/www-client/pybugz-0.9.1/work/williamh-pybugz-83d5ae7'
Comment 1 Mike Gilbert gentoo-dev 2011-04-30 18:04:53 UTC
The following command will display your currently active Python 2 interpreter, which is separate from your main active Python interpreter. 

eselect python show --python2

Also note that pybugz doesn't work with Python 3 anyway.
Comment 2 taaroa 2011-05-01 17:40:05 UTC
(In reply to comment #1)
yes. by default was 2.6. 
after eselect python set --python2 2 & python-updater solved the problem.
need make a more informative message... maybe