Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 359661 - www-client/pybugz-0.9.0_rc3 requires dev-lang/python:2.6
Summary: www-client/pybugz-0.9.0_rc3 requires dev-lang/python:2.6
Status: RESOLVED INVALID
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-03-20 21:02 UTC by Vincent-Xavier JUMEL
Modified: 2011-03-21 00:31 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 Vincent-Xavier JUMEL 2011-03-20 21:02:33 UTC
www-client/pybugz-0.9.0_rc3 requires dev-lang/python:2.6 but doesn't pull it as a depency.

Reproducible: Always
Comment 1 Rafał Mużyło 2011-03-20 21:08:59 UTC
Do you mean python 2 or do you have a log of a failure with python 2.7 ?
Comment 2 Vincent-Xavier JUMEL 2011-03-20 21:14:58 UTC
I have 

 * pybugz-0.9.0_rc3.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                                                                                                                                                                                 [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                                                                                                                                                       [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                                                                                                                                      [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                                                                                                                                     [ ok ]
 * checking pybugz-0.9.0_rc3.tar.gz ;-) ...                                                                                                                                                                                                                                [ ok ]
 * Package:    www-client/pybugz-0.9.0_rc3
 * Repository: gentoo
 * Maintainer: williamh@gentoo.org
 * USE:        amd64 elibc_glibc kernel_linux multilib userland_GNU zsh-completion
 * FEATURES:   preserve-libs sandbox splitdebug userpriv usersandbox
 * ERROR: www-client/pybugz-0.9.0_rc3 failed (setup phase):
 *   dev-lang/python:2.6 is not installed
 * 
 * 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  752:  Called _python_final_sanity_checks
 *   python.eclass, line  306:  Called die
 * The specific snippet of code:
 *                              die "$(python_get_implementational_package) is not installed"
 * 

emerge uses the python3 useflag and  I've both dev-lang/python-2.7.1-r1 and dev-lang/python-3.1.3-r1
Comment 3 Rafał Mużyło 2011-03-20 21:43:12 UTC
Did you i.e, just upgrade to python 2.7 and still have USE_PYTHON set to 2.6 ?
Comment 4 Vincent-Xavier JUMEL 2011-03-20 23:14:34 UTC
(In reply to comment #3)
> Did you i.e, just upgrade to python 2.7 and still have USE_PYTHON set to 2.6 ?

I've upgraded to Python a while ago, but I was still having USE_PYTHON="2.6 2.7 3.1"
Comment 5 Rafał Mużyło 2011-03-21 00:31:39 UTC
In that case, it was your mistake.
Correct the value of that var.