Your message dated Thu, 09 May 2013 10:37:55 +0000
with message-id <[email protected]>
and subject line Bug#544928: Removed package(s) from unstable
has caused the Debian Bug report #636811,
regarding xboing: FTBFS on !linux-any
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 [email protected]
immediately.)
--
636811: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636811
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xboing
Version: 2.4-31
Severity: important
Tags: patch
Hello,
xboing currently FTBFS on !linux-any, because it includes
linux/soundcard.h. The attached patch fixes it by including
sys/soundcard.h instead (which is also available on Linux and does the
same thing).
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 <[email protected]>
"I once witnessed a long-winded, month-long flamewar over the use of
mice vs. trackballs...It was very silly."
(By Matt Welsh)
--- debian/patches/010_initial_patches.diff.orig 2011-08-06
01:43:29.000000000 +0000
+++ debian/patches/010_initial_patches.diff 2011-08-06 01:43:32.000000000
+0000
@@ -21,7 +21,7 @@
+#include <sys/time.h>
+#include <sys/stat.h>
+#include <fcntl.h>
-+#include <linux/soundcard.h>
++#include <sys/soundcard.h>
+#include <sys/ioctl.h>
+#include <sys/wait.h>
+
--- End Message ---
--- Begin Message ---
Version: 2.4-31+rm
Dear submitter,
as the package xboing 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/544928
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
[email protected].
Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)
--- End Message ---