On Sun, May 31, 2020 at 01:09:11AM +0300, Matti Picus wrote:
> It seems the pypy 7.3.1 tarball is broken on macOS since it links to an
> installation of libffi in the non-standard location 
> `/usr/local/opt/libffi/lib/
> libffi.6.dylib`, see issue 3229[0].

I'm going to remove the homebrew ffi from the PKG_CONFIG_PATH - should cause
the system ffi to get used.

I think if you want to ship portable binary packages, they should be
self-contained - you can't really know what Apple is going to include or remove
from release to release.

I think this principle holds on the various Linux distros as well - you can't
know what version of the various dependencies is going to be installed.

m

-- 
Matt Billenstein
m...@vazor.com
http://www.vazor.com/
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to