From owner-freebsd-ports@freebsd.org Wed Sep 28 10:03:21 2016 Return-Path: Delivered-To: freebsd-ports@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 0F2EABE88CF for ; Wed, 28 Sep 2016 10:03:21 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.117.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 679C41FC8 for ; Wed, 28 Sep 2016 10:03:20 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from ox-dell39.ox.adestra.com (unknown [85.199.232.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id 4F2881F71 for ; Wed, 28 Sep 2016 10:03:15 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=infracaninophile.co.uk DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201601-infracaninophile; t=1475056995; bh=wx4RJAXUQT2O1eNdn5FKrkzkWPGNI2n37yueKFvaPMY=; h=Subject:To:References:From:Date:In-Reply-To; z=Subject:=20Re:=20mysql57=20now=20fails=20to=20build=20on=20FreeBS D=209=20with=20libressl|To:=20freebsd-ports@freebsd.org|References :=20<93CCFC89-B296-4A72-9017-B28F1B6B6B82@precidata.com>=0D=0A=20< 797ccaae-51ab-9fdf-895d-f370faa7db54@FreeBSD.org>|From:=20Matthew= 20Seaman=20|Date:=20Wed,=2028=20S ep=202016=2011:03:05=20+0100|In-Reply-To:=20<797ccaae-51ab-9fdf-89 5d-f370faa7db54@FreeBSD.org>; b=Umk3ArJQztf4L1nkEvBoY20ArhFQhqoU32kfJanxOijDvX4jTG7LolZ9z+pwGB30v Q1bgGte7Pc6/paHgl0fdZSYEDrtHSqafY0vw9QzHpycfaWQQ6SxeTTD14lRfheK3/D Lth46YjGeU1dKylK6YaiQIS3jjJOap9zcimSK+7g= Subject: Re: mysql57 now fails to build on FreeBSD 9 with libressl To: freebsd-ports@freebsd.org References: <93CCFC89-B296-4A72-9017-B28F1B6B6B82@precidata.com> <797ccaae-51ab-9fdf-895d-f370faa7db54@FreeBSD.org> From: Matthew Seaman Message-ID: <709ed082-024d-227d-2627-1af134024acc@infracaninophile.co.uk> Date: Wed, 28 Sep 2016 11:03:05 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <797ccaae-51ab-9fdf-895d-f370faa7db54@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ONFhh21580f2KvIlUpGTlupdUP0GiP72p" X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RDNS_NONE,SPF_FAIL autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on smtp.infracaninophile.co.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2016 10:03:21 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --ONFhh21580f2KvIlUpGTlupdUP0GiP72p Content-Type: multipart/mixed; boundary="2c6mSgnFbisKjn7xuRvQ8LDSE4QpTUEWP"; protected-headers="v1" From: Matthew Seaman To: freebsd-ports@freebsd.org Message-ID: <709ed082-024d-227d-2627-1af134024acc@infracaninophile.co.uk> Subject: Re: mysql57 now fails to build on FreeBSD 9 with libressl References: <93CCFC89-B296-4A72-9017-B28F1B6B6B82@precidata.com> <797ccaae-51ab-9fdf-895d-f370faa7db54@FreeBSD.org> In-Reply-To: <797ccaae-51ab-9fdf-895d-f370faa7db54@FreeBSD.org> --2c6mSgnFbisKjn7xuRvQ8LDSE4QpTUEWP Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 09/28/16 09:13, Mathieu Arnold wrote: > Le 28/09/2016 =C3=A0 09:44, Cedric Berger a =C3=A9crit : >> Hello, >> >> Since a week or two, I cannot build MySQL with the following defaults = on FreeBSD 9.3: >> >> DEFAULT_VERSIONS=3Dpgsql=3D9.5 php=3D7.0 mysql=3D5.7 ssl=3Dlibres= sl >> >> Same configuration works fine on FreebSD 10.3. >> >=20 > Like it is saying, you already have security/openssl installed, and you= > can't have that installed at the same time as security/libressl. >=20 > Note that if you want to replace security/openssl by security/libressl,= > you will have to rebuild all the ports that depend on openssl. You can > get the list with: pkg info -r openssl >=20 That's poudriere output, so it seems he has packages in his repo that depend on openssl rather than libressl. Which is odd -- poudriere should detect the change in dependency due to the DEFAULT_VERSIONS setting and rebuild everything affected. To the OP: does doing a 'poudriere bulk -c ....' fix the problem (ie. rebuild all of the packages in your repo)? Cheers, Matthew --2c6mSgnFbisKjn7xuRvQ8LDSE4QpTUEWP-- --ONFhh21580f2KvIlUpGTlupdUP0GiP72p Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJX65VZAAoJEABRPxDgqeTnUdsP/ikMeRSdaXjV0u4EVle23pBU UjQIIET3j6QcDRHNOajovB1xPUq9/IlBosZ4gwLNC5b3vyK2Yn6Y7VlMjbNYkw0u ZxgjdenD+xG6Coe5AzF1JI55Bqr31v7E2x10jsodVMuaTXY/pJZRPwxEC0OkOHog VMwDB0U5kllPz2oAKFV2d6r/a3n0sKjKye0rC24OqJKY3r06Sg+NSa78+nPgkuYA 8hhQDKHXX+q0zNuH2NEfsPtNBJIdotB+lkDJKEyf9DZi9o/lnlfBd0iRqtXBUJyh FuYr9FVb8MTiyN7guI6/BWav5SCy0ByoYnrHITTzQYuFYB/snhbeGsTw7HyLbLtN SJMNMNZYR2pnDexDlB9/iqy1VjDx3qoRzMoFZUW1a4BpHNTiDZoegzh/DVo9wmNo TBd3yFqaiQ0mmCitpHCglW5fHLyYtsejkWcTMM/C0piN+yzobx0BCWZysz+NGfMd HFj9iOVbBjWbyT2/o6BFRZs4whhAH9gaABrALKHbW+dO2peiltfQ8kEIYSh+6/mX 1PASKc6SNFkL1l2tKFxZVG2Wq1RSFwYoTd9QcAFa8KWrOfvsZXSqKQG7hd/M0pcx nbV/WUBc5T/lUCQ3neoLmqgDPNbZgaAgVg2tOeEq/+EvHeYt1Xg+YLmIqC0a6e6N SFV2hLHLIrUq6DTAiLxt =hthQ -----END PGP SIGNATURE----- --ONFhh21580f2KvIlUpGTlupdUP0GiP72p--