Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 09:40:19 -0600
From:      Ian Lepore <ian@FreeBSD.org>
To:        Dag-Erling =?ISO-8859-1?Q?Sm=F8rgrav?= <des@des.no>
Cc:        freebsd-security@FreeBSD.org, current@FreeBSD.org
Subject:   Re: HEADS UP: OpenSSH with DNSSEC support in 10
Message-ID:  <1379173219.1197.5.camel@revolution.hippie.lan>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 2013-09-14 at 16:03 +0200, Dag-Erling Sm=F8rgrav wrote:
> Ian Lepore <ian@FreeBSD.org> 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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1379173219.1197.5.camel>