Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2016 11:58:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-arm@FreeBSD.org
Subject:   [Bug 212652] Cannot make libcrypto
Message-ID:  <bug-212652-7@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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 <alloca.h>
            ^
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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212652-7>