Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.8.2 build failure on old Mac #952

Closed
robmaz opened this issue Nov 28, 2023 · 2 comments
Closed

3.8.2 build failure on old Mac #952

robmaz opened this issue Nov 28, 2023 · 2 comments

Comments

@robmaz
Copy link

robmaz commented Nov 28, 2023

3.8.2 fails to build with default config on a MacPro (Early 2009) with MacOS 10.11.6 and compiler version

$ as --version
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Target: x86_64-apple-darwin15.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin

$ ./configure && make
...
Making all in crypto
echo "generating crypto_portable.sym ..."
generating crypto_portable.sym ...
cp ../crypto/crypto.sym crypto_portable.sym
chmod u+w crypto_portable.sym
/Library/Developer/CommandLineTools/usr/bin/make all-am
CPPAS aes/libcrypto_la-aes-macosx-x86_64.lo
CPPAS aes/libcrypto_la-bsaes-macosx-x86_64.lo
CPPAS aes/libcrypto_la-vpaes-macosx-x86_64.lo
CPPAS aes/libcrypto_la-aesni-macosx-x86_64.lo
aes/aesni-macosx-x86_64.S:890:2: error: invalid instruction mnemonic 'endbr64'
endbr64
^~~~~~~
make[2]: *** [aes/libcrypto_la-aesni-macosx-x86_64.lo] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

Looks like it is trying to compile an assembler file it shouldn't for this system?

Libressl versions up to 3.7.3 build fine, so this is a regression.

@busterb
Copy link
Contributor

busterb commented Nov 29, 2023

Hi, this was reported in some other tickets as well; we'll have it addressed in the next release.

@busterb
Copy link
Contributor

busterb commented Nov 29, 2023

Duplicate of #933

@busterb busterb marked this as a duplicate of #933 Nov 29, 2023
@busterb busterb closed this as completed Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants