Your message dated Mon, 19 Mar 2007 06:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#336890: fixed in portaudio 18.1-6
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: portaudio
Severity: important
Tags: patch
Author: aurel32
Status: in BTS
Hi,
The current version of portaudio fails to build on GNU/kFreeBSD, because
machine/soundcard.h has been moved to sys/soundcard.h on BSD systems for
a long time (since version 5.0 for FreeBSD). Please find attached a
patch to fix that. It would be nice if you could include it in the next
upload.
Thanks in advance,
Aurelien
-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Author: aurel32
Status: in BTS
--- portaudio-18.1.orig/pa_unix_oss/pa_unix_oss.c
+++ portaudio-18.1/pa_unix_oss/pa_unix_oss.c
@@ -44,7 +44,7 @@
#ifdef __linux__
#include <linux/soundcard.h>
#else
-#include <machine/soundcard.h> /* JH20010905 */
+#include <sys/soundcard.h> /* JH20010905 */
#endif
--- End Message ---
--- Begin Message ---
Source: portaudio
Source-Version: 18.1-6
We believe that the bug you reported is fixed in the latest version of
portaudio, which is due to be installed in the Debian FTP archive:
libportaudio-dev_18.1-6_i386.deb
to pool/main/p/portaudio/libportaudio-dev_18.1-6_i386.deb
libportaudio-doc_18.1-6_all.deb
to pool/main/p/portaudio/libportaudio-doc_18.1-6_all.deb
libportaudio0_18.1-6_i386.deb
to pool/main/p/portaudio/libportaudio0_18.1-6_i386.deb
portaudio_18.1-6.diff.gz
to pool/main/p/portaudio/portaudio_18.1-6.diff.gz
portaudio_18.1-6.dsc
to pool/main/p/portaudio/portaudio_18.1-6.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mark Purcell <[EMAIL PROTECTED]> (supplier of updated portaudio package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 19 Mar 2007 06:23:49 +0000
Source: portaudio
Binary: libportaudio-doc libportaudio-dev libportaudio0
Architecture: source all i386
Version: 18.1-6
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team <[EMAIL PROTECTED]>
Changed-By: Mark Purcell <[EMAIL PROTECTED]>
Description:
libportaudio-dev - Portable audio I/O - development files
libportaudio-doc - Portable audio I/O - documentation
libportaudio0 - Portable audio I/O - shared library
Closes: 336890
Changes:
portaudio (18.1-6) unstable; urgency=low
.
* Actually apply dbug336890-kFreeBSD.dpatch ;-)
- FTBFS on GNU/kFreeBSD (Closes: #336890)
Files:
1de3fffdf3c2a9f58b0cf3a650ece3be 919 sound optional portaudio_18.1-6.dsc
2d86a6aa621f71b14b328be4590ef527 231746 sound optional portaudio_18.1-6.diff.gz
e4dc6e51225721ca4de59ba75234dece 15044 libs optional
libportaudio0_18.1-6_i386.deb
9266249f87c4d924fe4278652e479487 19624 libdevel optional
libportaudio-dev_18.1-6_i386.deb
aa25db34022a8ceccd880af68bc33a33 89354 doc optional
libportaudio-doc_18.1-6_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFF/izroCzanz0IthIRAo7+AJ0TpCc9J5mvJgW2O7IuY3vihA8E+wCfXru1
88xqbcQ+waQptqpK2JRQFjQ=
=oYaw
-----END PGP SIGNATURE-----
--- End Message ---