Bug 510657
| Summary: | distutils creates a broken pypirc and can't upload | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andrew McNabb <amcnabb> |
| Component: | python | Assignee: | Dave Malcolm <dmalcolm> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 11 | CC: | a.badger, dmalcolm, icon, ivazqueznet, james.antill, jonathansteffan, katzj |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 2.6-12.fc11 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-01-08 20:00:03 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
Andrew McNabb
2009-07-10 04:40:01 UTC
This is a distutils bug (part of core python): http://bugs.python.org/issue4400 dmalcolm: backporting the particular portion of the patch that fixes the issue is pretty simple: http://svn.python.org/view/python/trunk/Lib/distutils/config.py?r1=67926&r2=67925&pathrev=67926 Built with the patch here: http://koji.fedoraproject.org/koji/taskinfo?taskID=1786808 Note to self: the fix was present in the 2.6.2 tarball, so is in F-12 already python-2.6-12.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/python-2.6-12.fc11 python-2.6-12.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update python'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-11039 python-2.6-12.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |