[openssl-dev] Current Github build fails

Blumenthal, Uri - 0553 - MITLL uri at ll.mit.edu
Wed May 25 14:50:00 UTC 2016


$ ./Configure darwin64-x86_64-cc threads shared zlib
enable-ec_nistp_64_gcc_128 enable-rfc3779
--prefix=/Users/ur20980/src/openssl-1.1
--openssldir=/Users/ur20980/src/openssl-1.1/etc
Configuring OpenSSL version 1.1.0-pre6-dev (0x0x10100006L)
    no-asan         [default]  OPENSSL_NO_ASAN (skip dir)
    no-crypto-mdebug [default]  OPENSSL_NO_CRYPTO_MDEBUG (skip dir)
    no-crypto-mdebug-backtrace [forced]
OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE (skip dir)
    no-egd          [default]  OPENSSL_NO_EGD (skip dir)
    no-fuzz         [default]  OPENSSL_NO_FUZZ (skip dir)
    no-heartbeats   [default]  OPENSSL_NO_HEARTBEATS (skip dir)
    no-md2          [default]  OPENSSL_NO_MD2 (skip dir)
    no-rc5          [default]  OPENSSL_NO_RC5 (skip dir)
    no-sctp         [default]  OPENSSL_NO_SCTP (skip dir)
    no-ssl-trace    [default]  OPENSSL_NO_SSL_TRACE (skip dir)
    no-ssl3         [default]  OPENSSL_NO_SSL3 (skip dir)
    no-ssl3-method  [default]  OPENSSL_NO_SSL3_METHOD (skip dir)
    no-ubsan        [default]  OPENSSL_NO_UBSAN (skip dir)
    no-unit-test    [default]  OPENSSL_NO_UNIT_TEST (skip dir)
    no-weak-ssl-ciphers [default]  OPENSSL_NO_WEAK_SSL_CIPHERS (skip dir)
    no-zlib-dynamic [default]
Configuring for darwin64-x86_64-cc
CC            =clang
CFLAG         =-O3 -D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall
SHARED_CFLAG  =-fPIC
DEFINES       =ZLIB DSO_DLFCN HAVE_DLFCN_H NDEBUG OPENSSL_THREADS
OPENSSL_NO_STATIC_ENGINE OPENSSL_PIC OPENSSL_IA32_SSE2 OPENSSL_BN_ASM_MONT
OPENSSL_BN_ASM_MONT5 OPENSSL_BN_ASM_GF2m SHA1_ASM SHA256_ASM SHA512_ASM
MD5_ASM AES_ASM VPAES_ASM BSAES_ASM GHASH_ASM ECP_NISTZ256_ASM POLY1305_ASM
LFLAG         =
PLIB_LFLAG    =-Wl,-search_paths_first
EX_LIBS       =-lz 
APPS_OBJ      =
CPUID_OBJ     =x86_64cpuid.o
UPLINK_OBJ    =
BN_ASM        =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
EC_ASM        =ecp_nistz256.o ecp_nistz256-x86_64.o
DES_ENC       =des_enc.o fcrypt_b.o
AES_ENC       =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
BF_ENC        =bf_enc.o
CAST_ENC      =c_enc.o
RC4_ENC       =rc4-x86_64.o rc4-md5-x86_64.o
RC5_ENC       =rc5_enc.o
MD5_OBJ_ASM   =md5-x86_64.o
SHA1_OBJ_ASM  =sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
sha1-mb-x86_64.o sha256-mb-x86_64.o
RMD160_OBJ_ASM=
CMLL_ENC      =cmll-x86_64.o cmll_misc.o
MODES_OBJ     =ghash-x86_64.o aesni-gcm-x86_64.o
PADLOCK_OBJ   =e_padlock-x86_64.o
CHACHA_ENC    =chacha-x86_64.o
POLY1305_OBJ  =poly1305-x86_64.o
BLAKE2_OBJ    =
PROCESSOR     =
RANLIB        =ranlib -c
ARFLAGS       =
PERL          =/opt/local/bin/perl5.22


SIXTY_FOUR_BIT_LONG mode


Configured for darwin64-x86_64-cc.
$ make depend && make clean && make all && make test && make install
rm -f libcrypto.1.1.dylib
rm -f libcrypto.dylib
rm -f libssl.1.1.dylib
rm -f libssl.dylib
rm -f libcrypto.a libssl.a
rm -f apps/openssl test/aborttest test/afalgtest test/asynciotest
test/asynctest test/bftest test/bntest test/casttest test/cipherlist_test
test/clienthellotest test/constant_time_test test/ct_test test/d2i_test
test/danetest test/destest test/dhtest test/dsatest test/dtlsv1listentest
test/ecdhtest test/ecdsatest test/ectest test/enginetest
test/evp_extra_test test/evp_test test/exptest test/gmdifftest
test/heartbeat_test test/hmactest test/ideatest test/igetest test/md2test
test/md4test test/md5test test/mdc2test test/memleaktest test/nptest
test/p5_crpt2_test test/packettest test/pbelutest test/randtest
test/rc2test test/rc4test test/rc5test test/rmdtest test/rsa_test
test/secmemtest test/sha1test test/sha256t test/sha512t test/srptest
test/ssl_test test/ssl_test_ctx_test test/ssltest_old test/threadstest
test/v3nametest test/verify_extra_test test/wp_test test/x509aux
engines/capi.dylib engines/dasync.dylib engines/ossltest.dylib
engines/padlock.dylib apps/CA.pl apps/tsget tools/c_rehash
rm -f crypto/aes/aesni-sha1-x86_64.s crypto/modes/ghash-x86_64.s
crypto/aes/aes-x86_64.s crypto/camellia/cmll-x86_64.s
crypto/bn/rsaz-avx2.s crypto/sha/sha256-mb-x86_64.s crypto/x86_64cpuid.s
crypto/md5/md5-x86_64.s crypto/rc4/rc4-md5-x86_64.s
crypto/chacha/chacha-x86_64.s crypto/aes/bsaes-x86_64.s
crypto/whrlpool/wp-x86_64.s crypto/rc4/rc4-x86_64.s
crypto/sha/sha256-x86_64.s crypto/aes/aesni-mb-x86_64.s
crypto/aes/aesni-x86_64.s crypto/sha/sha512-x86_64.s
crypto/aes/vpaes-x86_64.s engines/e_padlock-x86_64.s
crypto/bn/x86_64-mont5.s crypto/poly1305/poly1305-x86_64.s
crypto/sha/sha1-mb-x86_64.s crypto/bn/x86_64-mont.s
crypto/bn/x86_64-gf2m.s crypto/ec/ecp_nistz256-x86_64.s
crypto/sha/sha1-x86_64.s crypto/modes/aesni-gcm-x86_64.s
crypto/aes/aesni-sha256-x86_64.s crypto/bn/rsaz-x86_64.s
include/openssl/opensslconf.h crypto/include/internal/bn_conf.h
crypto/include/internal/dso_conf.h crypto/buildinf.h
rm -f `find . -name '*.d'`
rm -f `find . -name '*.o'`
rm -f core
rm -f tags TAGS
rm -f openssl.pc libcrypto.pc libssl.pc
rm -f `find . -type l -a \! -path "./.git/*"`
rm -f ../openssl-1.1.0-pre6-dev.tar
CC="clang" /opt/local/bin/perl5.22 crypto/aes/asm/aes-x86_64.pl macosx
crypto/aes/aes-x86_64.s
clang -DZLIB -DDSO_DLFCN -DHAVE_DLFCN_H -DNDEBUG -DOPENSSL_THREADS
-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
-DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
-DOPENSSLDIR="\"/Users/ur20980/src/openssl-1.1/etc\""
-DENGINESDIR="\"/Users/ur20980/src/openssl-1.1/lib/engines\"" -O3
-D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall  -fPIC -Iinclude -I.
-Icrypto/include -MMD -MF crypto/aes/aes-x86_64.d.tmp -MT
crypto/aes/aes-x86_64.o -c -o crypto/aes/aes-x86_64.o
crypto/aes/aes-x86_64.s
clang -DZLIB -DDSO_DLFCN -DHAVE_DLFCN_H -DNDEBUG -DOPENSSL_THREADS
-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
-DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
-DOPENSSLDIR="\"/Users/ur20980/src/openssl-1.1/etc\""
-DENGINESDIR="\"/Users/ur20980/src/openssl-1.1/lib/engines\"" -O3
-D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall  -fPIC -Iinclude -I.
-Icrypto/include -MMD -MF crypto/aes/aes_cfb.d.tmp -MT
crypto/aes/aes_cfb.o -c -o crypto/aes/aes_cfb.o crypto/aes/aes_cfb.c
In file included from crypto/aes/aes_cfb.c:10:
include/openssl/aes.h:13:11: fatal error: 'openssl/opensslconf.h' file not
found
# include <openssl/opensslconf.h>
          ^
1 error generated.
make: *** [crypto/aes/aes_cfb.o] Error 1

-- 
Regards,
Uri Blumenthal
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4324 bytes
Desc: not available
URL: <http://mta.openssl.org/pipermail/openssl-dev/attachments/20160525/0191a961/attachment.bin>


More information about the openssl-dev mailing list