From owner-freebsd-arm@freebsd.org Tue Sep 13 11:58:28 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46C85BD87DE for ; Tue, 13 Sep 2016 11:58:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D30684C for ; Tue, 13 Sep 2016 11:58:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u8DBwSNv044732 for ; Tue, 13 Sep 2016 11:58:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 212652] Cannot make libcrypto Date: Tue, 13 Sep 2016 11:58:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: arm X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: borodin@unix7.pro X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-arm@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2016 11:58:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212652 Bug ID: 212652 Summary: Cannot make libcrypto Product: Base System Version: 11.0-STABLE Hardware: arm OS: Any Status: New Severity: Affects Some People Priority: --- Component: arm Assignee: freebsd-arm@FreeBSD.org Reporter: borodin@unix7.pro # cd /usr/src/secure/lib/libcrypto/ # make # make clang -O -pipe -O2 -I/usr/src/secure/lib/libcrypto/../../../crypto/opens= sl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_EN= DIAN -DAES_ASM -DBSAES_ASM -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DGHASH_A= SM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -I/usr/obj/usr/src/secure/lib/libcrypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -MD=20 -MF.depend.bn_asm.o -MTbn_asm.o -std=3Dgnu89 -Wno-pointer-sign -Wno-empty-b= ody -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bn/bn_asm.c -o bn_asm.o /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bn/bn_asm.c:88= 7:13: fatal error: 'alloca.h' file not found # include ^ 1 error generated. *** Error code 1 Stop. ----------------------- And ----------------------- --- libcrypto.so.8 --- cryptlib.So: In function `OPENSSL_cpuid_setup': /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/cryptlib.c:(.t= ext+0xb38): multiple definition of `OPENSSL_cpuid_setup' armcap.So:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/armc= ap.c:(.text+0x0): first defined here bn_asm.So: In function `bn_mul_mont': /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bn/bn_asm.c:(.= text+0x1c00): multiple definition of `bn_mul_mont' armv4-mont.So:(.text+0x0): first defined here clang: error: linker command failed with exit code 1 (use -v to see invocat= ion) # svn info | grep Revis Revision: 305765 Previous building from Aug-29 was ok. --=20 You are receiving this mail because: You are the assignee for the bug.=