Your message dated Wed, 11 Jan 2006 11:47:20 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#336867: fixed in xscavenger 1.4.4-4
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:48:43 +0000
>From [EMAIL PROTECTED] Tue Nov 01 10:48:43 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 1EX100-000732-00; Tue, 01 Nov 2005 10:36:44 -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 1EX0zz-0005n7-Ob; Tue, 01 Nov 2005 19:36:43 +0100
Received: from aurel32 by hertz.aurel32.net with local (Exim 4.54)
        id 1EX0zz-000KGk-Lv; Tue, 01 Nov 2005 19:36:43 +0100
Content-Type: multipart/mixed; boundary="===============0994848953=="
MIME-Version: 1.0
From: Aurelien Jarno <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: xscavenger: FTBFS on GNU/kFreeBSD
X-Mailer: reportbug 3.17
Date: Tue, 01 Nov 2005 19:36:43 +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.

--===============0994848953==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: xscavenger
Severity: important
Tags: patch

Hi,

The current version of xscavenger 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)

--===============0994848953==
Content-Type: text/x-c; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="xscavenger.diff"

Author: aurel32
Status: in BTS

--- xscavenger-1.4.4.orig/src/sound.c
+++ xscavenger-1.4.4/src/sound.c
@@ -5,7 +5,12 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>
+#if defined(__linux__)
 #include <linux/soundcard.h>
+#endif
+#if defined(__FreeBSD_kernel__) || defined(__FreeBSD__)
+#include <sys/soundcard.h>
+#endif
 #include <sys/time.h>
 #include <signal.h>
 #include <string.h>

--===============0994848953==--

---------------------------------------
Received: (at 336867-close) by bugs.debian.org; 11 Jan 2006 19:51:47 +0000
>From [EMAIL PROTECTED] Wed Jan 11 11:51:47 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1EwlwG-0002Zw-82; Wed, 11 Jan 2006 11:47:20 -0800
From: Hwei Sheng Teoh <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#336867: fixed in xscavenger 1.4.4-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 11 Jan 2006 11:47:20 -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: xscavenger
Source-Version: 1.4.4-4

We believe that the bug you reported is fixed in the latest version of
xscavenger, which is due to be installed in the Debian FTP archive:

xscavenger_1.4.4-4.diff.gz
  to pool/main/x/xscavenger/xscavenger_1.4.4-4.diff.gz
xscavenger_1.4.4-4.dsc
  to pool/main/x/xscavenger/xscavenger_1.4.4-4.dsc
xscavenger_1.4.4-4_i386.deb
  to pool/main/x/xscavenger/xscavenger_1.4.4-4_i386.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.
Hwei Sheng Teoh <[EMAIL PROTECTED]> (supplier of updated xscavenger 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: Wed, 11 Jan 2006 11:10:47 -0800
Source: xscavenger
Binary: xscavenger
Architecture: source i386
Version: 1.4.4-4
Distribution: unstable
Urgency: low
Maintainer: Hwei Sheng Teoh <[EMAIL PROTECTED]>
Changed-By: Hwei Sheng Teoh <[EMAIL PROTECTED]>
Description: 
 xscavenger - A lode-runner-like platform game for X
Closes: 336867 346859
Changes: 
 xscavenger (1.4.4-4) unstable; urgency=low
 .
   * Fix Build-Depends: to list explicit libraries rather than xlibs-dev
     (Closes: #346859)
      - Also, removed spurious Build-Depends on libxaw7-dev.
   * Acknowledge NMU (Closes: #336867)
   * Updated to Standards-Version: 3.6.2.2.
   * debian/xscavenger.menuentry: fix unquoted string.
   * debian/copyright: update FSF address.
   * debian/rules:
      - Install menu entry in /usr/share/menu, not /usr/lib/menu.
      - Install pixmaps to /usr/share/pixmaps, not /usr/X11R6/.../pixmaps
Files: 
 338039b62a74d2e62c98900578304ee5 575 games optional xscavenger_1.4.4-4.dsc
 9f9f2489971fac9ab7109f700d9f7611 7464 games optional xscavenger_1.4.4-4.diff.gz
 237d57ef92f2e8c2dce9feecb477ed0b 196564 games optional 
xscavenger_1.4.4-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDxV0lBgxOY7BxxAoRAh11AKCNIm1Oc7DEEbHqijeUhQ2fgW++JQCfZnFh
5fX3WEAxbJYI6IPCWj54SpA=
=9Xl8
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to