Bug#336890: marked as forwarded (portaudio: FTBFS on GNU/kFreeBSD)

Debian Bug Tracking System owner at bugs.debian.org
Thu Nov 3 20:04:30 UTC 2005


Your message dated Thu, 3 Nov 2005 19:49:24 +0000
with message-id <200511031949.24401.msp at debian.org>
has caused the Debian Bug report #336890,
regarding portaudio: FTBFS on GNU/kFreeBSD
to be marked as having been forwarded to the upstream software
author(s) portaudio at techweb.rfa.org.

(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 336890-forwarded) by bugs.debian.org; 3 Nov 2005 19:49:46 +0000
>From msp at debian.org Thu Nov 03 11:49:46 2005
Return-path: <msp at debian.org>
Received: from 88-110-54-130.dynamic.dsl.as9105.com (bristol.purcell.id.au) [88.110.54.130] (Debian-exim)
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1EXl5l-0005jv-00; Thu, 03 Nov 2005 11:49:46 -0800
Received: from dell.purcell.id.au ([192.168.3.150])
	by bristol.purcell.id.au with esmtp (Exim 4.52)
	id 1EXl5h-0000gw-HI; Thu, 03 Nov 2005 19:49:42 +0000
Received: from mark by dell.purcell.id.au with local (Exim 4.54)
	id 1EXl5Q-0003wy-Pj; Thu, 03 Nov 2005 19:49:25 +0000
Content-Length: 1824
From: Mark Purcell <msp at debian.org>
Organization: Debian GNU Linux
To: portaudio at techweb.rfa.org
Date: Thu, 3 Nov 2005 19:49:24 +0000
User-Agent: KMail/1.8.2
Cc: 336890-forwarded at bugs.debian.org,
 Aurelien Jarno <aurel32 at debian.org>
Disposition-Notification-To: Mark Purcell <msp at debian.org>
MIME-Version: 1.0
Content-Type: Multipart/Mixed;
  boundary="Boundary-00=_EnmaD2doMC0GqWt"
Message-Id: <200511031949.24401.msp at debian.org>
X-SA-Exim-Connect-IP: 192.168.3.150
X-SA-Exim-Rcpt-To: portaudio at techweb.rfa.org, 336890-forwarded at bugs.debian.org, aurel32 at debian.org
X-SA-Exim-Mail-From: msp at debian.org
Subject: Fwd: Bug#336890: portaudio: FTBFS on GNU/kFreeBSD
X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100)
X-SA-Exim-Scanned: Yes (on bristol.purcell.id.au)
Delivered-To: 336890-forwarded at 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-Level: 
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
	HAS_PACKAGE autolearn=ham version=2.60-bugs.debian.org_2005_01_02

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

--Boundary-00=_EnmaD2doMC0GqWt
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

FInd enclosed a patch to allow portaudio to build of GNU/kFreeBSD from a 
Debian user.

This and other issues about portaudio in Debian can be found at 
http://bugs.debian.org/portaudio

Mark

----------  Forwarded Message  ----------

Subject: Bug#336890: portaudio: FTBFS on GNU/kFreeBSD
Date: Tuesday 01 November 2005 18:03
From: Aurelien Jarno <aurel32 at debian.org>
To: Debian Bug Tracking System <submit at bugs.debian.org>

Package: portaudio
Severity: important
Tags: patch

Author: aurel32
Status: in BTS

Hi,

The current version of portaudio fails to build on GNU/kFreeBSD, because
machine/soundcard.h has been moved to sys/soundcard.h on BSD systems for
a long time (since version 5.0 for FreeBSD). 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)

-------------------------------------------------------

--Boundary-00=_EnmaD2doMC0GqWt
Content-Type: text/x-c;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="portaudio.diff"

Author: aurel32
Status: in BTS

--- portaudio-18.1.orig/pa_unix_oss/pa_unix_oss.c
+++ portaudio-18.1/pa_unix_oss/pa_unix_oss.c
@@ -44,7 +44,7 @@
 #ifdef __linux__
 #include <linux/soundcard.h>
 #else
-#include <machine/soundcard.h> /* JH20010905 */
+#include <sys/soundcard.h> /* JH20010905 */
 #endif
 
 

--Boundary-00=_EnmaD2doMC0GqWt--





More information about the Pkg-voip-maintainers mailing list