Close it; no longer seeing it with the 25c7844 pull. On Sat, Apr 2, 2016 at 4:40 PM, The default queue via RT <[email protected]> wrote: > > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Failed compile on ARM32 (BeagleBone Black)", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [openssl.org #4498]. > > Please include the string: > > [openssl.org #4498] > > in the subject line of all future correspondence about this issue. To do so, > you may reply to this message. > > Thank you, > [email protected] > > ------------------------------------------------------------------------- > Working from Master. It looks like the build system is having some > issues with resource constrained devices due to "Warning: end of file > in comment; newline inserted". It usually indicates a Out-Of-Memory > (OOM) kill occurred. > > There's also a compile problem with Cha-Cha. > > This appears to be new behavior. > > ********** > > $ make > gcc -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS > -DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_BN_ASM_MONT > -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM > -DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM > -DOPENSSLDIR="\"/usr/local/ssl\"" > -DENGINESDIR="\"/usr/local/lib/engines\"" -Wall -O3 -pthread > -march=armv7-a -Wa,--noexecstack -fPIC -Iinclude -I. -Icrypto/include > -Icrypto -MMD -MF crypto/aes/aes-armv4.d.tmp -MT > crypto/aes/aes-armv4.o -c -o crypto/aes/aes-armv4.o > crypto/aes/aes-armv4.s > crypto/aes/aes-armv4.s: Assembler messages: > crypto/aes/aes-armv4.s: Warning: end of file in comment; newline inserted > ... > > gcc -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS > -DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_BN_ASM_MONT > -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM > -DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM > -DOPENSSLDIR="\"/usr/local/ssl\"" > -DENGINESDIR="\"/usr/local/lib/engines\"" -Wall -O3 -pthread > -march=armv7-a -Wa,--noexecstack -fPIC -Iinclude -I. -Icrypto/include > -MMD -MF crypto/cast/c_skey.d.tmp -MT crypto/cast/c_skey.o -c -o > crypto/cast/c_skey.o crypto/cast/c_skey.c > CC="gcc" /usr/bin/perl crypto/chacha/asm/chacha-armv4.pl linux32 > crypto/chacha/chacha-armv4.S > gcc -E crypto/chacha/chacha-armv4.S > crypto/chacha/chacha-armv4.s > crypto/chacha/chacha-armv4.S:1:22: fatal error: arm_arch.h: No such > file or directory > #include "arm_arch.h" > ^ > compilation terminated. > <builtin>: recipe for target 'crypto/chacha/chacha-armv4.s' failed > make: *** [crypto/chacha/chacha-armv4.s] Error 1 > ... > > ********** > > $ ./config > Operating system: armv7l-whatever-linux2 > Configuring for linux-armv4 > Configuring OpenSSL version 1.1.0-pre4-dev (0x0x10100004L) > no-crypto-mdebug [default] OPENSSL_NO_CRYPTO_MDEBUG (skip dir) > no-crypto-mdebug-backtrace [forced] > OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE (skip dir) > no-ec_nistp_64_gcc_128 [default] OPENSSL_NO_EC_NISTP_64_GCC_128 (skip > dir) > no-egd [default] OPENSSL_NO_EGD (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-shared [default] > 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-static-engine [default] OPENSSL_NO_STATIC_ENGINE (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 [default] > no-zlib-dynamic [default] > Configuring for linux-armv4 > IsMK1MF =no > CC =gcc > CFLAG =-Wall -O3 -pthread -march=armv7-a -Wa,--noexecstack > SHARED_CFLAG =-fPIC > DEFINES =DSO_DLFCN HAVE_DLFCN_H OPENSSL_THREADS > OPENSSL_NO_STATIC_ENGINE OPENSSL_PIC OPENSSL_BN_ASM_MONT > OPENSSL_BN_ASM_GF2m SHA1_ASM SHA256_ASM SHA512_ASM AES_ASM BSAES_ASM > GHASH_ASM ECP_NISTZ256_ASM POLY1305_ASM > LFLAG = > PLIB_LFLAG = > EX_LIBS =-ldl > APPS_OBJ = > CPUID_OBJ =armcap.o armv4cpuid.o > UPLINK_OBJ = > BN_ASM =bn_asm.o armv4-mont.o armv4-gf2m.o > EC_ASM =ecp_nistz256.o ecp_nistz256-armv4.o > DES_ENC =des_enc.o fcrypt_b.o > AES_ENC =aes_cbc.o aes-armv4.o bsaes-armv7.o aesv8-armx.o > BF_ENC =bf_enc.o > CAST_ENC =c_enc.o > RC4_ENC =rc4_enc.o rc4_skey.o > RC5_ENC =rc5_enc.o > MD5_OBJ_ASM = > SHA1_OBJ_ASM =sha1-armv4-large.o sha256-armv4.o sha512-armv4.o > RMD160_OBJ_ASM= > CMLL_ENC =camellia.o cmll_misc.o cmll_cbc.o > MODES_OBJ =ghash-armv4.o ghashv8-armx.o > PADLOCK_OBJ = > CHACHA_ENC =chacha-armv4.o > POLY1305_OBJ =poly1305-armv4.o > PROCESSOR = > RANLIB =/usr/bin/ranlib > ARFLAGS = > PERL =/usr/bin/perl > > THIRTY_TWO_BIT mode > BN_LLONG mode > > Configured for linux-armv4. > > > > ------------------------------------------------------------------------- > http://rt.openssl.org/Ticket/Display.html?id=4498&user=guest&pass=guest
-- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4498 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
