Date: Thu, 11 Oct 2018 17:32:21 -0400 From: Jung-uk Kim <jkim@FreeBSD.org> To: Justin Hibbits <chmeeedalf@gmail.com>, Glen Barber <gjb@freebsd.org> Cc: =?UTF-8?B?UmHDumw=?= <raul@b2n.org>, freebsd-current@freebsd.org Subject: Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto Message-ID: <b19c4fe0-9d4a-4594-fa23-c3811438aa82@FreeBSD.org> In-Reply-To: <20181011153847.76f256df@ralga.knownspace> References: <ca1c05c9-a072-6fc4-4d01-c2cf80c0b1f3@gmail.com> <82f64ae7-2e02-59a7-6058-01b33d594517@b2n.org> <20181011190745.GD53700@FreeBSD.org> <20181011153847.76f256df@ralga.knownspace>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --YpgA7MQdtyEe6DPYTsdCPZBuC1B0IZPEz Content-Type: multipart/mixed; boundary="7o0wOvxe9brXsAiJj2RcmdlHEFYBXpt5X"; protected-headers="v1" From: Jung-uk Kim <jkim@FreeBSD.org> To: Justin Hibbits <chmeeedalf@gmail.com>, Glen Barber <gjb@freebsd.org> Cc: =?UTF-8?B?UmHDumw=?= <raul@b2n.org>, freebsd-current@freebsd.org Message-ID: <b19c4fe0-9d4a-4594-fa23-c3811438aa82@FreeBSD.org> Subject: Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto References: <ca1c05c9-a072-6fc4-4d01-c2cf80c0b1f3@gmail.com> <82f64ae7-2e02-59a7-6058-01b33d594517@b2n.org> <20181011190745.GD53700@FreeBSD.org> <20181011153847.76f256df@ralga.knownspace> In-Reply-To: <20181011153847.76f256df@ralga.knownspace> --7o0wOvxe9brXsAiJj2RcmdlHEFYBXpt5X Content-Type: multipart/mixed; boundary="------------42CBBFD3A2FE264463FA3440" Content-Language: en-US This is a multi-part message in MIME format. --------------42CBBFD3A2FE264463FA3440 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 18. 10. 11., Justin Hibbits wrote: > On Thu, 11 Oct 2018 19:07:45 +0000 > Glen Barber <gjb@freebsd.org> wrote: >=20 >> On Thu, Oct 11, 2018 at 09:05:52AM +0200, Ra=FAl wrote: >>> Maybe related to recent Glen's Heads-UP? >>> >>> https://lists.freebsd.org/pipermail/freebsd-current/2018-October/0715= 81.html >>> =20 >> >> No, this is different, and more recent than the heads-up. I now see >> failures on powerpc, powerpc64, powerpcspe, sparc64, and arm. >> >> I'm trying to track down what commit introduced this, but it was not >> the final merge from the projects/openssl111 branch. >> >> Glen >> >=20 > Seems r339303 is the cuplrit. Reverting this gets my build completing.= It seems ldns now requires libssl.so to support DANE-TA. Please try the attached patch. Jung-uk Kim --------------42CBBFD3A2FE264463FA3440 Content-Type: text/x-patch; name="ldns.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="ldns.diff" Index: lib/libldns/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- lib/libldns/Makefile (revision 339318) +++ lib/libldns/Makefile (working copy) @@ -19,7 +19,7 @@ SRCS=3D buffer.c dane.c dname.c dnssec.c dnssec_sign =20 SRCS+=3D b64_ntop.c b64_pton.c =20 -LIBADD=3D crypto +LIBADD=3D ssl crypto =20 WARNS ?=3D 3 =20 --------------42CBBFD3A2FE264463FA3440-- --7o0wOvxe9brXsAiJj2RcmdlHEFYBXpt5X-- --YpgA7MQdtyEe6DPYTsdCPZBuC1B0IZPEz Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEl1bqgKaRyqfWXu/CfJ+WJvzb8UYFAlu/wWYACgkQfJ+WJvzb 8Ub2zwf/YW3vMXcqfqOmJVnZ4ycTJh1IGhUTbFbgjixmeKgHl1fS/6F7sPc0YThI 4yKwkGW1ZkXj2BZipDveO0UNRNA8bR6SoH8m9D4kDmkOJr08YGni70gdvon06/ur qUR0MYyNxgQORnDUH+g3qR1jK9Vde7OR0giuiTNpjOhXn2SzZGpQ4ukZ4E0EOVHE ZqKf4+rOulTM38596ndsFIyXt7+gpFtPQCsskkMOp77LAdQJZboXB1duQL/558qG KcRLKdlwHSQ6zwiQBNKelqHLfnfhRbU61cf0pjEjn0bU+RQ7kyidP4P0VtrI7Qd5 PjSCbbRsJaJN/vZWTLeWaBBjWDXaoQ== =t+Se -----END PGP SIGNATURE----- --YpgA7MQdtyEe6DPYTsdCPZBuC1B0IZPEz--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b19c4fe0-9d4a-4594-fa23-c3811438aa82>