Your message dated Wed, 12 Nov 2008 11:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#505388: fixed in jd 1:2.0.3~beta081110-2
has caused the Debian Bug report #505388,
regarding 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 [EMAIL PROTECTED]
immediately.)
--
505388: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505388
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: jd
Version: 1:2.0.2-080919-2
User: [EMAIL PROTECTED]
Usertags: ftbfs-gcc-4.4
Tags: patch
Your package fails to build with the upcoming GCC 4.4. Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.
GCC 4.4 cleaned up some more C++ headers. You always have to #include
headers directly and cannot rely for things to be included indirectly.
You can reproduce this problem with gcc-snapshot from unstable.
> Automatic build of jd_1:2.0.2-080919-2 on em64t by sbuild/amd64 0.53
...
> make[4]: Entering directory `/build/tbm/jd-2.0.2-080919/src/jdlib'
> x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -D_REENTRANT
> -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include
> -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
> -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include
> -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0
> -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
> -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0
> -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2
> -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1
> -I/usr/include/atk-1.0 -g -O2 -ggdb -Wall -DGTKMMVER=2120 -DUSE_XSMP -MT
> miscutil.o -MD -MP -MF .deps/miscutil.Tpo -c -o miscutil.o miscutil.cpp
> miscutil.cpp: In function 'std::string MISC::url_encode(const char*, size_t)':
> miscutil.cpp:953: error: 'snprintf' was not declared in this scope
> make[4]: *** [miscutil.o] Error 1
> make[4]: Leaving directory `/build/tbm/jd-2.0.2-080919/src/jdlib'
--- src/jdlib/miscutil.cpp~ 2008-11-11 22:29:40.000000000 +0000
+++ src/jdlib/miscutil.cpp 2008-11-11 22:29:46.000000000 +0000
@@ -12,6 +12,7 @@
#include <sstream>
#include <cstring>
+#include <cstdio>
#include <cstdlib>
--- src/jdlib/misctime.cpp~ 2008-11-11 22:30:16.000000000 +0000
+++ src/jdlib/misctime.cpp 2008-11-11 22:30:22.000000000 +0000
@@ -6,6 +6,7 @@
#include "misctime.h"
#include <sstream>
+#include <cstdio>
#include <cstring>
#include <time.h>
#include <sys/time.h>
--- src/jdlib/jdiconv.cpp~ 2008-11-11 22:30:56.000000000 +0000
+++ src/jdlib/jdiconv.cpp 2008-11-11 22:31:03.000000000 +0000
@@ -12,6 +12,7 @@
#include <errno.h>
#include <cstring>
+#include <cstdio>
#include <cstdlib>
using namespace JDLIB;
--- src/jdlib/confloader.cpp~ 2008-11-11 22:31:21.000000000 +0000
+++ src/jdlib/confloader.cpp 2008-11-11 22:31:27.000000000 +0000
@@ -7,6 +7,7 @@
#include "miscutil.h"
#include "cache.h"
+#include <cstdio>
#include <cstdlib>
using namespace JDLIB;
--- src/cache.h~ 2008-11-11 22:32:25.000000000 +0000
+++ src/cache.h 2008-11-11 22:32:30.000000000 +0000
@@ -5,6 +5,7 @@
#ifndef _CACHE_H
#define _CACHE_H
+#include <stdint.h>
#include <string>
#include <list>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: jd
Source-Version: 1:2.0.3~beta081110-2
We believe that the bug you reported is fixed in the latest version of
jd, which is due to be installed in the Debian FTP archive:
jd_2.0.3~beta081110-2.diff.gz
to pool/main/j/jd/jd_2.0.3~beta081110-2.diff.gz
jd_2.0.3~beta081110-2.dsc
to pool/main/j/jd/jd_2.0.3~beta081110-2.dsc
jd_2.0.3~beta081110-2_i386.deb
to pool/main/j/jd/jd_2.0.3~beta081110-2_i386.deb
jd_2.0.3~beta081110.orig.tar.gz
to pool/main/j/jd/jd_2.0.3~beta081110.orig.tar.gz
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.
Hideki Yamane (Debian-JP) <[EMAIL PROTECTED]> (supplier of updated jd 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: Wed, 12 Nov 2008 09:59:17 +0900
Source: jd
Binary: jd
Architecture: source i386
Version: 1:2.0.3~beta081110-2
Distribution: unstable
Urgency: low
Maintainer: Hideki Yamane (Debian-JP) <[EMAIL PROTECTED]>
Changed-By: Hideki Yamane (Debian-JP) <[EMAIL PROTECTED]>
Description:
jd - simple browser for "2ch-style" web forum sites
Closes: 505388
Changes:
jd (1:2.0.3~beta081110-2) unstable; urgency=low
.
* debian/patches/gcc4.4-ftbfs.dpatch
- fix with GCC4.4, thanks to Martin Michlmayr <[EMAIL PROTECTED]>.
(Closes: #505388).
Checksums-Sha1:
90df728e75fa1a0bbb5b8426c77519a1481463e7 1180 jd_2.0.3~beta081110-2.dsc
8d9fd209db30ce0ab136094d7911421f30b57d68 608761 jd_2.0.3~beta081110.orig.tar.gz
f43968c9b6d103ab076f024e2b3e18c70fa792a4 10769 jd_2.0.3~beta081110-2.diff.gz
ce36082ce1b1656b207145217ba26f7a5e8fa4cf 1740958 jd_2.0.3~beta081110-2_i386.deb
Checksums-Sha256:
43046bda50e524333d0540c2eff5aa80c218c2757d3791aebd8b5ed20ae9fd84 1180
jd_2.0.3~beta081110-2.dsc
cce15d1d805d4c5a38bd50540a3343521b285ead085fc759a428cb45b6c0e215 608761
jd_2.0.3~beta081110.orig.tar.gz
880110ba8bc4cc1d05dc3180eabad20e3d5e4b5001b2b3547cef02180d3cfc9a 10769
jd_2.0.3~beta081110-2.diff.gz
73a5bcae8237f9cf03c8acb67cbfee5a478820da2d951101e089eb5b7faebf9c 1740958
jd_2.0.3~beta081110-2_i386.deb
Files:
86da5dd0e0f06b1cabb9e3c67f0a0c88 1180 net optional jd_2.0.3~beta081110-2.dsc
bd94953da9ecce1aec02b8a2a7e34d8e 608761 net optional
jd_2.0.3~beta081110.orig.tar.gz
a4007962b5a61712b8b3ee4b8f730d83 10769 net optional
jd_2.0.3~beta081110-2.diff.gz
2abc64270f7bbe1524adda2aa69606c3 1740958 net optional
jd_2.0.3~beta081110-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkkavgQACgkQIu0hy8THJkt1/gCfRlja7cxxYo50SRLDiDt4Dsu4
POwAn37Q5v7JA4d8KWuVlrXYUkd+QbFG
=jfsF
-----END PGP SIGNATURE-----
--- End Message ---