From owner-freebsd-ports@FreeBSD.ORG Wed Apr 1 21:21:21 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A173CB6 for ; Wed, 1 Apr 2015 21:21:21 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 E59A4C5B for ; Wed, 1 Apr 2015 21:21:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id t31LLKP3043271 for ; Wed, 1 Apr 2015 21:21:20 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id t31LLKbQ043267 for ports@freebsd.org; Wed, 1 Apr 2015 21:21:20 GMT (envelope-from bdrewery) Received: (qmail 44931 invoked from network); 1 Apr 2015 16:21:18 -0500 Received: from unknown (HELO ?10.10.1.139?) (freebsd@shatow.net@10.10.1.139) by sweb.xzibition.com with ESMTPA; 1 Apr 2015 16:21:18 -0500 Message-ID: <551C615D.8050706@FreeBSD.org> Date: Wed, 01 Apr 2015 16:21:33 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Yuri , "ports@freebsd.org" Subject: Re: Pourdriere produces faulty build results due to bsd.openssl.mk bug References: <551C5C4C.5090707@rawbw.com> In-Reply-To: <551C5C4C.5090707@rawbw.com> OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WdINNaRrbTxE6avAogRNblsR7eAfsp4JS" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 21:21:21 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --WdINNaRrbTxE6avAogRNblsR7eAfsp4JS Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 4/1/2015 3:59 PM, Yuri wrote: > I found that packages produced by poudriere likely link with base > openssl, while port make likely links with the port openssl. > This is because of the lines in bsd.openssl.mk which check for the > presence of openssl shared library and headers under PREFIX, and set > WITH_OPENSSL_BASE when they aren't present. In case of port make files > are likely present, and in case of poudriere build files are likely not= > present. >=20 > Example is ftp/curl (with GSSAPI=3DNONE, OPENSSL=3Dyes options). *Poud= riere > produces curl library, that causes VirtualBox to break* due to the > openssl base vs. port conflicts. See recent emulation@ ML threads. Port= > make produces curl library that works fine with VirtualBox. >=20 > I think both WITH_OPENSSL_BASE and WITH_OPENSSL_PORT should be retired,= > and code checking file presence also should be removed, and all ports > should be made to build with an openssl port instead. Ports should neve= r > use base OpenSSL. >=20 > Only <100 ports touch WITH_OPENSSL_... variables. Somebody who is able > to make such decisions and has the commit bit should bit should look > into this. Otherwise, massively faulty package repositories are produce= s. >=20 > Yuri I've wanted this for a long time. I think we should just do it. --=20 Regards, Bryan Drewery --WdINNaRrbTxE6avAogRNblsR7eAfsp4JS Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJVHGFdAAoJEDXXcbtuRpfPqRwIAN4SQpXDtl6kR2BKsQuJ9pL4 hMUQ+tOudVYCdiSN5aodxJv90QRZV5S/yjVURTfhewIN3gubWV3ssohLdBL9oufI AOynhHxafhyoeOjtp7YdytC05uDVc4cZYA151J++VoLWkrnD5IhhL0268jPFjIm5 nm6g9xbVtoNN+ghH4K6lmpvnHfuVnhz6MJCOP1Q/Q9j1geSUHmiDrjTc1e1kh1nr 4WzFnnd34QOKZki1lFVlQBu+qEVEwKsbE48V83KbHHB4ZKQQL1xHbbav3J0KTCSY WjmYpZG+94FGyYLVeiKbUSYj/OU5tw6w/xZpYu+CMJqn+4vCJp3GSxlit/KqkTg= =S5di -----END PGP SIGNATURE----- --WdINNaRrbTxE6avAogRNblsR7eAfsp4JS--