From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 27 02:02:37 2010 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8050106566C; Tue, 27 Apr 2010 02:02:37 +0000 (UTC) (envelope-from areilly@bigpond.net.au) Received: from nschwmtas04p.mx.bigpond.com (nschwmtas04p.mx.bigpond.com [61.9.189.146]) by mx1.freebsd.org (Postfix) with ESMTP id F209F8FC14; Tue, 27 Apr 2010 02:02:36 +0000 (UTC) Received: from nschwotgx01p.mx.bigpond.com ([124.188.161.100]) by nschwmtas04p.mx.bigpond.com with ESMTP id <20100427020235.XRCZ9850.nschwmtas04p.mx.bigpond.com@nschwotgx01p.mx.bigpond.com>; Tue, 27 Apr 2010 02:02:35 +0000 Received: from duncan.reilly.home ([124.188.161.100]) by nschwotgx01p.mx.bigpond.com with ESMTP id <20100427020234.ZYR3673.nschwotgx01p.mx.bigpond.com@duncan.reilly.home>; Tue, 27 Apr 2010 02:02:34 +0000 Date: Tue, 27 Apr 2010 12:02:34 +1000 From: Andrew Reilly To: edwin@FreeBSD.org Message-ID: <20100427020234.GA63382@duncan.reilly.home> References: <201004261340.o3QDeEkJ038856@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201004261340.o3QDeEkJ038856@freefall.freebsd.org> User-Agent: Mutt/1.4.2.3i X-Authentication-Info: Submitted using SMTP AUTH LOGIN at nschwotgx01p.mx.bigpond.com from [124.188.161.100] using ID areilly@bigpond.net.au at Tue, 27 Apr 2010 02:02:34 +0000 X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150201.4BD645BB.001B,ss=1,fgs=0 X-SIH-MSG-ID: qh0xF93+TAD0zmQs0WyzOwJxyArnqyN48Z4QX81loRIGTUDCp8DeQ9rHNvZRsM6kxDxLJhqHNGEiaa/hTY3Rs9mK Cc: gnome@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/146066: [workaround] final link of net-im/empathy fails libhx509.so undefined reference to MD2_Init etc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2010 02:02:37 -0000 On Mon, Apr 26, 2010 at 01:40:14PM +0000, edwin@FreeBSD.org wrote: > Synopsis: [workaround] final link of net-im/empathy fails libhx509.so undefined reference to MD2_Init etc There is an alternative workaround that I added to PR 145769 that also "works". It seems unnecessary to add MD2 functionality: nothing actually uses it. The link problem against /usr/lib/libhx509.so seems to be caused by dangling symbols from an incomplete excision of MD2 functionality from the base crypto lib. My patch completes that excision, and all of these problems seem to have gone away. Well, things build cleanly, and fetchmail (which had the same link failure) is running fine. Cheers, -- Andrew