Source: krb5 Version: 1.15~beta1-1 Severity: important Hello,
krb5 currently FTBFS on hurd-i386, the hurd patch needs an update, here is a fix. Samuel -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.8.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- Samuel Battery 1: charging, 90%, charging at zero rate - will never fully charge. -+- acpi - et pourtant, ca monte -+-
--- krb5-1.15~beta1/debian/patches/debian-local/0001-Debian-HURD-compatibility.patch 2016-11-02 04:12:46.000000000 +0000 +++ krb5-1.15~beta1/debian/patches/debian-local/0001-Debian-HURD-compatibility.patch 2016-11-22 21:57:07.000000000 +0000 @@ -117,3 +117,18 @@ int main(argc, argv) int argc; +Index: krb5-1.15~beta1/src/slave/kprop_util.c +=================================================================== +--- krb5-1.15~beta1.orig/src/slave/kprop_util.c ++++ krb5-1.15~beta1/src/slave/kprop_util.c +@@ -32,6 +32,10 @@ + #include <sys/types.h> + #include <sys/socket.h> + ++#ifndef MAXHOSTNAMELEN ++# define MAXHOSTNAMELEN 256 ++#endif ++ + /* + * Convert an IPv4 or IPv6 socket address to a newly allocated krb5_address. + * There is similar code elsewhere in the tree, so this should possibly become