[openssl-dev] Current Github build fails

Richard Levitte levitte at openssl.org
Wed May 25 19:27:14 UTC 2016


... and has now made it to master.

Cheers,
richard

In message <20160525.205653.1298317536965356146.levitte at openssl.org> on Wed, 25 May 2016 20:56:53 +0200 (CEST), Richard Levitte <levitte at openssl.org> said:

levitte> This should solve the problem:
levitte> 
levitte> https://github.com/openssl/openssl/pull/1128
levitte> 
levitte> Cheers,
levitte> Richard
levitte> 
levitte> In message <2084B495-B2BB-4771-B9A8-D811C597C55E at openssl.org> on Wed, 25 May 2016 16:58:34 +0200, Richard Levitte <levitte at openssl.org> said:
levitte> 
levitte> levitte> Yes. There's a bug where the 'clean' target removes header files generated by Configure. I'll fix later tonight. 
levitte> levitte> 
levitte> levitte> Cheers 
levitte> levitte> Richard 
levitte> levitte> 
levitte> levitte> "Blumenthal, Uri - 0553 - MITLL" <uri at ll.mit.edu> skrev: (25 maj 2016 16:50:00 CEST)
levitte> levitte> >$ ./Configure darwin64-x86_64-cc threads shared zlib
levitte> levitte> >enable-ec_nistp_64_gcc_128 enable-rfc3779
levitte> levitte> >--prefix=/Users/ur20980/src/openssl-1.1
levitte> levitte> >--openssldir=/Users/ur20980/src/openssl-1.1/etc
levitte> levitte> >Configuring OpenSSL version 1.1.0-pre6-dev (0x0x10100006L)
levitte> levitte> >    no-asan         [default]  OPENSSL_NO_ASAN (skip dir)
levitte> levitte> >    no-crypto-mdebug [default]  OPENSSL_NO_CRYPTO_MDEBUG (skip dir)
levitte> levitte> >    no-crypto-mdebug-backtrace [forced]
levitte> levitte> >OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE (skip dir)
levitte> levitte> >    no-egd          [default]  OPENSSL_NO_EGD (skip dir)
levitte> levitte> >    no-fuzz         [default]  OPENSSL_NO_FUZZ (skip dir)
levitte> levitte> >    no-heartbeats   [default]  OPENSSL_NO_HEARTBEATS (skip dir)
levitte> levitte> >    no-md2          [default]  OPENSSL_NO_MD2 (skip dir)
levitte> levitte> >    no-rc5          [default]  OPENSSL_NO_RC5 (skip dir)
levitte> levitte> >    no-sctp         [default]  OPENSSL_NO_SCTP (skip dir)
levitte> levitte> >    no-ssl-trace    [default]  OPENSSL_NO_SSL_TRACE (skip dir)
levitte> levitte> >    no-ssl3         [default]  OPENSSL_NO_SSL3 (skip dir)
levitte> levitte> >    no-ssl3-method  [default]  OPENSSL_NO_SSL3_METHOD (skip dir)
levitte> levitte> >    no-ubsan        [default]  OPENSSL_NO_UBSAN (skip dir)
levitte> levitte> >    no-unit-test    [default]  OPENSSL_NO_UNIT_TEST (skip dir)
levitte> levitte> >  no-weak-ssl-ciphers [default]  OPENSSL_NO_WEAK_SSL_CIPHERS (skip dir)
levitte> levitte> >    no-zlib-dynamic [default]
levitte> levitte> >Configuring for darwin64-x86_64-cc
levitte> levitte> >CC            =clang
levitte> levitte> >CFLAG         =-O3 -D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall
levitte> levitte> >SHARED_CFLAG  =-fPIC
levitte> levitte> >DEFINES       =ZLIB DSO_DLFCN HAVE_DLFCN_H NDEBUG OPENSSL_THREADS
levitte> levitte> >OPENSSL_NO_STATIC_ENGINE OPENSSL_PIC OPENSSL_IA32_SSE2
levitte> levitte> >OPENSSL_BN_ASM_MONT
levitte> levitte> >OPENSSL_BN_ASM_MONT5 OPENSSL_BN_ASM_GF2m SHA1_ASM SHA256_ASM SHA512_ASM
levitte> levitte> >MD5_ASM AES_ASM VPAES_ASM BSAES_ASM GHASH_ASM ECP_NISTZ256_ASM
levitte> levitte> >POLY1305_ASM
levitte> levitte> >LFLAG         =
levitte> levitte> >PLIB_LFLAG    =-Wl,-search_paths_first
levitte> levitte> >EX_LIBS       =-lz 
levitte> levitte> >APPS_OBJ      =
levitte> levitte> >CPUID_OBJ     =x86_64cpuid.o
levitte> levitte> >UPLINK_OBJ    =
levitte> levitte> >BN_ASM        =asm/x86_64-gcc.o x86_64-mont.o x86_64-mont5.o
levitte> levitte> >x86_64-gf2m.o
levitte> levitte> >rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o
levitte> levitte> >EC_ASM        =ecp_nistz256.o ecp_nistz256-x86_64.o
levitte> levitte> >DES_ENC       =des_enc.o fcrypt_b.o
levitte> levitte> >AES_ENC       =aes-x86_64.o vpaes-x86_64.o bsaes-x86_64.o
levitte> levitte> >aesni-x86_64.o
levitte> levitte> >aesni-sha1-x86_64.o aesni-sha256-x86_64.o aesni-mb-x86_64.o
levitte> levitte> >BF_ENC        =bf_enc.o
levitte> levitte> >CAST_ENC      =c_enc.o
levitte> levitte> >RC4_ENC       =rc4-x86_64.o rc4-md5-x86_64.o
levitte> levitte> >RC5_ENC       =rc5_enc.o
levitte> levitte> >MD5_OBJ_ASM   =md5-x86_64.o
levitte> levitte> >SHA1_OBJ_ASM  =sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
levitte> levitte> >sha1-mb-x86_64.o sha256-mb-x86_64.o
levitte> levitte> >RMD160_OBJ_ASM=
levitte> levitte> >CMLL_ENC      =cmll-x86_64.o cmll_misc.o
levitte> levitte> >MODES_OBJ     =ghash-x86_64.o aesni-gcm-x86_64.o
levitte> levitte> >PADLOCK_OBJ   =e_padlock-x86_64.o
levitte> levitte> >CHACHA_ENC    =chacha-x86_64.o
levitte> levitte> >POLY1305_OBJ  =poly1305-x86_64.o
levitte> levitte> >BLAKE2_OBJ    =
levitte> levitte> >PROCESSOR     =
levitte> levitte> >RANLIB        =ranlib -c
levitte> levitte> >ARFLAGS       =
levitte> levitte> >PERL          =/opt/local/bin/perl5.22
levitte> levitte> >
levitte> levitte> >
levitte> levitte> >SIXTY_FOUR_BIT_LONG mode
levitte> levitte> >
levitte> levitte> >
levitte> levitte> >Configured for darwin64-x86_64-cc.
levitte> levitte> >$ make depend && make clean && make all && make test && make install
levitte> levitte> >rm -f libcrypto.1.1.dylib
levitte> levitte> >rm -f libcrypto.dylib
levitte> levitte> >rm -f libssl.1.1.dylib
levitte> levitte> >rm -f libssl.dylib
levitte> levitte> >rm -f libcrypto.a libssl.a
levitte> levitte> >rm -f apps/openssl test/aborttest test/afalgtest test/asynciotest
levitte> levitte> >test/asynctest test/bftest test/bntest test/casttest
levitte> levitte> >test/cipherlist_test
levitte> levitte> >test/clienthellotest test/constant_time_test test/ct_test test/d2i_test
levitte> levitte> >test/danetest test/destest test/dhtest test/dsatest
levitte> levitte> >test/dtlsv1listentest
levitte> levitte> >test/ecdhtest test/ecdsatest test/ectest test/enginetest
levitte> levitte> >test/evp_extra_test test/evp_test test/exptest test/gmdifftest
levitte> levitte> >test/heartbeat_test test/hmactest test/ideatest test/igetest
levitte> levitte> >test/md2test
levitte> levitte> >test/md4test test/md5test test/mdc2test test/memleaktest test/nptest
levitte> levitte> >test/p5_crpt2_test test/packettest test/pbelutest test/randtest
levitte> levitte> >test/rc2test test/rc4test test/rc5test test/rmdtest test/rsa_test
levitte> levitte> >test/secmemtest test/sha1test test/sha256t test/sha512t test/srptest
levitte> levitte> >test/ssl_test test/ssl_test_ctx_test test/ssltest_old test/threadstest
levitte> levitte> >test/v3nametest test/verify_extra_test test/wp_test test/x509aux
levitte> levitte> >engines/capi.dylib engines/dasync.dylib engines/ossltest.dylib
levitte> levitte> >engines/padlock.dylib apps/CA.pl apps/tsget tools/c_rehash
levitte> levitte> >rm -f crypto/aes/aesni-sha1-x86_64.s crypto/modes/ghash-x86_64.s
levitte> levitte> >crypto/aes/aes-x86_64.s crypto/camellia/cmll-x86_64.s
levitte> levitte> >crypto/bn/rsaz-avx2.s crypto/sha/sha256-mb-x86_64.s
levitte> levitte> >crypto/x86_64cpuid.s
levitte> levitte> >crypto/md5/md5-x86_64.s crypto/rc4/rc4-md5-x86_64.s
levitte> levitte> >crypto/chacha/chacha-x86_64.s crypto/aes/bsaes-x86_64.s
levitte> levitte> >crypto/whrlpool/wp-x86_64.s crypto/rc4/rc4-x86_64.s
levitte> levitte> >crypto/sha/sha256-x86_64.s crypto/aes/aesni-mb-x86_64.s
levitte> levitte> >crypto/aes/aesni-x86_64.s crypto/sha/sha512-x86_64.s
levitte> levitte> >crypto/aes/vpaes-x86_64.s engines/e_padlock-x86_64.s
levitte> levitte> >crypto/bn/x86_64-mont5.s crypto/poly1305/poly1305-x86_64.s
levitte> levitte> >crypto/sha/sha1-mb-x86_64.s crypto/bn/x86_64-mont.s
levitte> levitte> >crypto/bn/x86_64-gf2m.s crypto/ec/ecp_nistz256-x86_64.s
levitte> levitte> >crypto/sha/sha1-x86_64.s crypto/modes/aesni-gcm-x86_64.s
levitte> levitte> >crypto/aes/aesni-sha256-x86_64.s crypto/bn/rsaz-x86_64.s
levitte> levitte> >include/openssl/opensslconf.h crypto/include/internal/bn_conf.h
levitte> levitte> >crypto/include/internal/dso_conf.h crypto/buildinf.h
levitte> levitte> >rm -f `find . -name '*.d'`
levitte> levitte> >rm -f `find . -name '*.o'`
levitte> levitte> >rm -f core
levitte> levitte> >rm -f tags TAGS
levitte> levitte> >rm -f openssl.pc libcrypto.pc libssl.pc
levitte> levitte> >rm -f `find . -type l -a \! -path "./.git/*"`
levitte> levitte> >rm -f ../openssl-1.1.0-pre6-dev.tar
levitte> levitte> >CC="clang" /opt/local/bin/perl5.22 crypto/aes/asm/aes-x86_64.pl macosx
levitte> levitte> >crypto/aes/aes-x86_64.s
levitte> levitte> >clang -DZLIB -DDSO_DLFCN -DHAVE_DLFCN_H -DNDEBUG -DOPENSSL_THREADS
levitte> levitte> >-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
levitte> levitte> >-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
levitte> levitte> >-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
levitte> levitte> >-DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
levitte> levitte> >-DOPENSSLDIR="\"/Users/ur20980/src/openssl-1.1/etc\""
levitte> levitte> >-DENGINESDIR="\"/Users/ur20980/src/openssl-1.1/lib/engines\"" -O3
levitte> levitte> >-D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall  -fPIC -Iinclude -I.
levitte> levitte> >-Icrypto/include -MMD -MF crypto/aes/aes-x86_64.d.tmp -MT
levitte> levitte> >crypto/aes/aes-x86_64.o -c -o crypto/aes/aes-x86_64.o
levitte> levitte> >crypto/aes/aes-x86_64.s
levitte> levitte> >clang -DZLIB -DDSO_DLFCN -DHAVE_DLFCN_H -DNDEBUG -DOPENSSL_THREADS
levitte> levitte> >-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
levitte> levitte> >-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
levitte> levitte> >-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
levitte> levitte> >-DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
levitte> levitte> >-DOPENSSLDIR="\"/Users/ur20980/src/openssl-1.1/etc\""
levitte> levitte> >-DENGINESDIR="\"/Users/ur20980/src/openssl-1.1/lib/engines\"" -O3
levitte> levitte> >-D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall  -fPIC -Iinclude -I.
levitte> levitte> >-Icrypto/include -MMD -MF crypto/aes/aes_cfb.d.tmp -MT
levitte> levitte> >crypto/aes/aes_cfb.o -c -o crypto/aes/aes_cfb.o crypto/aes/aes_cfb.c
levitte> levitte> >In file included from crypto/aes/aes_cfb.c:10:
levitte> levitte> >include/openssl/aes.h:13:11: fatal error: 'openssl/opensslconf.h' file
levitte> levitte> >not
levitte> levitte> >found
levitte> levitte> ># include <openssl/opensslconf.h>
levitte> levitte> >          ^
levitte> levitte> >1 error generated.
levitte> levitte> >make: *** [crypto/aes/aes_cfb.o] Error 1
levitte> levitte> 
levitte> levitte> -- 
levitte> levitte> Sent from my Android device with K-9 Mail. Please excuse my brevity.
levitte> levitte> -- 
levitte> levitte> openssl-dev mailing list
levitte> levitte> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
levitte> levitte> 
levitte> -- 
levitte> openssl-dev mailing list
levitte> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
levitte> 


More information about the openssl-dev mailing list