Changes between Initial Version and Version 3 of Ticket #63440


Ignore:
Timestamp:
Sep 3, 2021, 10:52:43 PM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

It's not a side effect of #63437; it is #63437.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63440

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
    • Property Summary changed from py36-cffi 1.14.6: build fails to py36-cffi @1.14.6: Library not loaded: /opt/local/lib/libffi.7.dylib
  • Ticket #63440 – Description

    initial v3  
    11Attempting to upgrade py36-cffi, and the build fails. Here's the part of the build log I think is relevant:
    22
     3{{{
    34:debug:build system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-cffi/py36-cffi/work/cffi-1.14.6" && /opt/local/Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6 setup.py --no-user-cfg build -j12
    45:info:build Traceback (most recent call last):
     
    1314:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ctypes/__init__.py", line 7, in <module>
    1415:info:build     from _ctypes import Union, Structure, Array
    15 :info:build ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_ctypes.cpython-36m-darwin.so, 2): Library not loaded: /opt/local/lib/libffi.7.dylib
     16:info:build ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_ctypes.cpython-36m-darwin.so, 2):
    1617:info:build   Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_ctypes.cpython-36m-darwin.so
    1718:info:build   Reason: image not found
    1819:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-cffi/py36-cffi/work/cffi-1.14.6" && /opt/local/Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6 setup.py --no-user-cfg build -j12
     20}}}