Your message dated Sun, 15 Jan 2006 14:20:14 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#336865: fixed in xmix 2.1-5
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 1 Nov 2005 18:46:47 +0000
>From [EMAIL PROTECTED] Tue Nov 01 10:46:47 2005
Return-path: <[EMAIL PROTECTED]>
Received: from farad.aurel32.net [82.232.2.251]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EX0zE-0006OK-00; Tue, 01 Nov 2005 10:35:57 -0800
Received: from hertz.aurel32.net ([2001:618:400:fc13:2e0:18ff:fea3:b80f])
by farad.aurel32.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32)
(Exim 4.50)
id 1EX0zD-0005mT-UC; Tue, 01 Nov 2005 19:35:55 +0100
Received: from aurel32 by hertz.aurel32.net with local (Exim 4.54)
id 1EX0zD-000KFQ-RZ; Tue, 01 Nov 2005 19:35:55 +0100
Content-Type: multipart/mixed; boundary="===============1084102390=="
MIME-Version: 1.0
From: Aurelien Jarno <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: xmix: FTBFS on GNU/kFreeBSD
X-Mailer: reportbug 3.17
Date: Tue, 01 Nov 2005 19:35:55 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02
This is a multi-part MIME message sent by reportbug.
--===============1084102390==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: xmix
Severity: important
Tags: patch
Hi,
The current version of xmix 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)
--===============1084102390==
Content-Type: text/x-c; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="xmix.diff"
Author: aurel32
Status: in BTS
diff -u xmix-2.1/xmix.c xmix-2.1/xmix.c
--- xmix-2.1/xmix.c
+++ xmix-2.1/xmix.c
@@ -78,7 +78,12 @@
#include "square_empty.bit"
#include "square_with_x.bit"
+#if defined(__linux__)
#include <linux/soundcard.h>
+#endif
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#include <sys/soundcard.h>
+#endif
#define SOUND_FULL_SCALE 100.0
#define MAX_SOUND_VOL 95
--===============1084102390==--
---------------------------------------
Received: (at 336865-close) by bugs.debian.org; 15 Jan 2006 22:27:36 +0000
>From [EMAIL PROTECTED] Sun Jan 15 14:27:36 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EyGEQ-0006Ch-VQ; Sun, 15 Jan 2006 14:20:14 -0800
From: Steve McIntyre <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#336865: fixed in xmix 2.1-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 15 Jan 2006 14:20:14 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: xmix
Source-Version: 2.1-5
We believe that the bug you reported is fixed in the latest version of
xmix, which is due to be installed in the Debian FTP archive:
xmix_2.1-5.diff.gz
to pool/main/x/xmix/xmix_2.1-5.diff.gz
xmix_2.1-5.dsc
to pool/main/x/xmix/xmix_2.1-5.dsc
xmix_2.1-5_alpha.deb
to pool/main/x/xmix/xmix_2.1-5_alpha.deb
xmix_2.1-5_hppa.deb
to pool/main/x/xmix/xmix_2.1-5_hppa.deb
xmix_2.1-5_i386.deb
to pool/main/x/xmix/xmix_2.1-5_i386.deb
xmix_2.1-5_ia64.deb
to pool/main/x/xmix/xmix_2.1-5_ia64.deb
xmix_2.1-5_mips.deb
to pool/main/x/xmix/xmix_2.1-5_mips.deb
xmix_2.1-5_powerpc.deb
to pool/main/x/xmix/xmix_2.1-5_powerpc.deb
xmix_2.1-5_sparc.deb
to pool/main/x/xmix/xmix_2.1-5_sparc.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.
Steve McIntyre <[EMAIL PROTECTED]> (supplier of updated xmix 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: Sun, 15 Jan 2006 19:49:07 +0000
Source: xmix
Binary: xmix
Architecture: alpha hppa i386 ia64 mips powerpc source sparc
Version: 2.1-5
Distribution: unstable
Urgency: low
Maintainer: Steve McIntyre <[EMAIL PROTECTED]>
Changed-By: Steve McIntyre <[EMAIL PROTECTED]>
Description:
xmix - X11-based interface to the Linux sound driver mixer
Closes: 336865 346948
Changes:
xmix (2.1-5) unstable; urgency=low
.
* New maintainer.
* Fix RC dependency on xlibs-dev. Closes: #346948
* Add GNU/kFreeBSD support; thanks to Aurelien Jarno for the patch.
Closes: #336865
* Updated Standards-Version.
* Updated debconf version requirement to 4 (remove warnings).
* Fixed compiler warnings.
* Fixed lintian warnings.
Files:
1b07088d3f017b978cfbe2999bb311a7 4001 sound optional xmix_2.1-5.diff.gz
5cff630b3d8abfec04af0f865a582aec 11630 sound optional xmix_2.1-5_mips.deb
662f427e0ad282a5195540fa505bb9ee 10226 sound optional xmix_2.1-5_i386.deb
66987bfce65cd24487f2f0c95858c1de 10604 sound optional xmix_2.1-5_sparc.deb
6ae2469cdd70af2d769edd917963fff7 13690 sound optional xmix_2.1-5_ia64.deb
7da3e31b6dd4901f67f1f74ddebf609a 11696 sound optional xmix_2.1-5_hppa.deb
463bf50fe15643fbe5493359a724ae7f 576 sound optional xmix_2.1-5.dsc
abba6339025bec414259ef9cece4d0d4 11598 sound optional xmix_2.1-5_alpha.deb
c7d763f697ac255a5a92a22826fdb43c 12504 sound optional xmix_2.1-5_powerpc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDyrfNfDt5cIjHwfcRAheYAKCySoZaKqYHSnirhx2Lx+E9g4JEUgCgg3HB
nm+StgGw2Zl1RHU3QNCs6ns=
=ex3b
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]