Bug 533341

Summary: /usr/lib/python2.6/config/Makefile in wrong package, breaks distutils
Product: [Fedora] Fedora Reporter: Kamil Páral <kparal>
Component: pythonAssignee: Dave Malcolm <dmalcolm>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: dmalcolm, ivazqueznet, james.antill, jonathansteffan, katzj
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-11-06 16:26:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kamil Páral 2009-11-06 08:26:25 UTC
Description of problem:
This is exactly the same bug as bug #120879 (/usr/lib/python2.3/config/Makefile in wrong package, breaks distutils), but for Python 2.6.

The same goes for easy_install and python-setuptools-devel.

I have also posted an email to fedora-test-list about it:
https://www.redhat.com/archives/fedora-test-list/2009-November/msg00187.html

Version-Release number of selected component (if applicable):
python-2.6.2-2.fc12.x86_64

Comment 1 Dave Malcolm 2009-11-06 16:26:39 UTC
* Thu Oct 29 2009 David Malcolm <dmalcolm> - 2.6.4-2
- "Makefile" and the config-32/64.h file are needed by distutils/sysconfig.py
_init_posix(), so we include them in the core package, along with their parent
directories (bug 531901)

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

Comment 2 Dave Malcolm 2009-11-06 16:41:05 UTC
(Note that currently this is only fixed in "devel", for fc13 onwards; seems late in the day for FC12 to be respinning python)