Package: samba4 Severity: serious Version: 4.0.0~alpha19+dfsg1-7 The current version of samba4 doesn't build anymore. It fails to configure with the following error:
Checking for system hx509 : not found Checking for header hx509.h : no ERROR: System library hx509 of version 0.0.0 not found, and bundling disabled This problems seems to be caused by the latest version of heimdal. /usr/include/heimdal/rfc2459_asn1.h includes a reference to config.h, which doesn't exist. The version in testing is fine. Diff between both versions: --- x/usr/include/heimdal/rfc2459_asn1.h 2012-03-29 02:09:09.000000000 +0200 +++ /usr/include/heimdal/rfc2459_asn1.h 2012-05-03 20:56:44.000000000 +0200 @@ -4,6 +4,9 @@ #ifndef __rfc2459_asn1_h__ #define __rfc2459_asn1_h__ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stddef.h> #include <time.h> Ivo -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org