Bug 490573
| Summary: | python ctypes should use system libffi | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Adam Goode <adam> | ||||
| Component: | python | Assignee: | James Antill <james.antill> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | 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-03-17 14:06:31 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 488396 | ||||||
| Attachments: |
|
||||||
|
Description
Adam Goode
2009-03-17 02:37:47 UTC
Actually, this is slightly more urgent than I realized, the local libffi in python doesn't contain ffi_closure_alloc and ffi_closure_free, which are needed to fix bug #488396. Created attachment 335476 [details]
Patch to python.spec to use system libffi
Thanks for the patch, building now: http://koji.fedoraproject.org/koji/taskinfo?taskID=1246000 |