From owner-freebsd-ports-bugs@freebsd.org Thu Nov 2 23:02:36 2017 Return-Path: Delivered-To: freebsd-ports-bugs@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 056B9E64E37 for ; Thu, 2 Nov 2017 23:02:36 +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 CDD6A6D3FF for ; Thu, 2 Nov 2017 23:02:35 +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 vA2N2ZK1095255 for ; Thu, 2 Nov 2017 23:02:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 223388] security/openssl: Fails to build without SSE3: implicit declaration of function 'SSLv3_client_method' in s23_clnt.c Date: Thu, 02 Nov 2017 23:02:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: greenreaper@hotmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: brnrd@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name 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-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2017 23:02:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223388 Bug ID: 223388 Summary: security/openssl: Fails to build without SSE3: implicit declaration of function 'SSLv3_client_method' in s23_clnt.c Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: brnrd@freebsd.org Reporter: greenreaper@hotmail.com Flags: maintainer-feedback?(brnrd@freebsd.org) Assignee: brnrd@freebsd.org I'm trying to compile openssl-1.0.2m from ports on 10.3-RELEASE-p20. The following options are enabled: DOCS EC SHARED THREADS ASM SSE2 SCTP The following options are disabled: MAN3 PADLOCK RFC3779 EXPCIPHERS ZLIB RC5 MD2 SSL2 SSL3 Things go fine, until s23_clnt.c ---- cc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -pthread -D_THREAD_SAFE -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN = -O3 -Wall -O2 -pipe -O2 -march=3Dnative -Werror -Qunused-arguments -fstack-pro= tector -fno-strict-aliasing -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DRC4_ASM -DSHA1_ASM -DSHA256_= ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -c s23_clnt.c -o s23_clnt.o s23_clnt.c:762:29: error: implicit declaration of function 'SSLv3_client_method' is invalid in C99 [-Werror,-Wimplicit-function-declaration] s->method =3D SSLv3_client_method(); ^ s23_clnt.c:762:27: error: incompatible integer to pointer conversion assign= ing to 'const SSL_METHOD *' (aka 'const struct ssl_method_st *') from 'int' [-Werror,-Wint-conversion] s->method =3D SSLv3_client_method(); ^ ~~~~~~~~~~~~~~~~~~~~~ 2 errors generated. *** Error code 1 ---- SSL3 disabling seems to be broken. Enabling SSE3 causes the build to work. --=20 You are receiving this mail because: You are the assignee for the bug.=