You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation errors out on the openssl build step:
% asdf install python 3.8.2
python-build 3.8.2 /Users/rrosborough/.asdf/installs/python/3.8.2
Downloading openssl-1.1.0j.tar.gz...
-> https://www.openssl.org/source/old/1.1.0/openssl-1.1.0j.tar.gz
Installing openssl-1.1.0j...
BUILD FAILED (OS X 13.4.1 using python-build 2.3.23-1-g8aabba94)
Inspect or clean up the working tree at /var/folders/zl/gg4dq_zj6292dsmb17fhmh4h0000gp/T/python-build.20230727071815.55209
Results logged to /var/folders/zl/gg4dq_zj6292dsmb17fhmh4h0000gp/T/python-build.20230727071815.55209.log
Last 10 log lines:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcrypto.a(ecp_nistp521.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcrypto.a(ecp_nistputil.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcrypto.a(e_rc5.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcrypto.a(m_md2.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcrypto.a(rand_egd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcrypto.a(rand_vms.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcrypto.a(rand_win.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcrypto.a(threads_none.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcrypto.a(threads_win.o) has no symbols
make: *** [all] Error 2
Installing 3.8.4+ works, see pyenv/pyenv#1737 (comment). It would be better to supply an error message when the user attempts to install an unsupported version.
Provide environment information
To Reproduce
Describe the Bug
Installation errors out on the openssl build step:
Log file here. Notice:
Why is asdf-python thinking that my architecture is i386 instead of arm64?
Expected Behaviour
Installing python 3.8.2 should work with default settings.
The text was updated successfully, but these errors were encountered: