Your message dated Fri, 13 Oct 2006 08:32:17 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#336899: fixed in tkmixer 1.0-15
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: tkmixer
Severity: important
Tags: patch
Hi,
The current version of tkmixer fails to build on GNU/kFreeBSD, because
linux/soundcard.h is Linux specific. sys/soundcard.h should be included
instead on *BSD. 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
diff -u tkmixer-1.0/tkmixer.C tkmixer-1.0/tkmixer.C
--- tkmixer-1.0/tkmixer.C
+++ tkmixer-1.0/tkmixer.C
@@ -21,7 +21,12 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#if defined(__linux__)
#include <linux/soundcard.h>
+#endif
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#include <sys/soundcard.h>
+#endif
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
--- End Message ---
--- Begin Message ---
Source: tkmixer
Source-Version: 1.0-15
We believe that the bug you reported is fixed in the latest version of
tkmixer, which is due to be installed in the Debian FTP archive:
tkmixer_1.0-15.diff.gz
to pool/main/t/tkmixer/tkmixer_1.0-15.diff.gz
tkmixer_1.0-15.dsc
to pool/main/t/tkmixer/tkmixer_1.0-15.dsc
tkmixer_1.0-15_alpha.deb
to pool/main/t/tkmixer/tkmixer_1.0-15_alpha.deb
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.
Nikita Schmidt <[EMAIL PROTECTED]> (supplier of updated tkmixer 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: Fri, 13 Oct 2006 15:31:50 +0100
Source: tkmixer
Binary: tkmixer
Architecture: source alpha
Version: 1.0-15
Distribution: unstable
Urgency: low
Maintainer: Nikita Schmidt <[EMAIL PROTECTED]>
Changed-By: Nikita Schmidt <[EMAIL PROTECTED]>
Description:
tkmixer - An audio mixer with Tk interface
Closes: 336899 385524
Changes:
tkmixer (1.0-15) unstable; urgency=low
.
* Use <sys/soundcard.h> instead of <linux/soundcard.h>, as the latter is
Linux specific (closes: bug#336899)
* Replaced old GCC-specific >? maximum operator with standard code
(closes: bug#385524)
* Place the menu file under /usr/share/menu instead of /usr/lib/menu as
required for the new menu package
* Rebuilt with GCC/G++ 4.1
Files:
782ccbfa21a26ed5ebe901760e67e856 557 sound optional tkmixer_1.0-15.dsc
af4a7d61037f2035d9706104bc17010c 8584 sound optional tkmixer_1.0-15.diff.gz
fab10dfb99a214adf7523233c0b3869d 35616 sound optional tkmixer_1.0-15_alpha.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFFL60qx3QFrbCl/9wRAp1lAKCiuCtCCQM6w4vHM/Uz/aFglddbUgCcDrNO
WASL5ytwX4keGeFBbSct12o=
=lz2P
-----END PGP SIGNATURE-----
--- End Message ---