[issue26661] python fails to locate system libffi

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +988 ___ Python tracker ___ ___

[issue26661] python fails to locate system libffi

2016-09-18 Thread Christian Heimes
Christian Heimes added the comment: Thanks Robert, I have been running into the same issue for a while. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker

[issue26661] python fails to locate system libffi

2016-09-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset c4cec8f7c727 by Christian Heimes in branch '3.5': Issue #26661: setup.py now detects system libffi with multiarch wrapper. https://hg.python.org/cpython/rev/c4cec8f7c727 New changeset 18825546acbc by Christian Heimes in branch '3.6': Issue #26661:

[issue26661] python fails to locate system libffi

2016-09-18 Thread Christian Heimes
Christian Heimes added the comment: This affects Python 3.7 because our own copy of libffi was removed from 'default'. -- assignee: -> christian.heimes nosy: +christian.heimes priority: normal -> high versions: +Python 2.7, Python 3.5, Python 3.6, Python 3.7

[issue26661] python fails to locate system libffi

2016-03-29 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___

[issue26661] python fails to locate system libffi

2016-03-29 Thread Robert Kuska
New submission from Robert Kuska: Python fails to locate system version of ffi when building. We delete bundled version of ffi and build process fail with following error: error: [Errno 2] No such file or directory: '/builddir/build/BUILD/Python-3.5.1/Modules/_ctypes/libffi' This is caused