Modify ↓
Ticket #188 (closed defect: fixed)
pyyaml 3.09 fails to build with gcc4.6
| Reported by: | ubuntu@… | Owned by: | xi |
|---|---|---|---|
| Priority: | high | Component: | pyyaml |
| Severity: | major | Keywords: | |
| Cc: |
Description
In the next Ubuntu release we will be using gcc4.6. pyyaml fails to build with it. The failure is:
Function `PyCObject_FromVoidPtr' implicitly converted to pointer at ext/_yaml.c:20301 Function `PyCObject_FromVoidPtr' implicitly converted to pointer at ext/_yaml.c:20301
The full build log is available at:
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Rebuilding libyaml bindings with the latest Cython seems to fix the issue, will update the bindings for the next release.