Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2019 10:40:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 242104] security/nss: fails to build on aarch64 13-current
Message-ID:  <bug-242104-21738-7ndFkQOTX7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242104-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242104-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242104

--- Comment #1 from mikael.urankar@gmail.com ---
http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p518178_s355024/lo=
gs/errors/nss-3.47.1.log


cc -o FreeBSD13.0_OPT.OBJ/FreeBSD_SINGLE_SHLIB/blinit.o -c -O2 -pipe=20
-I/usr/local/include/nspr -fstack-protector-strong -fno-strict-aliasing   -=
fPIC
-Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -Wall -Wshadow
-Qunused-arguments -Wno-parentheses-equality -Wno-array-bounds
-Wno-unevaluated-expression -Werror -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SA=
FE
-D_REENTRANT -DNSS_NO_INIT_SUPPORT -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT
-DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES
-I./../dist/FreeBSD13.0_OPT.OBJ/include -I./../dist/public/
-I./../dist/private/   -fPIC -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR
-DHAVE_BSD_FLOCK -Wall -Wshadow -Qunused-arguments -Wno-parentheses-equality
-Wno-array-bounds -Wno-unevaluated-expression -Werror -DXP_UNIX -UDEBUG
-DNDEBUG -D_THREAD_SAFE -D_REENTRANT -DNSS_NO_INIT_SUPPORT -DUSE_UTIL_DIREC=
TLY
-DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES
-I../../dist/FreeBSD13.0_OPT.OBJ/include -I../../dist/public/
-I../../dist/private/   -fPIC -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR
-DHAVE_BSD_FLOCK -Wall -Wshadow -Qunused-arguments -Wno-parentheses-equality
-Wno-array-bounds -Wno-unevaluated-expression -Werror -DXP_UNIX
-DSHLIB_SUFFIX=3D\"so\" -DSHLIB_PREFIX=3D\"lib\" -DSHLIB_VERSION=3D\"3\"
-DSOFTOKEN_SHLIB_VERSION=3D\"3\" -DRIJNDAEL_INCLUDE_TABLES -UDEBUG -DNDEBUG
-D_THREAD_SAFE -D_REENTRANT -DNSS_NO_INIT_SUPPORT -DUSE_UTIL_DIRECTLY
-DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -DNSS_USE_=
64
-DFREEBL_LOWHASH -DUSE_HW_AES -DHAVE_INT128_SUPPORT -DMP_API_COMPATIBLE
-I../../../dist/FreeBSD13.0_OPT.OBJ/include -I../../../dist/public/nss
-I../../../dist/private/nss -Impi -Iecl -Iverified   -fPIC -Wall -Wno-switch
-DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -Wall -Wshadow -Qunused-arguments
-Wno-parentheses-equality -Wno-array-bounds -Wno-unevaluated-expression -We=
rror
-DXP_UNIX -DSHLIB_SUFFIX=3D\"so\" -DSHLIB_PREFIX=3D\"lib\" -DSHLIB_VERSION=
=3D\"3\"
-DSOFTOKEN_SHLIB_VERSION=3D\"3\" -DRIJNDAEL_INCLUDE_TABLES -UDEBUG -DNDEBUG
-D_THREAD_SAFE -D_REENTRANT -DNSS_NO_INIT_SUPPORT -DUSE_UTIL_DIRECTLY
-DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -DNSS_USE_=
64
-DFREEBL_LOWHASH -DUSE_HW_AES -DHAVE_INT128_SUPPORT -DMP_API_COMPATIBLE
-I../../../dist/FreeBSD13.0_OPT.OBJ/include -I../../../dist/public/nss
-I../../../dist/private/nss -Impi -Iecl -Iverified  -std=3Dgnu99 blinit.c
blinit.c:160:28: error: implicit declaration of function 'ID_AA64ISAR0_AES'=
 is
invalid in C99 [-Werror,-Wimplicit-function-declaration]
        arm_aes_support_ =3D ID_AA64ISAR0_AES(id_aa64isar0) >=3D
ID_AA64ISAR0_AES_BASE && disable_hw_aes =3D=3D NULL;
                           ^
blinit.c:162:29: error: implicit declaration of function 'ID_AA64ISAR0_SHA1=
' is
invalid in C99 [-Werror,-Wimplicit-function-declaration]
        arm_sha1_support_ =3D ID_AA64ISAR0_SHA1(id_aa64isar0) =3D=3D
ID_AA64ISAR0_SHA1_BASE;
                            ^
blinit.c:162:29: note: did you mean 'ID_AA64ISAR0_AES'?
blinit.c:160:28: note: 'ID_AA64ISAR0_AES' declared here
        arm_aes_support_ =3D ID_AA64ISAR0_AES(id_aa64isar0) >=3D
ID_AA64ISAR0_AES_BASE && disable_hw_aes =3D=3D NULL;
                           ^
blinit.c:163:29: error: implicit declaration of function 'ID_AA64ISAR0_SHA2=
' is
invalid in C99 [-Werror,-Wimplicit-function-declaration]
        arm_sha2_support_ =3D ID_AA64ISAR0_SHA2(id_aa64isar0) >=3D
ID_AA64ISAR0_SHA2_BASE;
                            ^
blinit.c:163:29: note: did you mean 'ID_AA64ISAR0_SHA1'?
blinit.c:162:29: note: 'ID_AA64ISAR0_SHA1' declared here
        arm_sha1_support_ =3D ID_AA64ISAR0_SHA1(id_aa64isar0) =3D=3D
ID_AA64ISAR0_SHA1_BASE;
                            ^
3 errors generated.

--=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-242104-21738-7ndFkQOTX7>