Bug#564606: esound: FTBFS on hurd-i386

Samuel Thibault sthibault at debian.org
Sun Jan 10 16:48:43 UTC 2010


Package: esound
Version: 0.2.41-6
Severity: important
Tags: patch

Hello,

esound currently FTBFS on hurd-i386 because of esddsp, here is a patch.

Samuel

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages esound depends on:
ii  esound-common                 0.2.41-6   Enlightened Sound Daemon - Common 
ii  libaudiofile0                 0.2.6-8    Open-source version of SGI's audio
ii  libc6                         2.10.2-2   GNU C Library: Shared libraries
ii  libesd0                       0.2.41-6   Enlightened Sound Daemon - Shared 
ii  libwrap0                      7.6.q-18   Wietse Venema's TCP wrappers libra

esound recommends no packages.

esound suggests no packages.

-- 
Samuel Thibault <samuel.thibault at fnac.net>
> 	dvips -o $@ $<     
Faut faire gffe de pas te couper avec ton truc, t'as mis des ciseaux ($<)
partout :))
-+- Dom in Guide du linuxien pervers - "J'aime pas les Makefile !" -+-
-------------- next part --------------
--- esound-0.2.41/configure.ac	2008-11-18 20:35:33.000000000 +0000
+++ esound-0.2.41/configure.ac	2010-01-10 16:03:55.000000000 +0000
@@ -180,7 +180,7 @@
 
 AC_MSG_CHECKING([if your platform supports esddsp])
 case "$host_os" in
-  linux* | freebsd* | kfreebsd*-gnu | bsdi4* )
+  linux* | freebsd* | kfreebsd*-gnu | bsdi4* | gnu* )
     dsp_ok=yes
     ;;
 esac
--- esound-0.2.41/configure	2008-11-18 20:54:39.000000000 +0000
+++ esound-0.2.41/configure	2010-01-10 16:04:04.000000000 +0000
@@ -23066,7 +23066,7 @@
 { echo "$as_me:$LINENO: checking if your platform supports esddsp" >&5
 echo $ECHO_N "checking if your platform supports esddsp... $ECHO_C" >&6; }
 case "$host_os" in
-  linux* | freebsd* | kfreebsd*-gnu | bsdi4* )
+  linux* | freebsd* | kfreebsd*-gnu | bsdi4* | gnu* )
     dsp_ok=yes
     ;;
 esac
--- esound-0.2.41/esddsp.c.orig	2010-01-10 16:19:04.000000000 +0000
+++ esound-0.2.41/esddsp.c	2010-01-10 16:20:53.000000000 +0000
@@ -68,7 +68,7 @@
 #define REAL_LIBC ((void *) -1L)
 #endif
 
-#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__bsdi__)
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__bsdi__) || defined(__GNU__)
 typedef unsigned long request_t;
 #else
 typedef int request_t;


More information about the pkg-gnome-maintainers mailing list