-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please help building the cffi recipe #1159
Comments
This problem with the cffi recipe was solved by defining env['LDSHARED'] to use ARM's gcc. |
Hi @wexi, thanks for reporting, but why closing? This is indeed a bug in CFFI recipe and the bug is still present right? I came across it and solved in my local recipe a couple of months ago https://github.com/AndreMiras/EtherollApp/blob/v20180531/src/python-for-android/recipes/cffi/__init__.py. So I also created a pull request that solves it and a bunch of other things #1295. I also think the fix should also be integrated more deeply in recipes parent classes. So feel free to come up with a pull request that also fixes that. Regarding cryptography, please share your problem I may already have faced and solved it. I would be glad to help, specially if p4a can benefit from it. |
For reference that error can also come from |
Hi Python-For-Kivy fellows,
Help would be appreciated in building the cffi package, an essential
pyOpenSSL / cryptography dependency.
Thanks, Enoch.
In
class CffiRecipe(CompiledComponentsPythonRecipe)
I tried the twopython calling options. The original version 11.4.2 fails identically.
call_hostpython_via_targetpython = True
:call_hostpython_via_targetpython = False
:The text was updated successfully, but these errors were encountered: