Your message dated Fri, 25 Nov 2005 13:47:31 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#336916: fixed in gimp-gap 2.2.0-1
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 19:43:08 +0000
>From [EMAIL PROTECTED] Tue Nov 01 11:43:00 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 1EWztk-0000DL-00; Tue, 01 Nov 2005 09:26:12 -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 1EWztj-0004MD-An; Tue, 01 Nov 2005 18:26:11 +0100
Received: from aurel32 by hertz.aurel32.net with local (Exim 4.54)
id 1EWztj-00096v-7w; Tue, 01 Nov 2005 18:26:11 +0100
Content-Type: multipart/mixed; boundary="===============0905261868=="
MIME-Version: 1.0
From: Aurelien Jarno <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: gimp-gap: FTBFS on GNU/kFreeBSD
X-Mailer: reportbug 3.17
Date: Tue, 01 Nov 2005 18:26:11 +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.
--===============0905261868==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: gimp-gap
Severity: important
Tags: patch
Hi,
The current version of gimp-gap 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)
--===============0905261868==
Content-Type: text/x-c; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="gimp-gap.diff"
Author: aurel32
Status: in BTS
--- gimp-gap-2.0.2.orig/libwavplayclient/wpc_msg.c
+++ gimp-gap-2.0.2/libwavplayclient/wpc_msg.c
@@ -13,7 +13,12 @@
#include <sys/msg.h>
#include <sys/ioctl.h>
#include <assert.h>
+#if defined(__linux__)
#include <linux/soundcard.h>
+#endif
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#include <sys/soundcard.h>
+#endif
#include <wavplay.h>
#include <wavfile.h>
--- gimp-gap-2.0.2.orig/libwavplayclient/client.c
+++ gimp-gap-2.0.2/libwavplayclient/client.c
@@ -58,7 +58,12 @@
#include <sys/wait.h>
#include <sys/stat.h>
#include <assert.h>
+#if defined(__linux__)
#include <linux/soundcard.h>
+#endif
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#include <sys/soundcard.h>
+#endif
#include <glib.h>
--- gimp-gap-2.0.2.orig/libwavplayclient/msg.c
+++ gimp-gap-2.0.2/libwavplayclient/msg.c
@@ -55,7 +55,12 @@
#include <sys/msg.h>
#include <sys/ioctl.h>
#include <assert.h>
+#if defined(__linux__)
#include <linux/soundcard.h>
+#endif
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#include <sys/soundcard.h>
+#endif
#include "wavplay.h"
/*
--===============0905261868==--
---------------------------------------
Received: (at 336916-close) by bugs.debian.org; 25 Nov 2005 21:52:27 +0000
>From [EMAIL PROTECTED] Fri Nov 25 13:52:27 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EflPn-00070s-1C; Fri, 25 Nov 2005 13:47:31 -0800
From: Emil Soleyman-Zomalan <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.60 $
Subject: Bug#336916: fixed in gimp-gap 2.2.0-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 25 Nov 2005 13:47:31 -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
X-CrossAssassin-Score: 2
Source: gimp-gap
Source-Version: 2.2.0-1
We believe that the bug you reported is fixed in the latest version of
gimp-gap, which is due to be installed in the Debian FTP archive:
gimp-gap_2.2.0-1.diff.gz
to pool/main/g/gimp-gap/gimp-gap_2.2.0-1.diff.gz
gimp-gap_2.2.0-1.dsc
to pool/main/g/gimp-gap/gimp-gap_2.2.0-1.dsc
gimp-gap_2.2.0-1_i386.deb
to pool/main/g/gimp-gap/gimp-gap_2.2.0-1_i386.deb
gimp-gap_2.2.0.orig.tar.gz
to pool/main/g/gimp-gap/gimp-gap_2.2.0.orig.tar.gz
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.
Emil Soleyman-Zomalan <[EMAIL PROTECTED]> (supplier of updated gimp-gap 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: RIPEMD160
Format: 1.7
Date: Mon, 31 Oct 2005 23:29:24 -0800
Source: gimp-gap
Binary: gimp-gap
Architecture: source i386
Version: 2.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Emil Soleyman-Zomalan <[EMAIL PROTECTED]>
Changed-By: Emil Soleyman-Zomalan <[EMAIL PROTECTED]>
Description:
gimp-gap - The GIMP Animation Package
Closes: 336626 336916
Changes:
gimp-gap (2.2.0-1) unstable; urgency=low
.
* New upstream release (Closes: #336626)
* debian/rules:
- Removed dynamic generation of debian/control
- Added the following build options:
--disable-audio-support
--disable-libxvidcore
--with-preinstalled-libmpeg3
--with-preinstalled-libmpeg3=/usr/lib/libmpeg3.a
* debian/control:
- Added build dependency on libmpeg3-dev
* debian/patches:
- FTBFS on GNU/kFreeBSD patch by Aurelien Jarno <[EMAIL PROTECTED]>
(Closes: #336916)
Files:
3a92840047b223427a8781267366e938 920 graphics optional gimp-gap_2.2.0-1.dsc
2f0f829ff9d5cb563cc27bfd6c2607c7 5178547 graphics optional
gimp-gap_2.2.0.orig.tar.gz
168850b087e7c43c170d0b52a69c7a3b 1932 graphics optional
gimp-gap_2.2.0-1.diff.gz
e1e2f8d3b438f30e7bf06ed790a8efa3 10858912 graphics optional
gimp-gap_2.2.0-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDh2ruwO+u47cOQDsRA8SAAKCSVxTRugvTpb2aeyA+G5lJ0oc10ACfVlmc
X1O5Of0tdfFtS720eZDEoLM=
=KSU4
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]