[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#336914: marked as done (linpsk: FTBFS on GNU/kFreeBSD)



Your message dated Sun, 19 Mar 2006 05:17:41 -0800
with message-id <E1FKxmv-0000Jz-GS@spohr.debian.org>
and subject line Bug#336914: fixed in linpsk 0.8.1-3
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)

--- Begin Message ---
Package: linpsk
Severity: important
Tags: patch

Hi,

The current version of linpsk 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)
Author: aurel32
Status: in BTS

--- linpsk-0.8.1.orig/src/portaudio/pa_unix_oss.c
+++ linpsk-0.8.1/src/portaudio/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
 
 


--- End Message ---
--- Begin Message ---
Source: linpsk
Source-Version: 0.8.1-3

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

linpsk_0.8.1-3.diff.gz
  to pool/main/l/linpsk/linpsk_0.8.1-3.diff.gz
linpsk_0.8.1-3.dsc
  to pool/main/l/linpsk/linpsk_0.8.1-3.dsc
linpsk_0.8.1-3_i386.deb
  to pool/main/l/linpsk/linpsk_0.8.1-3_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 336914@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hamish Moffatt <hamish@debian.org> (supplier of updated linpsk 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: Sun, 19 Mar 2006 23:53:34 +1100
Source: linpsk
Binary: linpsk
Architecture: source i386
Version: 0.8.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: Hamish Moffatt <hamish@debian.org>
Description: 
 linpsk     - Program for operating PSK31/RTTY modes with X GUI
Closes: 336914
Changes: 
 linpsk (0.8.1-3) unstable; urgency=low
 .
   * Apply patch to src/portaudio/pa_unix_oss.c to allow compilation
     on GNU/kFreeBSD; thanks to Aurelien Jarno for the patch
     (closes: #336914)
   * Added debian/watch file to look for new upstream versions
Files: 
 546a186de3928661d7cffa0df405e96e 892 hamradio optional linpsk_0.8.1-3.dsc
 1ee22edc14ba936d4859702d4ab7cfbe 27908 hamradio optional linpsk_0.8.1-3.diff.gz
 82a670165faf656b56ecc02ae2822aea 178552 hamradio optional linpsk_0.8.1-3_i386.deb

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

iQCVAwUBRB1VA9iYIdPvprnVAQKNGwP6Al2hQIBFUkDzH1HJlTtboOvAikOE5Gdd
pBDAWzFYBtToRKtjMF8YKiQ++8PhlUpYZ82R+mVLoyG/M5T2tuS2PA/jdjPser8g
wMEnUuiE4R2vZYsdcFvQSQ4PBzYACNhUU4aO/T1Wl1MSJb5qkvjPnZa751QyZyWX
ryVGK6/h05U=
=/enT
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: