Your message dated Wed, 18 Jan 2012 07:02:20 +0000
with message-id <[email protected]>
and subject line Bug#647963: fixed in synaesthesia 2.4-3
has caused the Debian Bug report #647963,
regarding synaesthesia: 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 [email protected]
immediately.)
--
647963: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647963
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: synaesthesia
Version: 2.4-2
Severity: important
Tags: patch
User: [email protected]
Usertags: hurd
Hello,
synaesthesia currently FTBFS on hurd-i386, due to inclusion of a linux-specific
header <linux/cdrom.h>. The attached patch fixes it by including
<sys/cdrom.h> instead, could you please apply it?
Thanks,
Samuel
-- System Information:
Debian Release: wheezy/sid
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: hurd-i386 (i686-AT386)
Kernel: GNU-Mach 1.3.99/Hurd-0.3
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -ur synaesthesia-2.4.orig/sound.cc synaesthesia-2.4/sound.cc
--- synaesthesia-2.4.orig/sound.cc 2005-12-29 03:52:19.000000000 +0100
+++ synaesthesia-2.4/sound.cc 2011-11-08 01:46:45.000000000 +0100
@@ -34,17 +34,22 @@
#include <fcntl.h>
#include <unistd.h>
#include <signal.h>
-#if !defined (__FreeBSD__) && !defined(__FreeBSD_kernel__)
+#if defined(__linux__)
#include <linux/soundcard.h>
#include <linux/cdrom.h>
//#include <linux/ucdrom.h>
-#else
+#endif
+#if defined (__FreeBSD__) || defined(__FreeBSD_kernel__)
#include <sys/soundcard.h>
#include <sys/cdio.h>
#define CDROM_LEADOUT 0xAA
#define CD_FRAMES 75 /* frames per second */
#define CDROM_DATA_TRACK 0x4
#endif
+#if defined (__GNU__)
+#include <sys/soundcard.h>
+#include <sys/cdrom.h>
+#endif
#include <time.h>
#include <stdlib.h>
--- End Message ---
--- Begin Message ---
Source: synaesthesia
Source-Version: 2.4-3
We believe that the bug you reported is fixed in the latest version of
synaesthesia, which is due to be installed in the Debian FTP archive:
synaesthesia_2.4-3.debian.tar.gz
to main/s/synaesthesia/synaesthesia_2.4-3.debian.tar.gz
synaesthesia_2.4-3.dsc
to main/s/synaesthesia/synaesthesia_2.4-3.dsc
synaesthesia_2.4-3_amd64.deb
to main/s/synaesthesia/synaesthesia_2.4-3_amd64.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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Devin Carraway <[email protected]> (supplier of updated synaesthesia 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 17 Jan 2012 22:42:26 -0800
Source: synaesthesia
Binary: synaesthesia
Architecture: source amd64
Version: 2.4-3
Distribution: unstable
Urgency: low
Maintainer: Devin Carraway <[email protected]>
Changed-By: Devin Carraway <[email protected]>
Description:
synaesthesia - Program for representing sounds visually
Closes: 647963
Changes:
synaesthesia (2.4-3) unstable; urgency=low
.
* Convert to dpkg-source 3.0 (quilt)
* Standards-version 3.9.2
* bug647963-fix_hurd-i386_ftbfs.patch: Fix FTBFS on hurd-i386 (Closes:
#647963)
Checksums-Sha1:
374e010badef31238bb2d323513dac33150b9548 1158 synaesthesia_2.4-3.dsc
790eb2d7ece9b47028ef61a95d9ef0afc5b4ae1a 5469 synaesthesia_2.4-3.debian.tar.gz
b6f28597d21d0282fee492afff075d7d1c1b86e0 82186 synaesthesia_2.4-3_amd64.deb
Checksums-Sha256:
b360250cd18860f69a93e2401b0078e3792455933257dbeae48f6d38d8fdb2a2 1158
synaesthesia_2.4-3.dsc
857c165b613b7c6bee4bf5814698cb1df0d710ade6dfe4adcb489bbf9de34943 5469
synaesthesia_2.4-3.debian.tar.gz
c3a3cd9ccd366de1a17c313f8dadc414fe8107cebb3797e717957747f831e072 82186
synaesthesia_2.4-3_amd64.deb
Files:
dd9a7cda5b3b6fff8c85aa51f525d1fe 1158 sound optional synaesthesia_2.4-3.dsc
3c94f4571a55ca2263c16ab1e4e723d1 5469 sound optional
synaesthesia_2.4-3.debian.tar.gz
3464a56009367ab3516f3fcb28b451a6 82186 sound optional
synaesthesia_2.4-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iD8DBQFPFmuuU5XKDemr/NIRAuJUAJ4m4NxzFP3s1hXODJOl4RgmMjdX5gCgwiNi
d5cjGuoJnLIEzxzj7d/HZu8=
=GUi8
-----END PGP SIGNATURE-----
--- End Message ---