Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 460016 - distutils-r1: python_configure_all() doesn't have best-impl if there's no python_configure()
Summary: distutils-r1: python_configure_all() doesn't have best-impl if there's no pyt...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-02 17:47 UTC by Michał Górny
Modified: 2021-07-15 17:12 UTC (History)
1 user (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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-03-02 17:47:55 UTC
The design of the eclass assumes that _all() phases reuse variable values stored during per-impl phases. This fails in case of python_configure_all() when there is no python_configure().

Not sure if it's worth addressing this in a hurry. The multibuild migration will fix change the relevant code and fix it anyway.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-03-09 12:52:05 UTC
Fixed with the switch to multibuild.eclass.