From owner-freebsd-current@FreeBSD.ORG Sat Sep 14 15:40:25 2013 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3FCFB2B3; Sat, 14 Sep 2013 15:40:25 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 145A72C6F; Sat, 14 Sep 2013 15:40:24 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1VKrxP-000AYn-HG; Sat, 14 Sep 2013 15:40:23 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id r8EFeKg8010725; Sat, 14 Sep 2013 09:40:20 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/G5uuBxHkx6c1GuPZN9IYs Subject: Re: HEADS UP: OpenSSH with DNSSEC support in 10 From: Ian Lepore To: Dag-Erling =?ISO-8859-1?Q?Sm=F8rgrav?= In-Reply-To: <86ob7vlcuz.fsf@nine.des.no> References: <86hadre740.fsf@nine.des.no> <1379166722.1197.3.camel@revolution.hippie.lan> <86ob7vlcuz.fsf@nine.des.no> Content-Type: text/plain; charset="ISO-8859-1" Date: Sat, 14 Sep 2013 09:40:19 -0600 Message-ID: <1379173219.1197.5.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by damnhippie.dyndns.org id r8EFeKg8010725 Cc: freebsd-security@FreeBSD.org, current@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 15:40:25 -0000 On Sat, 2013-09-14 at 16:03 +0200, Dag-Erling Sm=F8rgrav wrote: > Ian Lepore writes: > > I just ran into a build error related to this: > > [...] > > I find that the attached patch fixes it for me. > > [...] > > @@ -1468,7 +1468,7 @@ lib/libcxxrt__L: gnu/lib/libgcc__L > > lib/libradius lib/libsbuf lib/libtacplus \ > > ${_cddl_lib_libumem} ${_cddl_lib_libnvpair} \ > > ${_cddl_lib_libzfs_core} \ > > - lib/libutil ${_lib_libypclnt} lib/libz lib/msun \ > > + lib/libutil ${_lib_libypclnt} lib/libldns lib/libz lib/msun \ > > ${_secure_lib_libcrypto} ${_secure_lib_libssh} \ > > ${_secure_lib_libssl} > > =20 >=20 > That's not going to work, because libldns requires libcrypto. You > should try the following: >=20 > @@ -1470,8 +1470,8 @@ > ${_cddl_lib_libumem} ${_cddl_lib_libnvpair} \ > ${_cddl_lib_libzfs_core} \ > lib/libutil ${_lib_libypclnt} lib/libz lib/msun \ > - ${_secure_lib_libcrypto} ${_secure_lib_libssh} \ > - ${_secure_lib_libssl} > + ${_secure_lib_libcrypto} ${_lib_libldns} \ > + ${_secure_lib_libssh} ${_secure_lib_libssl} > =20 > .if ${MK_ATF} !=3D "no" > _lib_atf_libatf_c=3D lib/atf/libatf-c >=20 > Oh, wait, that's actually an excerpt from the commit that enabled LDNS > in OpenSSH. What a coincidence! >=20 > DES Hrm, sure enough, even though that sandbox claims to be at r255532, your changes from r255460 are not in Makefile.inc1. So I've got some sort of brokeness/pollution in my sandbox I'll look into, sorry for the noise. -- Ian