Date: Tue, 27 Apr 2010 12:02:34 +1000 From: Andrew Reilly <areilly@bigpond.net.au> To: edwin@FreeBSD.org 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 Message-ID: <20100427020234.GA63382@duncan.reilly.home> In-Reply-To: <201004261340.o3QDeEkJ038856@freefall.freebsd.org> References: <201004261340.o3QDeEkJ038856@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100427020234.GA63382>