Package: krb5 Version: 1.11.3+dfsg-3 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd
Hello, krb5 currently FTBFS on hurd-i386 due to inconditional use of MAXHOSTNAMELEN, see attached patch. Samuel -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.12.0 (SMP w/8 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- Samuel `When you say "I wrote a program that crashed Windows", people just stare at you blankly and say "Hey, I got those with the system, *for free*".' (By Linus Torvalds)
--- ./src/lib/gssapi/spnego/spnego_mech.c.original 2013-11-09 23:36:09.000000000 +0000 +++ ./src/lib/gssapi/spnego/spnego_mech.c 2013-11-09 23:36:56.000000000 +0000 @@ -69,6 +69,9 @@ #include "gssapiP_spnego.h" #include <gssapi_err_generic.h> +#ifndef MAXHOSTNAMELEN +#define MAXHOSTNAMELEN 64 +#endif #undef g_token_size #undef g_verify_token_header