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 pmpp
Recipients Alex.Willmer, pmpp
Date 2017-10-06.05:14:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507266884.06.0.213398074469.issue31710@psf.upfronthosting.co.za>
In-reply-to
Content
--with-system-ffi is mandatory for linux build but no way is provided ( eg --with-ffi-includes= --with-ffi-libs= ) so setup.py can detect libffi already built in $PREFIX and $EPREFIX/lib.

even if cflags/ldflags are ok , _ctypes build will be skipped with reason:
INFO: Could not locate ffi libs and/or headers

test condition: crystax-ndk toward android-19 on ubuntu xenial 32 bits
History
Date User Action Args
2017-10-06 05:14:44pmppsetrecipients: + pmpp, Alex.Willmer
2017-10-06 05:14:44pmppsetmessageid: <1507266884.06.0.213398074469.issue31710@psf.upfronthosting.co.za>
2017-10-06 05:14:44pmpplinkissue31710 messages
2017-10-06 05:14:43pmppcreate