【发布时间】:2022-10-06 00:45:41
【问题描述】:
我在 macOS HighSierra 10.13.6 上,无法brew install openssl。我在this post 之后修改了openssl@3.rb,但仍然出现以下错误:
==> make
Last 15 lines from /Users/hahnemann/Library/Logs/Homebrew/openssl@3/02.make:
crypto/bn/rsaz-avx512.s:857:2: error: instruction requires: AVX-512 ISA AVX-512 VL ISA
vmovdqu64 %ymm1,32(%rdi)
^
crypto/bn/rsaz-avx512.s:858:2: error: instruction requires: AVX-512 ISA AVX-512 VL ISA
vmovdqu64 %ymm2,64(%rdi)
^
crypto/bn/rsaz-avx512.s:859:2: error: instruction requires: AVX-512 ISA AVX-512 VL ISA
vmovdqu64 %ymm3,96(%rdi)
^
crypto/bn/rsaz-avx512.s:860:2: error: instruction requires: AVX-512 ISA AVX-512 VL ISA
vmovdqu64 %ymm4,128(%rdi)
^
make[1]: *** [crypto/bn/liblegacy-lib-rsaz-avx512.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [build_sw] Error 2
Do not report this issue to Homebrew/brew or Homebrew/core!
These open issues may also help:
curl + recursive dependen{cies,ts}: switch to `openssl@3` https://github.com/Homebrew/homebrew-core/pull/85775
标签: openssl homebrew macos-high-sierra