Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 390621 - app-portage/gentoopm-0.2.2 fails to build with Cpython problem
Summary: app-portage/gentoopm-0.2.2 fails to build with Cpython problem
Status: RESOLVED DUPLICATE of bug 389191
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-15 16:06 UTC by Fabio Coatti
Modified: 2011-11-15 16:56 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 Fabio Coatti 2011-11-15 16:06:31 UTC
emerging app-portage/gentoopm-0.2.2 on my sistem, I get this error:


>>> Verifying ebuild manifests
>>> Emerging (1 of 1) app-portage/gentoopm-0.2.2
>>> Failed to emerge app-portage/gentoopm-0.2.2, Log file:
>>>  '/var/tmp/portage/app-portage/gentoopm-0.2.2/temp/build.log'
>>> Jobs: 0 of 1 complete, 1 failed                 Load avg: 0.81, 0.76, 0.77
 * Package:    app-portage/gentoopm-0.2.2
 * Repository: gentoo
 * Maintainer: mgorny@gentoo.org
 * Upstream:   mgorny@gentoo.org http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&component=Applications&short_desc=app-portage/gentoopm:%20
 * USE:        amd64 elibc_glibc kernel_linux multilib userland_GNU
 * FEATURES:   preserve-libs sandbox
>>> cfg-update-1.8.2-r1: Creating checksum index...
 * ERROR: app-portage/gentoopm-0.2.2 failed (setup phase):
 *   Active version of CPython 3 is not supported by app-portage/gentoopm-0.2.2
 * 
 * Call stack:
 *       ebuild.sh, line  84:  Called pkg_setup
 *       ebuild.sh, line 314:  Called python_pkg_setup
 *   python.eclass, line 418:  Called _python_calculate_PYTHON_ABIS
 *   python.eclass, line 794:  Called die
 * The specific snippet of code:
 *                                              die "Active version of CPython 3 is not supported by ${CATEGORY}/${PF}"
 * 
 * If you need support, post the output of 'emerge --info =app-portage/gentoopm-0.2.2',
 * the complete build log and the output of 'emerge -pqv =app-portage/gentoopm-0.2.2'.
 * The complete build log is located at '/var/tmp/portage/app-portage/gentoopm-0.2.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-portage/gentoopm-0.2.2/temp/die.env'.
 * S: '/var/tmp/portage/app-portage/gentoopm-0.2.2/work/gentoopm-0.2.2'


Maybe some dependency or else must be specified?

on my system:

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



Reproducible: Always
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-11-15 16:56:38 UTC

*** This bug has been marked as a duplicate of bug 389191 ***