[Debian GNUstep maintainers] Bug#267909: marked as done (FTBFS on kfreebsd-gnu)

Debian Bug Tracking System owner@bugs.debian.org
Tue, 19 Apr 2005 07:48:30 -0700


Your message dated Tue, 19 Apr 2005 10:17:04 -0400
with message-id <E1DNtXE-0001so-00@newraff.debian.org>
and subject line Bug#267909: fixed in gnustep-gui 0.9.5-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; 25 Aug 2004 00:32:17 +0000
>From rmh@khazad.dyndns.org Tue Aug 24 17:32:17 2004
Return-path: <rmh@khazad.dyndns.org>
Received: from 86.red-80-24-13.pooles.rima-tde.net (khazad.dyndns.org) [80.24.13.86] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Bzli2-00014g-00; Tue, 24 Aug 2004 17:32:17 -0700
Received: from aragorn ([192.168.0.1] helo=khazad.dyndns.org)
	by khazad.dyndns.org with esmtp (Exim 3.36 #1 (Debian))
	id 1Bzlkh-0000X1-00; Wed, 25 Aug 2004 02:34:59 +0200
Received: from rmh by khazad.dyndns.org with local (Exim 4.34)
	id 1Bzlh2-000Fww-5O; Wed, 25 Aug 2004 02:31:12 +0200
Content-Type: multipart/mixed; boundary="===============2011194498=="
MIME-Version: 1.0
From: Robert Millan <rmh@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: FTBFS on kfreebsd-gnu
X-Mailer: reportbug 2.64
Date: Wed, 25 Aug 2004 02:31:11 +0200
Message-Id: <E1Bzlh2-000Fww-5O@khazad.dyndns.org>
Sender: <rmh@khazad.dyndns.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

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

Package: gnustep-gui
Severity: wishlist
Tags: patch

The attached patch fixes FTBFS on kfreebsd-gnu.  Please could you forward
it upstream?

OTOH, I think it'd be worth parsing the file in question with a cleanup tool
like dos2unix or indent.  It's full of weird CR/LF terminators.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i386)
Kernel: GNU/kFreeBSD 5.2.1-6
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (ignored: LC_ALL set to C)

--===============2011194498==
Content-Type: text/x-c; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="gnustep-gui_0.9.3-4.diff"

diff -ur gnustep-gui-0.9.3.old/Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c gnustep-gui-0.9.3/Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c
--- gnustep-gui-0.9.3.old/Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c	2003-07-20 04:08:22.000000000 +0200
+++ gnustep-gui-0.9.3/Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c	2004-08-25 02:29:18.000000000 +0200
@@ -109,19 +109,15 @@
 #include <pthread.h>
 #include <errno.h>
 
-#ifdef __linux__
+#if defined(__linux__)
 #include <linux/soundcard.h>
-#else
-#ifdef __FreeBSD__
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
 #include <sys/soundcard.h>
-#else
-#ifdef __OpenBSD__
+#elif defined(__OpenBSD__)
 #include <soundcard.h>
-#else
+#else
 #include <machine/soundcard.h> /* JH20010905 */
 #endif
-#endif
-#endif
 
 #include "portaudio.h"
 #include "pa_host.h"

--===============2011194498==--

---------------------------------------
Received: (at 267909-close) by bugs.debian.org; 19 Apr 2005 14:23:24 +0000
>From katie@ftp-master.debian.org Tue Apr 19 07:23:23 2005
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DNtdL-0006nE-00; Tue, 19 Apr 2005 07:23:23 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1DNtXE-0001so-00; Tue, 19 Apr 2005 10:17:04 -0400
From: Eric Heintzmann <eric@gnustep.fr.st>
To: 267909-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#267909: fixed in gnustep-gui 0.9.5-1
Message-Id: <E1DNtXE-0001so-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Tue, 19 Apr 2005 10:17:04 -0400
Delivered-To: 267909-close@bugs.debian.org
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-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-Spam-Level: 

Source: gnustep-gui
Source-Version: 0.9.5-1

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

gnustep-gui-common_0.9.5-1_i386.deb
  to pool/main/g/gnustep-gui/gnustep-gui-common_0.9.5-1_i386.deb
gnustep-gui-doc_0.9.5-1_all.deb
  to pool/main/g/gnustep-gui/gnustep-gui-doc_0.9.5-1_all.deb
gnustep-gui_0.9.5-1.diff.gz
  to pool/main/g/gnustep-gui/gnustep-gui_0.9.5-1.diff.gz
gnustep-gui_0.9.5-1.dsc
  to pool/main/g/gnustep-gui/gnustep-gui_0.9.5-1.dsc
gnustep-gui_0.9.5.orig.tar.gz
  to pool/main/g/gnustep-gui/gnustep-gui_0.9.5.orig.tar.gz
libgnustep-gui0.9-dbg_0.9.5-1_i386.deb
  to pool/main/g/gnustep-gui/libgnustep-gui0.9-dbg_0.9.5-1_i386.deb
libgnustep-gui0.9-dev_0.9.5-1_i386.deb
  to pool/main/g/gnustep-gui/libgnustep-gui0.9-dev_0.9.5-1_i386.deb
libgnustep-gui0.9_0.9.5-1_i386.deb
  to pool/main/g/gnustep-gui/libgnustep-gui0.9_0.9.5-1_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 267909@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Eric Heintzmann <eric@gnustep.fr.st> (supplier of updated gnustep-gui 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed,  6 Apr 2005 21:25:57 +0200
Source: gnustep-gui
Binary: gnustep-gui-common libgnustep-gui0.9-dev gnustep-gui-doc libgnustep-gui0.9-dbg libgnustep-gui0.9
Architecture: source i386 all
Version: 0.9.5-1
Distribution: unstable
Urgency: low
Maintainer: marillat@debian.org
Changed-By: Eric Heintzmann <eric@gnustep.fr.st>
Description: 
 gnustep-gui-common - GNUstep Gui Library - common files
 gnustep-gui-doc - Documentation for the GNUstep Gui Library
 libgnustep-gui0.9 - GNUstep Gui Library
 libgnustep-gui0.9-dbg - GNUstep Gui Library - debugging version
 libgnustep-gui0.9-dev - GNUstep Gui header files and static libraries
Closes: 267909 299178
Changes: 
 gnustep-gui (0.9.5-1) unstable; urgency=low
 .
   * New upstream release:
     - array type has now complete element type (closes: #299178).
     - should fix FTBFS on kfreebsd-gnu (closes: #267909).
   * Add symlink for User doc in gnustep-gui-doc package. Thanks to Jonathan Shipley.
   * Overrides inappropriate linda warnings.
Files: 
 a8ee6886b221a4059b644b547383d6c9 1039 devel optional gnustep-gui_0.9.5-1.dsc
 fbb31559e8a88c598026b01072c43118 1863310 devel optional gnustep-gui_0.9.5.orig.tar.gz
 0822bcbd123f05a3c8d5a9ac5ab9bfc9 11679 devel optional gnustep-gui_0.9.5-1.diff.gz
 cb5815aeae6705f34a097d3389bbecf3 705472 doc optional gnustep-gui-doc_0.9.5-1_all.deb
 cdbea7df6d353f4898c0f380e2a5a91d 289818 libs optional gnustep-gui-common_0.9.5-1_i386.deb
 3dc99cbe9a3cb864653304113a16288a 1059384 libs optional libgnustep-gui0.9_0.9.5-1_i386.deb
 20ed5e21f28307aec365457cd2bc396a 1912250 libdevel optional libgnustep-gui0.9-dev_0.9.5-1_i386.deb
 4d3f71c326f2b3c7a2b9961f4c20a28d 4702036 libdevel optional libgnustep-gui0.9-dbg_0.9.5-1_i386.deb

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

iD8DBQFCZRCgB9xWPR9BuQcRArGkAJ9Ku6D8eyyF7KO7qWVnfuqJqB5pJACfWErg
vuB4dRNytqYYCYY8qbOO7tE=
=WFBf
-----END PGP SIGNATURE-----