Your message dated Sat, 08 Nov 2008 03:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#504886: fixed in pcmanx-gtk2 0.3.8-3
has caused the Debian Bug report #504886,
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.)
--
504886: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504886
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: pcmanx-gtk2
Version: 0.3.8-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 pcmanx-gtk2_0.3.8-2 on em64t by sbuild/amd64 0.53
...
> x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../src/core -I../src/view
> -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT
> -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
> -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/directfb
> -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/freetype2
> -I/usr/include/freetype2 -DLOCALEDIR=\"/usr/share/locale\"
> -DDATADIR=\"/usr/share\" -Wall -g -O2 -fno-exceptions -fno-rtti
> -fvisibility=hidden -fvisibility-inlines-hidden -MT msgdata.o -MD -MP -MF
> .deps/msgdata.Tpo -c -o msgdata.o `test -f 'nancy_bot/msgdata.cpp' || echo
> './'`nancy_bot/msgdata.cpp
> nancy_bot/msgdata.cpp: In member function 'int MsgData::errorHandler(int,
> const std::string&)':
> nancy_bot/msgdata.cpp:31: error: 'perror' was not declared in this scope
> nancy_bot/msgdata.cpp: In member function 'int MsgData::errorHandler(int,
> const std::string&, const std::string&)':
> nancy_bot/msgdata.cpp:40: error: 'stderr' was not declared in this scope
> nancy_bot/msgdata.cpp:40: error: 'fprintf' was not declared in this scope
> nancy_bot/msgdata.cpp: In member function 'int MsgData::writeToMsgData()':
> nancy_bot/msgdata.cpp:121: error: 'fopen' was not declared in this scope
> nancy_bot/msgdata.cpp:135: error: 'fputs' was not declared in this scope
> nancy_bot/msgdata.cpp:136: error: 'fclose' was not declared in this scope
> nancy_bot/msgdata.cpp: In member function 'bool MsgData::writeUnknowLog()':
> nancy_bot/msgdata.cpp:143: error: 'fopen' was not declared in this scope
> nancy_bot/msgdata.cpp:156: error: 'fputs' was not declared in this scope
> nancy_bot/msgdata.cpp:157: error: 'fclose' was not declared in this scope
> nancy_bot/msgdata.cpp: In member function 'int
> MsgData::initSpecialMsg(std::string)':
> nancy_bot/msgdata.cpp:189: error: 'fopen' was not declared in this scope
> nancy_bot/msgdata.cpp:206: error: 'stderr' was not declared in this scope
> nancy_bot/msgdata.cpp:206: error: 'fprintf' was not declared in this scope
> nancy_bot/msgdata.cpp:212: error: 'fgets' was not declared in this scope
> nancy_bot/msgdata.cpp:241: error: 'fclose' was not declared in this scope
> nancy_bot/msgdata.cpp: In member function 'int
> MsgData::initUserDefinedUsages()':
> nancy_bot/msgdata.cpp:249: error: 'fopen' was not declared in this scope
> nancy_bot/msgdata.cpp:260: error: 'fgets' was not declared in this scope
> nancy_bot/msgdata.cpp:291: error: 'fclose' was not declared in this scope
> nancy_bot/msgdata.cpp: In member function 'int MsgData::initCommonMsg()':
> nancy_bot/msgdata.cpp:300: error: 'fopen' was not declared in this scope
> nancy_bot/msgdata.cpp:312: error: 'fgets' was not declared in this scope
> nancy_bot/msgdata.cpp:348: error: 'fclose' was not declared in this scope
> nancy_bot/msgdata.cpp: In member function 'int MsgData::initUnknowMsgToAsk()':
> nancy_bot/msgdata.cpp:355: error: 'fopen' was not declared in this scope
> nancy_bot/msgdata.cpp:364: error: 'fgets' was not declared in this scope
> nancy_bot/msgdata.cpp:380: error: 'fclose' was not declared in this scope
> make[4]: *** [msgdata.o] Error 1
> make[4]: Leaving directory `/build/tbm/pcmanx-gtk2-0.3.8/src'
--- src/nancy_bot/msgdata.cpp~ 2008-11-07 19:27:35.000000000 +0000
+++ src/nancy_bot/msgdata.cpp 2008-11-07 19:27:41.000000000 +0000
@@ -18,6 +18,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#include <cstdio>
#include <cstdlib>
#include <unistd.h>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: pcmanx-gtk2
Source-Version: 0.3.8-3
We believe that the bug you reported is fixed in the latest version of
pcmanx-gtk2, which is due to be installed in the Debian FTP archive:
libpcmanx-core0_0.3.8-3_i386.deb
to pool/main/p/pcmanx-gtk2/libpcmanx-core0_0.3.8-3_i386.deb
mozilla-plugin-pcmanx_0.3.8-3_i386.deb
to pool/main/p/pcmanx-gtk2/mozilla-plugin-pcmanx_0.3.8-3_i386.deb
pcmanx-gtk2_0.3.8-3.diff.gz
to pool/main/p/pcmanx-gtk2/pcmanx-gtk2_0.3.8-3.diff.gz
pcmanx-gtk2_0.3.8-3.dsc
to pool/main/p/pcmanx-gtk2/pcmanx-gtk2_0.3.8-3.dsc
pcmanx-gtk2_0.3.8-3_i386.deb
to pool/main/p/pcmanx-gtk2/pcmanx-gtk2_0.3.8-3_i386.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.
Emfox Zhou <[EMAIL PROTECTED]> (supplier of updated pcmanx-gtk2 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: Sat, 08 Nov 2008 11:21:28 +0800
Source: pcmanx-gtk2
Binary: pcmanx-gtk2 mozilla-plugin-pcmanx libpcmanx-core0
Architecture: source i386
Version: 0.3.8-3
Distribution: unstable
Urgency: low
Maintainer: Emfox Zhou <[EMAIL PROTECTED]>
Changed-By: Emfox Zhou <[EMAIL PROTECTED]>
Description:
libpcmanx-core0 - core rendering library of pcmanx
mozilla-plugin-pcmanx - pcmanx plugin for Mozilla based browser
pcmanx-gtk2 - user-friendly telnet client mainly targets BBS users
Closes: 504886
Changes:
pcmanx-gtk2 (0.3.8-3) unstable; urgency=low
.
* gcc_4.3_4.4_ftbfs.dpatch: Fix FTBFS with GCC 4.4 (Closes: #504886)
Checksums-Sha1:
6757ae5b8d5f13d0b6988898420bcd76e4cf9d21 1156 pcmanx-gtk2_0.3.8-3.dsc
7d2f372db090045ecb1e06511ab280cceffaf286 21860 pcmanx-gtk2_0.3.8-3.diff.gz
c95e6e9724f5481cc57556f148117b559c995555 189376 pcmanx-gtk2_0.3.8-3_i386.deb
eda95d52ebde5582a26835f4ad1f8a724672fa41 68640
mozilla-plugin-pcmanx_0.3.8-3_i386.deb
35b049124c463b22d800dfef5ba1b806d7d7f31d 69110 libpcmanx-core0_0.3.8-3_i386.deb
Checksums-Sha256:
411e3e640aaf47e46578d91399fa3e974b6367202d3abc7e6a12be11c6c731bf 1156
pcmanx-gtk2_0.3.8-3.dsc
8b109604237b45dbefb2bba07a5646fdf750d876efe51694c0ea6766170b7f33 21860
pcmanx-gtk2_0.3.8-3.diff.gz
11360ef8e72e90ff81dbefc61d0271a8e8c4945e76ed32385c259d8b33f96b9b 189376
pcmanx-gtk2_0.3.8-3_i386.deb
098e4cebebd5970e7d2e599044a42fa0a256b73e2043d246581036f0f2084e6d 68640
mozilla-plugin-pcmanx_0.3.8-3_i386.deb
7a5a32bfd2cb36923a8eed01eb87acca1e3341deefd5362352732b3b232a11c9 69110
libpcmanx-core0_0.3.8-3_i386.deb
Files:
8bcf150be3c2335f521ff376c4fda94c 1156 x11 optional pcmanx-gtk2_0.3.8-3.dsc
ee79586472a8b5532d1cd6f10f5b099e 21860 x11 optional pcmanx-gtk2_0.3.8-3.diff.gz
13b5cc34c15300698f8fcbe19cbd6a29 189376 x11 optional
pcmanx-gtk2_0.3.8-3_i386.deb
a2e8aae137b19a4a0eb607dc9f82f2eb 68640 web optional
mozilla-plugin-pcmanx_0.3.8-3_i386.deb
c52242f8ee9ec4c936c4926100fd30c7 69110 libs optional
libpcmanx-core0_0.3.8-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkkVCJ4ACgkQ+MQbLPcULsL0wwCfRAfbv/beMvNmNYygRYKCj6Gf
lX0AnjuhpLiFCMUiElgkT+wHTPjs92o3
=gUfr
-----END PGP SIGNATURE-----
--- End Message ---