Your message dated Thu, 15 Dec 2005 04:47:10 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#336858: fixed in sndobj 2.6.1a-2
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 17:01:57 +0000
>From [EMAIL PROTECTED] Tue Nov 01 09:01:57 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 1EWzWH-0007lG-00; Tue, 01 Nov 2005 09:01: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 1EWzWG-0003pZ-89; Tue, 01 Nov 2005 18:01:56 +0100
Received: from aurel32 by hertz.aurel32.net with local (Exim 4.54)
        id 1EWzWG-0008VR-5V; Tue, 01 Nov 2005 18:01:56 +0100
Content-Type: multipart/mixed; boundary="===============1646330438=="
MIME-Version: 1.0
From: Aurelien Jarno <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: sndobj: FTBFS on GNU/kFreeBSD
X-Mailer: reportbug 3.17
Date: Tue, 01 Nov 2005 18:01:56 +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.

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

Package: sndobj
Severity: important
Tags: patch

Hi,

The current version of sndobj fails to build on GNU/kFreeBSD, because
the build-dependency on libasound2-dev, which is Linux specific, could 
not been satisfied. 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)

--===============1646330438==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="sndobj.diff"

Author: aurel32
Status: in BTS

diff -u sndobj-2.6.1a/debian/control sndobj-2.6.1a/debian/control
--- sndobj-2.6.1a/debian/control
+++ sndobj-2.6.1a/debian/control
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), cdbs, fftw-dev, libasound2-dev, 
libjack0.100.0-dev | libjack-dev
+Build-Depends: debhelper (>> 3.0.0), cdbs, fftw-dev, libasound2-dev 
[!kfreebsd-i386], libjack0.100.0-dev | libjack-dev
 Standards-Version: 3.6.2
 
 Package: libsndobj-dev
diff -u sndobj-2.6.1a/debian/rules sndobj-2.6.1a/debian/rules
--- sndobj-2.6.1a/debian/rules
+++ sndobj-2.6.1a/debian/rules
@@ -7,7 +7,13 @@
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
+DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+
+ifeq (linux,$(DEB_HOST_ARCH_OS))
 DEB_MAKE_BUILD_TARGET := CFLAGS="-O2 -fPIC -I../include -DALSA -DJACK" 
PLATFORM=.alsa FFTWOBJS= LFLAGS="-lpthread -lrfftw -lfftw" lib/libsndobj.a
+else
+DEB_MAKE_BUILD_TARGET := CFLAGS="-O2 -fPIC -I../include -DJACK" PLATFORM=.oss 
FFTWOBJS= LFLAGS="-lpthread -lrfftw -lfftw" lib/libsndobj.a
+endif
 
 DEB_MAKE_INSTALL_TARGET := 
 

--===============1646330438==--

---------------------------------------
Received: (at 336858-close) by bugs.debian.org; 15 Dec 2005 12:51:05 +0000
>From [EMAIL PROTECTED] Thu Dec 15 04:51:05 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1EmsVq-0007bq-D8; Thu, 15 Dec 2005 04:47:10 -0800
From: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.60 $
Subject: Bug#336858: fixed in sndobj 2.6.1a-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 15 Dec 2005 04:47:10 -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: sndobj
Source-Version: 2.6.1a-2

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

libsndobj-dev_2.6.1a-2_i386.deb
  to pool/main/s/sndobj/libsndobj-dev_2.6.1a-2_i386.deb
libsndobj2c2_2.6.1a-2_i386.deb
  to pool/main/s/sndobj/libsndobj2c2_2.6.1a-2_i386.deb
sndobj_2.6.1a-2.diff.gz
  to pool/main/s/sndobj/sndobj_2.6.1a-2.diff.gz
sndobj_2.6.1a-2.dsc
  to pool/main/s/sndobj/sndobj_2.6.1a-2.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.
Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]> (supplier of updated sndobj 
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,  9 Nov 2005 09:49:15 +0100
Source: sndobj
Binary: libsndobj2c2 libsndobj-dev
Architecture: source i386
Version: 2.6.1a-2
Distribution: unstable
Urgency: low
Maintainer: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]>
Changed-By: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]>
Description: 
 libsndobj-dev - Sound Object development files
 libsndobj2c2 - Sound Object library
Closes: 336858
Changes: 
 sndobj (2.6.1a-2) unstable; urgency=low
 .
   * removed ALSA support for freebsd (closes: #336858)
Files: 
 1be6e471ff15726533e51376d92c4fd7 678 sound optional sndobj_2.6.1a-2.dsc
 81ac8a2a74203fe90b9ce28b1ea83fb6 3725 sound optional sndobj_2.6.1a-2.diff.gz
 7acb2cb67ba6fd2ca7e11cbd682f508c 277024 devel optional 
libsndobj-dev_2.6.1a-2_i386.deb
 b53e4dd4cd39c7c16bccb1e2ed3dbe68 147902 libs optional 
libsndobj2c2_2.6.1a-2_i386.deb

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

iD8DBQFDoWIo1pbKhmC2uVgRAm2dAJ4njzS/4DhTWit4tn3Mi2cLzP3YDACfWE0+
XPyiZbuOk7+AwuVZGX2feZ8=
=Cz/e
-----END PGP SIGNATURE-----


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

Reply via email to