Your message dated Fri, 11 Dec 2009 17:20:03 +0000
with message-id <e1nj99v-0003jw...@ries.debian.org>
and subject line Bug#560431: fixed in darkice 0.20.1-2
has caused the Debian Bug report #560431,
regarding darkice: FTBFS with gcc-4.4: missing include
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 ow...@bugs.debian.org
immediately.)


-- 
560431: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560431
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: darkice
Version: 0.20.1-1
Severity: serious
Tags: patch
Justification: FTBFS

Hi,

your package FTBFS. Right now, that only happened on kfreebsd-*, but it
might be due to my having updated the chroots very quickly from a
toolchain point of view, after the switch to gcc-4.4 by default. I'm
attaching a patch to fix this FTBFS.

Build logs at the usual place:
  https://buildd.debian.org/status/package.php?suite=unstable&p=darkice

Mraw,
KiBi.
--- a/src/SerialUlaw.cpp
+++ b/src/SerialUlaw.cpp
@@ -88,6 +88,10 @@
 #error need termios.h
 #endif
 
+#ifdef HAVE_STDIO_H
+#include <stdio.h>
+#endif
+
 
 #include "Util.h"
 #include "Exception.h"
--- a/src/JackDspSource.cpp
+++ b/src/JackDspSource.cpp
@@ -76,6 +76,10 @@
 #error need limits.h
 #endif
 
+#ifdef HAVE_STDIO_H
+#include <stdio.h>
+#endif
+
 #include <climits>
 
 #include "Util.h"

--- End Message ---
--- Begin Message ---
Source: darkice
Source-Version: 0.20.1-2

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

darkice_0.20.1-2.diff.gz
  to main/d/darkice/darkice_0.20.1-2.diff.gz
darkice_0.20.1-2.dsc
  to main/d/darkice/darkice_0.20.1-2.dsc
darkice_0.20.1-2_sparc.deb
  to main/d/darkice/darkice_0.20.1-2_sparc.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 560...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jochen Friedrich <joc...@scram.de> (supplier of updated darkice 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 11 Dec 2009 17:23:38 +0100
Source: darkice
Binary: darkice
Architecture: source sparc
Version: 0.20.1-2
Distribution: unstable
Urgency: low
Maintainer: Jochen Friedrich <joc...@scram.de>
Changed-By: Jochen Friedrich <joc...@scram.de>
Description: 
 darkice    - Live audio streamer
Closes: 560431
Changes: 
 darkice (0.20.1-2) unstable; urgency=low
 .
   * Add #include <stdio.h> in two places to allow compilation with
     gcc 4.4 (Closes: #560431). Thanks to Cyril Brulebois <k...@debian.org>
     for the patch.
Checksums-Sha1: 
 89666c4c2752c36aeb2a111b45e94c35d5630c33 1110 darkice_0.20.1-2.dsc
 4ba1b5a7341e71c2ae53614584935cd3e31f8dc0 7498 darkice_0.20.1-2.diff.gz
 7f90204a27660348e13386910b36a86357a9b6de 129074 darkice_0.20.1-2_sparc.deb
Checksums-Sha256: 
 6749e91369d93b69de21bf2d2e6229b8b70b6edd1f9a591d5505b131c0ac098c 1110 
darkice_0.20.1-2.dsc
 fea4dfc523308c8d779f6de979218fef8e2644b9a16a8c016330911cc032b67d 7498 
darkice_0.20.1-2.diff.gz
 d83d1c5f46c265fec9c4c225566369ab6d1d2293b05dfca0c5e940b78eb14725 129074 
darkice_0.20.1-2_sparc.deb
Files: 
 af99f6bd67feb8c8b6b46e8b9cdea70d 1110 sound optional darkice_0.20.1-2.dsc
 5005b4163fa3cdc666e52b164c9e3f74 7498 sound optional darkice_0.20.1-2.diff.gz
 d592405b98cbd721b44f984bc3891645 129074 sound optional 
darkice_0.20.1-2_sparc.deb

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

iD8DBQFLInm80fhX0Y/ocz0RApYTAKClslataEPEvcmPAbk0j1jc3rggAQCbBngS
gfnspbJYGgD8YsUfaOzhq1c=
=r1Ms
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to