Skip to content

Instantly share code, notes, and snippets.

@cjac
Created March 18, 2020 03:16
Show Gist options
  • Save cjac/7b1b85e9b8f8f4657e74395a11003b03 to your computer and use it in GitHub Desktop.
Save cjac/7b1b85e9b8f8f4657e74395a11003b03 to your computer and use it in GitHub Desktop.
[exec] **********************************************************************
[exec] *** ***
[exec] *** OpenSSL has been successfully configured ***
[exec] *** ***
[exec] *** If you encounter a problem while building, please open an ***
[exec] *** issue on GitHub <https://github.com/openssl/openssl/issues> ***
[exec] *** and include the output from the following command: ***
[exec] *** ***
[exec] *** perl configdata.pm --dump ***
[exec] *** ***
[exec] *** (If you are new to OpenSSL, you might want to consult the ***
[exec] *** 'Troubleshooting' section in the INSTALL file first) ***
[exec] *** ***
[exec] **********************************************************************
[exec] /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \
[exec] "-oMakefile" crypto/include/internal/bn_conf.h.in > crypto/include/internal/bn_conf.h
[exec] /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \
[exec] "-oMakefile" crypto/include/internal/dso_conf.h.in > crypto/include/internal/dso_conf.h
[exec] /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \
[exec] "-oMakefile" include/openssl/opensslconf.h.in > include/openssl/opensslconf.h
[exec] make depend && make _all
[exec] make[1]: Entering directory '/home/cj/src/netty-tcnative/openssl-static/target/openssl-1.1.1d'
[exec] make[1]: Leaving directory '/home/cj/src/netty-tcnative/openssl-static/target/openssl-1.1.1d'
[exec] make[1]: Entering directory '/home/cj/src/netty-tcnative/openssl-static/target/openssl-1.1.1d'
[exec] gcc -I. -Iinclude -fPIC -pthread -mcpu=v8 -Wa,--noexecstack -Wall -O3 -O3 -fno-omit-frame-pointer -fPIC -DOPENSSL_USE_NODELETE -DB_ENDIAN -DBN_DIV2W -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSLDIR="\"/home/cj/src/netty-tcnative/openssl-static/target/ssl\"" -DENGINESDIR="\"/home/cj/src/netty-tcnative/openssl-static/target/ssl/lib/engines-1.1\"" -DNDEBUG -DOPENSSL_NO_HEARTBEATS -MMD -MF apps/app_rand.d.tmp -MT apps/app_rand.o -c -o apps/app_rand.o apps/app_rand.c
[exec] gcc -I. -Iinclude -fPIC -pthread -mcpu=v8 -Wa,--noexecstack -Wall -O3 -O3 -fno-omit-frame-pointer -fPIC -DOPENSSL_USE_NODELETE -DB_ENDIAN -DBN_DIV2W -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSLDIR="\"/home/cj/src/netty-tcnative/openssl-static/target/ssl\"" -DENGINESDIR="\"/home/cj/src/netty-tcnative/openssl-static/target/ssl/lib/engines-1.1\"" -DNDEBUG -DOPENSSL_NO_HEARTBEATS -MMD -MF apps/apps.d.tmp -MT apps/apps.o -c -o apps/apps.o apps/apps.c
[exec] /tmp/cc6VIT67.s: Assembler messages:
[exec] /tmp/cc6VIT67.s:4087: Error: Architecture mismatch on "fzero %f0".
[exec] /tmp/cc6VIT67.s:4087: (Requires v9a|v9b|v9c|v9d|v9e|v9v|v9m|m8; requested architecture is v9.)
[exec] make[1]: *** [Makefile:688: apps/apps.o] Error 1
[exec] make: *** [Makefile:174: all] Error 2
[exec] make[1]: Leaving directory '/home/cj/src/netty-tcnative/openssl-static/target/openssl-1.1.1d'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment