Package: libx11-dev Version: 2:1.0.0-8 Severity: important Hi,
On the Hurd, x11.pc's xthreadlib variable is empty, while it should contain -lpthread, so that some packages FTBFS. Here is a patch. Samuel -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (900, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages libx11-dev depends on: ii libx11-6 2:1.0.0-8 X11 client-side library ii libxau-dev 1:1.0.0-4 X11 authorisation library (develop ii libxdmcp-dev 1:1.0.0-4 X11 authorisation library (develop ii libxext-dev 1:1.0.0-4 X11 miscellaneous extensions libra ii x11proto-core-dev 7.0.4-3 X11 core wire protocol and auxilia ii x11proto-input-dev 1.3.2-4 X11 Input extension wire protocol ii x11proto-kb-dev 1.0.2-3 X11 XKB extension wire protocol ii xtrans-dev 1.0.0-6 X transport library (development f libx11-dev recommends no packages. -- no debconf information -- Samuel Thibault <[EMAIL PROTECTED]> <P> moo <N> moo ? <D> P: keski t'arrive? :)) <P> moooo <N> moooooo ? <P> rien le net marche je suis content :) -+- #ens-mim - accro du net -+-
--- libx11-1.0.0/configure.ac 2006-01-25 02:40:59.000000000 +0100 +++ libx11-1.0.0-hurd/configure.ac 2006-08-20 15:32:30.000000000 +0200 @@ -157,7 +157,7 @@ dnl XXX incomplete, please fill this in if test x$xthreads = xyes ; then case $host_os in - linux*|openbsd*) + linux*|openbsd*|gnu*) XTHREADLIB=-lpthread ;; freebsd*) XTHREAD_CFLAGS="-D_THREAD_SAFE"