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

Bug#637539: marked as done (phaseshift: FTBFS on hurd-i386)



Your message dated Fri, 25 May 2012 14:58:57 +0000
with message-id <E1SXvyj-0004ge-Vw@franck.debian.org>
and subject line Bug#674454: Removed package(s) from unstable
has caused the Debian Bug report #637539,
regarding phaseshift: FTBFS on hurd-i386
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
637539: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637539
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: phaseshift
Version: 0.40-13.2
Severity: important
Tags: patch

Hello,

phaseshift currently FTBFS on hurd-i386 due to missing soundcard.h
inclusion. The attached patch fixes it.

Samuel

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Samuel Thibault <samuel.thibault@fnac.net>
The only "intuitive" interface is the nipple. After that, it's all learned.
(Bruce Ediger, bediger@teal.csn.org, in comp.os.linux.misc, on X interfaces.)
--- ./phaseshift/mixer.cpp.orig	2011-08-12 11:47:21.000000000 +0000
+++ ./phaseshift/mixer.cpp	2011-08-12 11:47:42.000000000 +0000
@@ -17,7 +17,7 @@
 
 #if defined(__linux__)
 #include <linux/soundcard.h>
-#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__GNU__)
 #include <sys/soundcard.h>
 #endif
 #include <sys/ioctl.h>
--- ./phaseshift/phaseshift.cpp.orig	2011-08-12 11:48:03.000000000 +0000
+++ ./phaseshift/phaseshift.cpp	2011-08-12 11:48:00.000000000 +0000
@@ -21,7 +21,7 @@
 #include <stdio.h>
 #if defined(__linux__)
 #include <linux/soundcard.h>
-#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__GNU__)
 #include <sys/soundcard.h>
 #endif
 #include <sys/ioctl.h>

--- End Message ---
--- Begin Message ---
Version: 0.40-13.3+rm

Dear submitter,

as the package phaseshift has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/674454

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


--- End Message ---

Reply to: