Summary: | app-eselect/eselect-python: python-wrapper: Print error message when python is not found | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Fabian Groffen <grobian> |
Component: | [OLD] Unspecified | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED OBSOLETE | ||
Severity: | enhancement | CC: | ar, gentoo-bugs, grobian |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Fabian Groffen
![]() Got the same problem on a old installation updated today: Looks like python-2.6.4-r1 ebuild does not report SLOT='2.6' correctly... # emerge -1 python:2.6 Calculating dependencies... done! >>> Verifying ebuild manifests >>> Emerging (1 of 1) dev-lang/python-2.6.4-r1 * python-gentoo-patches-2.6.4-r1.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ] * Python-2.6.4.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] * "bsddb" module is out-of-date and no longer maintained inside dev-lang/python. It has * been additionally removed in Python 3. You should use external, still maintained "bsddb3" * module provided by dev-python/bsddb3 which supports both Python 2 and Python 3. >>> Unpacking source... >>> Unpacking python-gentoo-patches-2.6.4-r1.tar.bz2 to /var/tmp/portage/dev-lang/python-2.6.4-r1/work >>> Unpacking Python-2.6.4.tar.bz2 to /var/tmp/portage/dev-lang/python-2.6.4-r1/work >>> Source unpacked in /var/tmp/portage/dev-lang/python-2.6.4-r1/work >>> Preparing source in /var/tmp/portage/dev-lang/python-2.6.4-r1/work ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-lang/python-2.6.4-r1/work ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-lang/python-2.6.4-r1/work ... >>> Source compiled. >>> Test phase [not enabled]: dev-lang/python-2.6.4-r1 >>> Install python-2.6.4-r1 into /var/tmp/portage/dev-lang/python-2.6.4-r1/image/ category dev-lang >>> Completed installing python-2.6.4-r1 into /var/tmp/portage/dev-lang/python-2.6.4-r1/image/ >>> Installing (1 of 1) dev-lang/python-2.6.4-r1 * QA Notice: Expected SLOT='2.6', got '' * Messages for package dev-lang/python-2.6.4-r1: * "bsddb" module is out-of-date and no longer maintained inside dev-lang/python. It has * been additionally removed in Python 3. You should use external, still maintained "bsddb3" * module provided by dev-python/bsddb3 which supports both Python 2 and Python 3. >>> Auto-cleaning packages... >>> No outdated packages were found on your system. * GNU info directory index is up-to-date. # eselect python set python2.6 !!! Error: Invalid target python2.6 exiting (In reply to comment #1) Bug #321145. python-wrapper is no longer used since 20151117-r2. |