From owner-freebsd-ports@FreeBSD.ORG Mon May 3 04:51:42 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09327106566B for ; Mon, 3 May 2010 04:51:42 +0000 (UTC) (envelope-from john.marshall@riverwillow.com.au) Received: from mail1.riverwillow.net.au (mail1.riverwillow.net.au [203.58.93.36]) by mx1.freebsd.org (Postfix) with ESMTP id 6025A8FC08 for ; Mon, 3 May 2010 04:51:40 +0000 (UTC) Received: from rwpc12.mby.riverwillow.net.au (rwpc12.mby.riverwillow.net.au [172.25.24.168]) (authenticated bits=0) by mail1.riverwillow.net.au (8.14.4/8.14.4) with ESMTP id o434pbgY035547 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 3 May 2010 14:51:38 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=riverwillow.com.au; s=m1001; t=1272862298; bh=KZPOVYEGOQ40p48u8KQNQdXguQ1tR5Y43GAIpqamii0=; h=Date:From:To:Subject:Message-ID:Mime-Version:Content-Type; b=mq3W6CGURcp5Ny1O++XPxqD067TKWJ0jeR20kkR8AEt9BGlJKJaydZr8xH3czymN4 kYrAmz73pT03hSCqeA2dX8F+1++Dlfcd0URjUlduUiPQnFULuYzsyV+NP1KReNhBBc 1HfIdbfI7ZHpxrF//kerrRrRDnqP8ZA/KP8wKKAc= Received: from rwpc12.mby.riverwillow.net.au (localhost [127.0.0.1]) by rwpc12.mby.riverwillow.net.au (8.14.4/8.14.4) with ESMTP id o434pbol002682 for ; Mon, 3 May 2010 14:51:37 +1000 (AEST) (envelope-from john.marshall@riverwillow.com.au) Received: (from john@localhost) by rwpc12.mby.riverwillow.net.au (8.14.4/8.14.4/Submit) id o434pbWr002681 for freebsd-ports@freebsd.org; Mon, 3 May 2010 14:51:37 +1000 (AEST) (envelope-from john) Date: Mon, 3 May 2010 14:51:37 +1000 From: John Marshall To: freebsd-ports@freebsd.org Message-ID: <20100503045136.GA1357@rwpc12.mby.riverwillow.net.au> Mail-Followup-To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="M9NhX3UHpAaciwkO" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i OpenPGP: id=A29A84A2 Subject: MD2 Dependency in FreeBSD 8.0 - OpenSSL 1.0.0 Needs MD2 enabled X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2010 04:51:42 -0000 --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This is obviously a workaround but... After updating ports (including security/openssl) on a FreeBSD 8-STABLE (Feb 25) system, I couldn't build net/samba33. This is what I saw... Linking bin/smbd /usr/lib/libhx509.so: undefined reference to `MD2_Init' /usr/lib/libhx509.so: undefined reference to `MD2_Final' /usr/lib/libhx509.so: undefined reference to `MD2_Update' gmake: *** [bin/smbd] Error 1 *** Error code 1 OpenSSL 1.0.0 does not include MD2 by default but does include a knob: MD2 "Build with MD2 hash (obsolete)" off If I re-build OpenSSL 1.0.0 with the "obsolete" MD2, then samba builds happily. Is there a better workaround until such time as the base system Heimdal is updated? --=20 John Marshall --M9NhX3UHpAaciwkO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkveVlgACgkQw/tAaKKahKLk4ACfc4A9AC5HBgDBsVGVqpRZAlVw H1UAniAs5ZlyGJQxsNu4IauVZLPFwbnS =2pvt -----END PGP SIGNATURE----- --M9NhX3UHpAaciwkO--