[openssl-users] OpenSSL 1.1.1pre2 build failure on Darwin

Norm Green norm.green at gemtalksystems.com
Tue Feb 27 20:39:47 UTC 2018


With CC=cc, I get this:

cc  -I. -Icrypto/include -Iinclude -g -O0 -arch x86_64 -Wall 
-Qunused-arguments -fPIC -DDSO_DLFCN -DHAVE_DLFCN_H 
-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ 
-DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 
-DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM 
-DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DGHASH_ASM 
-DECP_NISTZ256_ASM -DX25519_ASM -DPADLOCK_ASM -DPOLY1305_ASM 
-D_REENTRANT -DL_ENDIAN 
-DOPENSSLDIR="\"/Volumes/orpheus3/users/normg/sslinstall/ssl\"" 
-DENGINESDIR="\"/Volumes/orpheus3/users/normg/sslinstall/lib/engines-1.1\"" 
-c -MMD -MF crypto/ec/x25519-x86_64.d.tmp -MT crypto/ec/x25519-x86_64.o 
-c -o crypto/ec/x25519-x86_64.o crypto/ec/x25519-x86_64.s
crypto/ec/x25519-x86_64.s:164:1: error: assembler local symbol 
'L$reduce51' not defined

and with CC=gcc I get this similar error:


CC="gcc" perl crypto/ec/asm/x25519-x86_64.pl macosx 
crypto/ec/x25519-x86_64.s
gcc  -I. -Icrypto/include -Iinclude -g -O0 -arch x86_64 -Wall 
-Qunused-arguments -fPIC -DDSO_DLFCN -DHAVE_DLFCN_H 
-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ 
-DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 
-DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM 
-DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DGHASH_ASM 
-DECP_NISTZ256_ASM -DX25519_ASM -DPADLOCK_ASM -DPOLY1305_ASM 
-D_REENTRANT -DL_ENDIAN 
-DOPENSSLDIR="\"/Volumes/orpheus3/users/normg/sslinstall/ssl\"" 
-DENGINESDIR="\"/Volumes/orpheus3/users/normg/sslinstall/lib/engines-1.1\"" 
-c -MMD -MF crypto/ec/x25519-x86_64.d.tmp -MT crypto/ec/x25519-x86_64.o 
-c -o crypto/ec/x25519-x86_64.o crypto/ec/x25519-x86_64.s
crypto/ec/x25519-x86_64.s:187:1: error: assembler local symbol 
'L$reduce51' not defined
clang -cc1as: fatal error: error in backend: unsupported relocation of 
undefined symbol 'L$reduce51'
make[1]: *** [crypto/ec/x25519-x86_64.o] Error 1
make: *** [all] Error 2

Config details:


normg at orpheus>cc --version
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix

normg at orpheus>uname -a
Darwin orpheus 13.4.0 Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 
PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64 x86_64


Results from perl configdata.pm --dump:


Use of uninitialized value $prefix in concatenation (.) or string at 
configdata.pm line 15413.
Use of uninitialized value $prefix in concatenation (.) or string at 
configdata.pm line 15413.
Use of uninitialized value $prefix in concatenation (.) or string at 
configdata.pm line 15413.
Use of uninitialized value $prefix in concatenation (.) or string at 
configdata.pm line 15413.
Use of uninitialized value $prefix in concatenation (.) or string at 
configdata.pm line 15413.

Command line (with current working directory = .):

     perl ./Configure threads shared no-zlib 
--prefix=/Volumes/orpheus3/users/normg/sslinstall debug-darwin64-x86_64-cc

Perl information:

     perl
     5.16.2 for darwin-thread-multi-2level

Enabled features:

     aria
     asm
     async
     autoalginit
     autoerrinit
     bf
     blake2
     camellia
     capieng
     cast
     chacha
     cmac
     cms
     comp
     ct
     deprecated
     des
     dgram
     dh
     dsa
     dso
     dtls
     dynamic-engine
     ec
     ec2m
     ecdh
     ecdsa
     engine
     err
     filenames
     gost
     hw(-.+)?
     idea
     makedepend
     md4
     mdc2
     multiblock
     nextprotoneg
     ocb
     ocsp
     pic
     poly1305
     posix-io
     psk
     rc2
     rc4
     rdrand
     rfc3779
     rmd160
     scrypt
     seed
     shared
     siphash
     sm3
     sm4
     sock
     srp
     srtp
     sse2
     ssl
     static-engine
     stdio
     tests
     threads
     tls
     ts
     ui-console
     whirlpool
     tls1
     tls1-method
     tls1_1
     tls1_1-method
     tls1_2
     tls1_2-method
     tls1_3
     dtls1
     dtls1-method
     dtls1_2
     dtls1_2-method

Disabled features:

     afalgeng                [not-linux]
     asan                    [default]   OPENSSL_NO_ASAN
     crypto-mdebug           [default]   OPENSSL_NO_CRYPTO_MDEBUG
     crypto-mdebug-backtrace [default] OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
     devcryptoeng            [default]   OPENSSL_NO_DEVCRYPTOENG
     ec_nistp_64_gcc_128     [default] OPENSSL_NO_EC_NISTP_64_GCC_128
     egd                     [default]   OPENSSL_NO_EGD
     external-tests          [default] OPENSSL_NO_EXTERNAL_TESTS
     fuzz-libfuzzer          [default] OPENSSL_NO_FUZZ_LIBFUZZER
     fuzz-afl                [default]   OPENSSL_NO_FUZZ_AFL
     heartbeats              [default]   OPENSSL_NO_HEARTBEATS
     md2                     [default]   OPENSSL_NO_MD2 (skip crypto/md2)
     msan                    [default]   OPENSSL_NO_MSAN
     rc5                     [default]   OPENSSL_NO_RC5 (skip crypto/rc5)
     sctp                    [default]   OPENSSL_NO_SCTP
     ssl-trace               [default]   OPENSSL_NO_SSL_TRACE
     tls13downgrade          [default] OPENSSL_NO_TLS13DOWNGRADE
     ubsan                   [default]   OPENSSL_NO_UBSAN
     unit-test               [default]   OPENSSL_NO_UNIT_TEST
     weak-ssl-ciphers        [default] OPENSSL_NO_WEAK_SSL_CIPHERS
     zlib                    [option]
     zlib-dynamic            [default]
     ssl3                    [default]   OPENSSL_NO_SSL3
     ssl3-method             [default]   OPENSSL_NO_SSL3_METHOD

Config target attributes:

     aes_asm_src => "aes-x86_64.s vpaes-x86_64.s bsaes-x86_64.s 
aesni-x86_64.s aesni-sha1-x86_64.s aesni-sha256-x86_64.s aesni-mb-x86_64.s",
     aes_obj => "aes-x86_64.o vpaes-x86_64.o bsaes-x86_64.o 
aesni-x86_64.o aesni-sha1-x86_64.o aesni-sha256-x86_64.o aesni-mb-x86_64.o",
     apps_aux_src => "",
     apps_init_src => "",
     apps_obj => "",
     ar => "ar",
     arflags => "r",
     bf_asm_src => "bf_enc.c",
     bf_obj => "bf_enc.o",
     bn_asm_src => "asm/x86_64-gcc.c x86_64-mont.s x86_64-mont5.s 
x86_64-gf2m.s rsaz_exp.c rsaz-x86_64.s rsaz-avx2.s",
     bn_obj => "asm/x86_64-gcc.o x86_64-mont.o x86_64-mont5.o 
x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o",
     bn_ops => "SIXTY_FOUR_BIT_LONG",
     build_file => "Makefile",
     build_scheme => [ "unified", "unix" ],
     cast_asm_src => "c_enc.c",
     cast_obj => "c_enc.o",
     cc => "cc",
     cflags => "-g -O0 -arch x86_64 -Wall",
     chacha_asm_src => "chacha-x86_64.s",
     chacha_obj => "chacha-x86_64.o",
     cmll_asm_src => "cmll-x86_64.s cmll_misc.c",
     cmll_obj => "cmll-x86_64.o cmll_misc.o",
     cppflags => "-D_REENTRANT -DL_ENDIAN",
     cpuid_asm_src => "x86_64cpuid.s",
     cpuid_obj => "x86_64cpuid.o",
     defines => [  ],
     des_asm_src => "des_enc.c fcrypt_b.c",
     des_obj => "des_enc.o fcrypt_b.o",
     disable => [  ],
     dso_cflags => "-fPIC",
     dso_cxxflags => "",
     dso_extension => ".dylib",
     dso_lflags => "-bundle",
     dso_scheme => "DLFCN",
     ec_asm_src => "ecp_nistz256.c ecp_nistz256-x86_64.s x25519-x86_64.s",
     ec_obj => "ecp_nistz256.o ecp_nistz256-x86_64.o x25519-x86_64.o",
     enable => [  ],
     exe_extension => "",
     hashbangperl => "/usr/bin/env perl",
     includes => [  ],
     lflags => "",
     md5_asm_src => "md5-x86_64.s",
     md5_obj => "md5-x86_64.o",
     modes_asm_src => "ghash-x86_64.s aesni-gcm-x86_64.s",
     modes_obj => "ghash-x86_64.o aesni-gcm-x86_64.o",
     padlock_asm_src => "e_padlock-x86_64.s",
     padlock_obj => "e_padlock-x86_64.o",
     perlasm_scheme => "macosx",
     plib_lflags => "-Wl,-search_paths_first",
     poly1305_asm_src => "poly1305-x86_64.s",
     poly1305_obj => "poly1305-x86_64.o",
     ranlib => "ranlib -c",
     rc => "windres",
     rc4_asm_src => "rc4-x86_64.s rc4-md5-x86_64.s",
     rc4_obj => "rc4-x86_64.o rc4-md5-x86_64.o",
     rc5_asm_src => "rc5_enc.c",
     rc5_obj => "rc5_enc.o",
     rmd160_asm_src => "",
     rmd160_obj => "",
     sha1_asm_src => "sha1-x86_64.s sha256-x86_64.s sha512-x86_64.s 
sha1-mb-x86_64.s sha256-mb-x86_64.s",
     sha1_obj => "sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o 
sha1-mb-x86_64.o sha256-mb-x86_64.o",
     shared_cflag => "-fPIC",
     shared_defines => [  ],
     shared_extension => ".\$(SHLIB_VERSION_NUMBER).dylib",
     shared_extension_simple => ".dylib",
     shared_ldflag => "-dynamiclib -current_version 
\$(SHLIB_VERSION_NUMBER) -compatibility_version \$(SHLIB_VERSION_NUMBER)",
     shared_rcflag => "",
     shared_sonameflag => "-install_name \$(INSTALLTOP)/\$(LIBDIR)/",
     shared_target => "darwin-shared",
     sys_id => "MACOSX",
     thread_defines => [  ],
     thread_scheme => "pthreads",
     unistd => "<unistd.h>",
     uplink_aux_src => "",
     uplink_obj => "",
     wp_asm_src => "wp-x86_64.s",
     wp_obj => "wp-x86_64.o",

Recorded environment:

     AR =
     ARFLAGS =
     AS =
     ASFLAGS =
     BUILDFILE =
     CC = gcc
     CFLAGS =
     CPP =
     CPPDEFINES =
     CPPFLAGS =
     CPPINCLUDES =
     CROSS_COMPILE =
     CXX =
     CXXFLAGS =
     HASHBANGPERL =
     LD = gcc
     LDFLAGS =
     LDLIBS =
     MT =
     MTFLAGS =
     OPENSSL_LOCAL_CONFIG_DIR =
     PERL = perl
     RANLIB =
     RC =
     RCFLAGS =
     RM =
     WINDRES =

Makevars:

     AR              = ar
     ARFLAGS         = r
     CC              = gcc
     CFLAGS          = -g -O0 -arch x86_64 -Wall -Qunused-arguments
     CPPDEFINES      = DSO_DLFCN HAVE_DLFCN_H OPENSSL_NO_STATIC_ENGINE 
OPENSSL_PIC OPENSSL_CPUID_OBJ OPENSSL_IA32_SSE2 OPENSSL_BN_ASM_MONT 
OPENSSL_BN_ASM_MONT5 OPENSSL_BN_ASM_GF2m SHA1_ASM SHA256_ASM SHA512_ASM 
RC4_ASM MD5_ASM AES_ASM VPAES_ASM BSAES_ASM GHASH_ASM ECP_NISTZ256_ASM 
X25519_ASM PADLOCK_ASM POLY1305_ASM
     CPPFLAGS        = -D_REENTRANT -DL_ENDIAN
     CPPINCLUDES     =
     CXXFLAGS        =
     HASHBANGPERL    = perl
     LD              = gcc
     LDFLAGS         =
     LDLIBS          =
     RANLIB          = ranlib -c
     RC              = windres

NOTE: These variables only represent the configuration view. The build file
template may have processed these variables further, please have a look 
at the
build file for more exact data:
     Makefile

build file:

     Makefile

build file templates:

     Configurations/unix-Makefile.tmpl
     Configurations/common.tmpl



More information about the openssl-users mailing list