Package: trousers Version: 0.3.11.2-1 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd
Hello, trousers currently FTBFS on hurd-i386, due to missing utmp.h inclusion, here is a 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 gawk; talk; nice; date; wine; grep; touch; unzip; strip; \ touch; gasp; finger; gasp; lyx; gasp; latex; mount; fsck; \ more; yes; gasp; umount; make clean; make mrproper; sleep
--- ./src/tcsd/platform.c.original 2013-11-09 23:08:12.000000000 +0100 +++ ./src/tcsd/platform.c 2013-11-09 23:08:19.000000000 +0100 @@ -13,7 +13,7 @@ #include <sys/param.h> #include <sys/sysctl.h> #include <err.h> -#elif (defined (__linux) || defined (linux) || defined(__GLIBC__)) +#elif (defined (__linux) || defined (linux) || defined(__GNU__) || defined(__GLIBC__)) #include <utmp.h> #elif (defined (SOLARIS)) #include <utmpx.h>