Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2018 17:42:58 -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:  <5b17300a-690c-c57f-5bf8-c19c73f12693@FreeBSD.org>
In-Reply-To: <b19c4fe0-9d4a-4594-fa23-c3811438aa82@FreeBSD.org>
References:  <ca1c05c9-a072-6fc4-4d01-c2cf80c0b1f3@gmail.com> <82f64ae7-2e02-59a7-6058-01b33d594517@b2n.org> <20181011190745.GD53700@FreeBSD.org> <20181011153847.76f256df@ralga.knownspace> <b19c4fe0-9d4a-4594-fa23-c3811438aa82@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------DEDCFF9B12D2AE5BD740E7A3
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 8bit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 18. 10. 11., Jung-uk Kim wrote:
> On 18. 10. 11., Justin Hibbits wrote:
>> On Thu, 11 Oct 2018 19:07:45 +0000 Glen Barber <gjb@freebsd.org>
>> wrote:
>> 
>>> On Thu, Oct 11, 2018 at 09:05:52AM +0200, Raśl wrote:
>>>> Maybe related to recent Glen's Heads-UP?
>>>> 
>>>> https://lists.freebsd.org/pipermail/freebsd-current/2018-October/07
1581.html
>>>>
>>>> 
>>> 
>>> 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
>>> 
>> 
>> 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.

I forgot to update share/mk/src.libnames.mk.  Please ignore the
previous patch and use the attached one instead.

Sorry,

Jung-uk Kim
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEl1bqgKaRyqfWXu/CfJ+WJvzb8UYFAlu/w9cACgkQfJ+WJvzb
8Uahywf9EkFSt4r6d7wdW5i0zU9VBxIyZ6xSuKq0zTJMKifXndzcpEQgyhQfyvkg
0c3eH+974kR61Y+DnycoUe8Q8XAHfaMe5CuPZ2OJTiu3RLGaBxAkfYgfydJn70/J
amQMsDhD9bKSo4YaoydqzMtGDU3C6CwLSZA3Ww8IwzIAElkI9Orx02hShYr8GQvK
EoR5wOyvl+XqrGHbbuzusROCVrHHGgFpwhSvcDOBvPB0xEsmEJkv+scZNNArgjF4
YjTQW77Jv0l5VO3Fa0rRw/YOMs4VVlycDrov3RL4/ILAzjig6nE6bomjiFYbmKjQ
m4/KyaMCeCfDPn9d3mc5jZqDaOUE7A==
=VBUK
-----END PGP SIGNATURE-----

--------------DEDCFF9B12D2AE5BD740E7A3
Content-Type: text/x-patch;
 name="ldns.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="ldns.diff"

Index: lib/libldns/Makefile
===================================================================
--- lib/libldns/Makefile	(revision 339318)
+++ lib/libldns/Makefile	(working copy)
@@ -19,7 +19,7 @@ SRCS=	buffer.c dane.c dname.c dnssec.c dnssec_sign
 
 SRCS+=	b64_ntop.c b64_pton.c
 
-LIBADD=	crypto
+LIBADD=	ssl crypto
 
 WARNS ?= 3
 
Index: share/mk/src.libnames.mk
===================================================================
--- share/mk/src.libnames.mk	(revision 339318)
+++ share/mk/src.libnames.mk	(working copy)
@@ -273,7 +273,7 @@ _DP_mp=	crypto
 _DP_memstat=	kvm
 _DP_magic=	z
 _DP_mt=		sbuf bsdxml
-_DP_ldns=	crypto
+_DP_ldns=	ssl crypto
 .if ${MK_OPENSSL} != "no"
 _DP_fetch=	ssl crypto
 .else

--------------DEDCFF9B12D2AE5BD740E7A3--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5b17300a-690c-c57f-5bf8-c19c73f12693>