Brian May wrote:
I am very short of time lately. The little time I have had has been on other more urgent tasks.
First I need to test the latest version of Heimdal, and ensure it still has the problem. There have been a number of new upstream releases since the initial report, and somewhere I think I saw a hint that the problem may have been solved.
Any changes would need to be coordinated with Sam Hartman, who was working on a patch to make it possible to install both Heimdal and MIT kerberos development packages at the same time, so I have CCed him.
Brian, I appreciate that you are busy, but we are both talking about adding the single line
sed -i "/dependency_libs/ s/'.*'/''/" debian/heimdal-dev/usr/lib/*.la to the binary-post-install/heimdal-dev:: target in debian/rules? Kind regards T. -- Thomas Viehmann, http://thomas.viehmann.net/
--- x/heimdal-1.2.e1.dfsg.1/debian/rules 2009-07-31 10:41:06.000000000 +0200 +++ heimdal-1.2.e1.dfsg.1/debian/rules 2009-07-31 10:23:19.000000000 +0200 @@ -68,7 +68,8 @@ rm -f debian/heimdal-dev/usr/lib/libss.a rm -f debian/heimdal-dev/usr/lib/libss.la rm -f debian/heimdal-dev/usr/lib/libss.so - + # remove libtool recursive linking mess + sed -i "/dependency_libs/ s/'.*'/''/" debian/heimdal-dev/usr/lib/*.la binary-post-install/heimdal-servers:: mv debian/heimdal-servers/usr/sbin/kfd debian/heimdal-servers/usr/lib/heimdal-servers