Your message dated Sun, 08 Apr 2012 21:47:33 +0000
with message-id <[email protected]>
and subject line Bug#647967: fixed in cccd 0.3beta4-7
has caused the Debian Bug report #647967,
regarding cccd: 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.)
--
647967: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647967
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cccd
Version: 0.3beta4-6.2
Severity: important
Tags: patch
User: [email protected]
Usertags: hurd
Hello,
cccd 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 cccd-0.3beta4.orig/cd.h cccd-0.3beta4/cd.h
--- cccd-0.3beta4.orig/cd.h 1998-08-20 18:09:39.000000000 +0200
+++ cccd-0.3beta4/cd.h 2011-11-08 02:03:01.000000000 +0100
@@ -26,7 +26,12 @@
#define CCCD_CD_H
#include <sys/types.h>
+#ifdef __linux__
#include <linux/cdrom.h>
+#endif
+#ifdef __GNU__
+#include <sys/cdrom.h>
+#endif
#define MSF_TO_SEC(msf) ( msf.minute*60 + msf.second )
#define MSF_TO_FRAME(msf) ( MSF_TO_SEC(msf)*75 + msf.frame )
--- End Message ---
--- Begin Message ---
Source: cccd
Source-Version: 0.3beta4-7
We believe that the bug you reported is fixed in the latest version of
cccd, which is due to be installed in the Debian FTP archive:
cccd_0.3beta4-7.debian.tar.gz
to main/c/cccd/cccd_0.3beta4-7.debian.tar.gz
cccd_0.3beta4-7.dsc
to main/c/cccd/cccd_0.3beta4-7.dsc
cccd_0.3beta4-7_amd64.deb
to main/c/cccd/cccd_0.3beta4-7_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.
Uwe Hermann <[email protected]> (supplier of updated cccd 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: Sun, 08 Apr 2012 23:24:18 +0200
Source: cccd
Binary: cccd
Architecture: source amd64
Version: 0.3beta4-7
Distribution: unstable
Urgency: low
Maintainer: Uwe Hermann <[email protected]>
Changed-By: Uwe Hermann <[email protected]>
Description:
cccd - Small GTK+ CD player program
Closes: 647967
Changes:
cccd (0.3beta4-7) unstable; urgency=low
.
* Acknowledge NMUs (thanks Barry deFreese and Ben Hutchings).
* Repackage from scratch using cdbs + debhelper >= 8.
* Standards-Version: 3.9.2 (no changes required).
* Minor package description fix to silence lintian.
* debian/watch: Add file (unused, no upstream available at the moment).
* debian/copyright: Use DEP-5 format.
* debian/rules: Reduce the number of unneeded dependencies with --as-needed.
* Fix hurd-i386 FTBFS (Closes: #647967).
Thanks Samuel Thibault <[email protected]> for the patch.
Checksums-Sha1:
57549af232c0d84891aac0c8b4f2469a8b09b0f4 982 cccd_0.3beta4-7.dsc
10b6947cf4cabeeeea5cdc5f4fe92acb1155ea23 7063 cccd_0.3beta4-7.debian.tar.gz
ac6751163e1828eebaca9cfabb4938d45ac2a7bb 37600 cccd_0.3beta4-7_amd64.deb
Checksums-Sha256:
9ad33dc0b1a2f1ab327b7d7569fc11bfada8ad6fcae9ccbaaef1263a236b1b43 982
cccd_0.3beta4-7.dsc
738f687470a10ab74908b9b4789d10e4b19ae86d8970a52c6ed1fd8c707a4066 7063
cccd_0.3beta4-7.debian.tar.gz
f98f2dbf1180f3c13ab1de69dd4c939a4b3d3976ee10ebd006836abc951f5d4d 37600
cccd_0.3beta4-7_amd64.deb
Files:
de548854eac7757844a603c0d8c5f5be 982 sound extra cccd_0.3beta4-7.dsc
cb05e059393c526412f38541732ce4b0 7063 sound extra cccd_0.3beta4-7.debian.tar.gz
00baa1e17d3b3175e878210ba5f46cff 37600 sound extra cccd_0.3beta4-7_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk+CAkIACgkQXdVoV3jWIbRSxQCeKWS7b6d2QeMLWNcJMr0xOCB6
4RUAn3urP7akKWvdpoLlpxyDH+tgVE3j
=f3xQ
-----END PGP SIGNATURE-----
--- End Message ---