Package: ptlib Version: 2.10.10~dfsg-2 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd
Hello, ptlib currently FTBFS on hurd-i386 because it doesn't know how to get the OSS header, 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 <r> make <r> oops <m> make clean
--- plugins/sound_oss/sound_oss.h.original 2013-11-09 21:52:35.000000000 +0000 +++ plugins/sound_oss/sound_oss.h 2013-11-09 21:52:42.000000000 +0000 @@ -15,6 +15,10 @@ #include <sys/soundcard.h> #endif +#ifdef P_GNU_HURD +#include <sys/soundcard.h> +#endif + #ifdef P_FREEBSD #if P_FREEBSD >= 500000 #include <sys/soundcard.h>