-
```
libffi contains assembly code which does not currently pass validation.
```
Original issue reported on code.google.com by `sbc@google.com` on 7 Jan 2015 at 10:39
-
https://github.com/vezel-dev/libffi/blob/83a25935fc8ea5a5d1769d5b5a3522947d16f32c/build.zig#L307
Requires:
* https://github.com/ziglang/fetch-them-macos-headers/issues/28
-
cffi does not admit the possibility of libffi.so.8
One fix is to add to line 34 `~quicklisp/dists/quicklisp/software/cffi_0.24.1/libffi/libffi.lisp`
(:unix (:or "libffi.so.8" "libffi.so.7"…
-
Don't forget to put a link in A. Installation about installing libffi for Debian/Red Hat/Fedora
-
```
libffi contains assembly code which does not currently pass validation.
```
Original issue reported on code.google.com by `sbc@google.com` on 7 Jan 2015 at 10:39
-
### Versions
* Python: 3.6 (host) 3.7 (p4a)
* OS: ubuntu 18.04 (docker)
* Kivy: master
* Cython: 0.28.6
### Description
Because autogen was missing, libffi.la was failing to build, but tha…
-
We can't build on RHEL 7 because of contamination with libs that are not installed on other distros, such as Ubuntu.
However, Amazon Linux 1 (2018.03) has the same `glibc` version as RHEL7: 2.17. M…
dumol updated
1 month ago
-
Have you considering submitting this project for inclusion in Emacs? If this FFI and libffi were part of the standard Emacs distribution, FFI-using libraries would be much, much more convenient to dev…
-
```
gcc -pipe -m64 -O2 -fomit-frame-pointer -DNDEBUG -Wall -fPIC -shared -Wl,--export-dynamic -o libtclcffi1.3a0.so tclCffi.o tclCffiAlias.o tclCffiCallback.o tclCffiEnum.o tclCffiFunction.o tclC…
-
Hi
I've been dealing with this issue since we moved our application from flask development application server to wsgi and I'm unable to find a solution to it
### Runtime environment
```
pyth…