Control: tags 768736 + patch

Dear maintainer,

On Sun, 9 Nov 2014 08:24:09 +0100 Lucas Nussbaum
<lu...@lucas-nussbaum.net> wrote:
> Relevant part (hopefully):
> > checking for krb5-config... not found
> > checking for pam library... not found
> > checking for c-client.h... found in /usr/include/c-client
> > checking for c-client library... found /usr/lib/libc-client.so
> > checking whether c-client built with kerberos gssapi support... yes
> > configure: error: a working c-client installation is required for
> > building mailsync checking if kerberos is required and available
> > for linking against c-client... no

the reason for this build failure is that c-client uses Kerberos with
GSSAPI support, but the autoconfigure macro of the package cannot find
the krb5-config utility, which is apparently required for compiling.

It seems that one of the build-dependencies does not depend on
libkrb5-dev anymore. Adding it as an explicit dependency fixes the
build failure.

Regards,
Simon

+++ mailsync-5.2.2/debian/control       2014-11-12 22:47:01.000000000 +0100
@@ -4,7 +4,7 @@
 Maintainer: Tomas Pospisek <tpo_...@sourcepole.ch>
 # see #685897
 #Build-Depends: debhelper (>> 3.0.0), libc-client-dev | 
libc-client-ssl2001-dev, libc-client-dev | libkrb5-dev, automake1.11, dpkg-dev 
(>= 1.16.0)
-Build-Depends: debhelper (>> 3.0.0), libc-client2007e-dev (>= 8:2007f~dfsg-1), 
automake1.11, dpkg-dev (>= 1.16.0)
+Build-Depends: debhelper (>> 3.0.0), libc-client2007e-dev (>= 8:2007f~dfsg-1), 
automake1.11, dpkg-dev (>= 1.16.0), libkrb5-dev
 Standards-Version: 3.9.3.1
 Homepage: http://mailsync.sourceforge.net/


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to