Package: tachyon Version: 0.99~b2+dfsg-0.4 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd
Hello, tachyon currently FTBFS on hurd-i386 because it doesn't know it can use pthreads there, 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 <c> tiens, je suis déçu <c> quand on clique sur le bouton random de http://xkcd.com/221/ on ne tombe pas (toujours) sur http://xkcd.com/4/ <c> bon, j'envoie un bug-report à l'auteur
--- src/threads.h.original 2013-11-09 23:21:55.000000000 +0100 +++ src/threads.h 2013-11-09 23:22:01.000000000 +0100 @@ -17,7 +17,7 @@ #endif /* POSIX Threads */ -#if defined(_AIX) || defined(__APPLE__) || defined(_CRAY) || defined(__hpux) || defined(__irix) || defined(__linux) || defined(__osf__) || defined(__PARAGON__) +#if defined(_AIX) || defined(__APPLE__) || defined(_CRAY) || defined(__hpux) || defined(__irix) || defined(__linux) || defined (__GNU__) || defined(__osf__) || defined(__PARAGON__) #if !defined(USEUITHREADS) && !defined(USEPOSIXTHREADS) #define USEPOSIXTHREADS #endif