This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aixtools@gmail.com
Recipients aixtools@gmail.com, akuchling, bugs-python@vendor.thewrittenword.com, drkirkby, elyeshel, gpion, pitrou, rubisher, sable
Date 2015-04-24.01:28:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429838906.25.0.394927594527.issue6006@psf.upfronthosting.co.za>
In-reply-to
Content
Although this is closed - it is not (yet) resolved, really.

ctypes does not compile on AIX 5.3, or AIX 6.1.

Applying the patch posted (https://bugs.python.org/file17098/pyffi.patch) does get rid of most of the problems. However, to completely "fix" it I also copied as follows:

cp  -rp ../sourceforge/libffi/libffi-3.2.1/src/powerpc ./Python-2.7.8/Modules/_ctypes/libffi/src/powerpc
make clean
make

There are still other issues - BUT - with this ctypes completes as a module of python.
History
Date User Action Args
2015-04-24 01:28:26aixtools@gmail.comsetrecipients: + aixtools@gmail.com, akuchling, pitrou, sable, elyeshel, rubisher, drkirkby, bugs-python@vendor.thewrittenword.com, gpion
2015-04-24 01:28:26aixtools@gmail.comsetmessageid: <1429838906.25.0.394927594527.issue6006@psf.upfronthosting.co.za>
2015-04-24 01:28:26aixtools@gmail.comlinkissue6006 messages
2015-04-24 01:28:25aixtools@gmail.comcreate