Bug#532092: esound: FTBFS on GNU/kFreeBSD (build-depends on libasound2-dev)

Aurelien Jarno aurel32 at debian.org
Sat Jun 6 11:30:19 UTC 2009


Package: esound
Version: 0.2.41-4
Severity: important
Tags: patch
User: glibc-bsd-devel at lists.alioth.debian.org
Usertags: kfreebsd

esounds fails to build on GNU/kFreeBSD as it build-depends on 
libasound2-dev or not+linux. Unfortunately not+linux is not provided by
type-handling, the correct value is not+linux-gnu.

The simple patch below fixes the problem:

diff -u esound-0.2.41/debian/control.in esound-0.2.41/debian/control.in
--- esound-0.2.41/debian/control.in
+++ esound-0.2.41/debian/control.in
@@ -5,7 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.8.0
 Build-Depends: libaudiofile-dev (>= 0.2.3),
-               libasound2-dev | not+linux,
+               libasound2-dev | not+linux-gnu,
                libwrap0-dev,
                pkg-config,
                debhelper (>> 5),


-- System Information:
Debian Release: squeeze/sid
Architecture: kfreebsd-i386 (i686)

Kernel: kFreeBSD 7.1-1-686
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-3   Enlightened Sound Daemon - Common 
ii  libaudiofile0                 0.2.6-7    Open-source version of SGI's audio
ii  libc0.1                       2.9-12     GNU C Library: Shared libraries
ii  libesd0                       0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libwrap0                      7.6.q-16   Wietse Venema's TCP wrappers libra

esound recommends no packages.

esound suggests no packages.






More information about the pkg-gnome-maintainers mailing list