From owner-freebsd-stable@FreeBSD.ORG Mon Oct 9 13:13:09 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 052F916A416 for ; Mon, 9 Oct 2006 13:13:09 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59D6343D62 for ; Mon, 9 Oct 2006 13:12:53 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id EE0B65C7F; Mon, 9 Oct 2006 17:12:50 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id B29A75C39; Mon, 9 Oct 2006 17:12:50 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id k99DCur5091676; Mon, 9 Oct 2006 17:12:56 +0400 (MSD) (envelope-from ru) Date: Mon, 9 Oct 2006 17:12:56 +0400 From: Ruslan Ermilov To: Tobias Roth , "Bjoern A. Zeeb" , stable@freebsd.org Message-ID: <20061009131256.GA91645@rambler-co.ru> References: <20061007090725.GA3229@droopy.unibe.ch> <20061007094855.GA156@rambler-co.ru> <20061007100915.GA3356@droopy.unibe.ch> <20061009121113.GI81781@fasolt.home.paeps.cx> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline In-Reply-To: <20061009121113.GI81781@fasolt.home.paeps.cx> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: Subject: Re: buildworld: undefined reference to `SHA256_Update' X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2006 13:13:09 -0000 --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 09, 2006 at 02:11:13PM +0200, Philip Paeps wrote: > On 2006-10-07 12:09:15 (+0200), Tobias Roth wrote: > > On Sat, Oct 07, 2006 at 01:48:55PM +0400, Ruslan Ermilov wrote: > > > Verify that libssh.so in objdir lists libmd as its dependency. > >=20 > > No, it doesn't. >=20 > As a hackaround, this patch seems to work for me here: >=20 > Index: 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 > RCS file: /home/ncvs/src/secure/lib/libssh/Makefile,v > retrieving revision 1.34.2.4 > diff -u -r1.34.2.4 Makefile > --- Makefile 6 Oct 2006 14:07:23 -0000 1.34.2.4 > +++ Makefile 9 Oct 2006 12:10:08 -0000 > @@ -38,8 +38,8 @@ > =20 > NO_LINT=3D > =20 > -DPADD+=3D ${LIBCRYPTO} ${LIBCRYPT} > -LDADD+=3D -lcrypto -lcrypt > +DPADD+=3D ${LIBCRYPTO} ${LIBCRYPT} ${LIBMD} > +LDADD+=3D -lcrypto -lcrypt -lmd > =20 > .include >=20 I sent a more complete patch (which includes also fixing static linking). > I wonder why libssh only lists libmd as a dependency in the !NO_KERBEROS = case. > Mysterious mystery... >=20 Because it wasn't required before before the last OpenSSH upgrade. It's also not required in -CURRENT because libcrypto in -CURRENT has SHA256 functions, and doesn't need libmd. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --GvXjxJ+pjyke8COw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFKkrYqRfpzJluFF4RArbjAKCMx6Po2JVKl/sg5lu+ES8BFGpYZwCgjA/u miAMyU6V8W0dJK1poiA4viU= =4p4F -----END PGP SIGNATURE----- --GvXjxJ+pjyke8COw--