[issue17873] _ctypes/libffi missing bits for aarch64 support

2016-03-02 Thread Berker Peksag
Berker Peksag added the comment: This has been fixed as part of updating libffi in issue 22176: https://github.com/python/cpython/blob/master/Modules/_ctypes/libffi/fficonfig.py.in#L20 Thanks for the report and for the patch, Andreas! -- nosy: +berker.peksag resolution: -> out of

[issue17873] _ctypes/libffi missing bits for aarch64 support

2014-10-01 Thread Andreas Schwab
Andreas Schwab added the comment: https://build.opensuse.org/package/show/openSUSE:Factory:ARM/python3-base -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17873 ___

[issue17873] _ctypes/libffi missing bits for aarch64 support

2014-09-30 Thread Mark Lawrence
Mark Lawrence added the comment: The patch is a one line addition to fficonfig.py.in, could someone glance at it please. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17873

[issue17873] _ctypes/libffi missing bits for aarch64 support

2014-09-30 Thread STINNER Victor
STINNER Victor added the comment: The patch should be sent upstream: https://sourceware.org/libffi/ -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17873 ___

[issue17873] _ctypes/libffi missing bits for aarch64 support

2014-09-30 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +amaury.forgeotdarc, belopolsky, meador.inge ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17873 ___

[issue17873] _ctypes/libffi missing bits for aarch64 support

2014-09-30 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: I don't think fficonfig.py.in is from upstream. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17873 ___

[issue17873] _ctypes/libffi missing bits for aarch64 support

2014-09-30 Thread Andreas Schwab
Andreas Schwab added the comment: fficonfig.py.in isn't part of upstream. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17873 ___ ___

[issue17873] _ctypes/libffi missing bits for aarch64 support

2014-09-30 Thread STINNER Victor
STINNER Victor added the comment: I don't know the AArch64 arch and I don't have access to such architecture, but the patch looks good to me. I guess that Andreas has access and tried his patch? -- ___ Python tracker rep...@bugs.python.org

[issue17873] _ctypes/libffi missing bits for aarch64 support

2013-07-07 Thread Christian Heimes
Changes by Christian Heimes li...@cheimes.de: -- nosy: +christian.heimes, ronaldoussoren stage: - patch review versions: +Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17873 ___

[issue17873] _ctypes/libffi missing bits for aarch64 support

2013-04-29 Thread Andreas Schwab
New submission from Andreas Schwab: ctype modules doesn't build for aarch64 due to missing bits in the fficonfig.py script. -- components: ctypes files: ctypes-libffi-aarch64.patch keywords: patch messages: 188116 nosy: schwab priority: normal severity: normal status: open title: