Your message dated Sat, 16 Jan 2010 12:33:25 +0000
with message-id <e1nw7qh-0000nu...@ries.debian.org>
and subject line Bug#525752: fixed in kmldonkey 2.0.5+kde4.3.3-1
has caused the Debian Bug report #525752,
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 ow...@bugs.debian.org
immediately.)
--
525752: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525752
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kmldonkey
Version: 2.0.5-1
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.4
Tags: patch
Your package fails to build with GCC 4.4, which has 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 or
gcc-4.4 from experimental.
> Automatic build of kmldonkey_2.0.5-1 on em64t by sbuild/amd64 0.53
...
> [ 27%] Building CXX object
> kmldonkey/CMakeFiles/kmldonkey.dir/emulecollection.o
> cd /build/tbm/kmldonkey-2.0.5/obj-x86_64-linux-gnu/kmldonkey &&
> /usr/lib/gcc-snapshot/bin/g++ -D_BSD_SOURCE -DQT3_SUPPORT
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DQT_NO_STL -DQT_NO_CAST_TO_ASCII
> -D_REENTRANT -DKDE_DEPRECATED_WARNINGS -g -O2 -g -Wall -O2 -Wnon-virtual-dtor
> -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W
> -Wpointer-arith -Wformat-security -fno-exceptions -fno-check-new -fno-common
> -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden
> -fvisibility-inlines-hidden -DNDEBUG -DQT_NO_DEBUG
> -I/build/tbm/kmldonkey-2.0.5/obj-x86_64-linux-gnu/kmldonkey
> -I/build/tbm/kmldonkey-2.0.5/kmldonkey
> -I/build/tbm/kmldonkey-2.0.5/kmldonkey/tools
> -I/build/tbm/kmldonkey-2.0.5/obj-x86_64-linux-gnu/kmldonkey/tools
> -I/build/tbm/kmldonkey-2.0.5/obj-x86_64-linux-gnu
> -I/build/tbm/kmldonkey-2.0.5
> -I/build/tbm/kmldonkey-2.0.5/obj-x86_64-linux-gnu/libkmldonkey
> -I/build/tbm/kmldonkey-2.0.5/libkmldonkey -I/usr/include/KDE
> -I/usr/include/qt4/phonon -I/usr/include/qt4/QtXmlPatterns
> -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtHelp
> -I/usr/include/qt4/QtAssistant -I/usr/include/qt4/QtDBus
> -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools
> -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtXml
> -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtOpenGL
> -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtDesigner
> -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui
> -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt
> -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 -D_GNU_SOURCE
> -D_LARGEFILE64_SOURCE -o CMakeFiles/kmldonkey.dir/emulecollection.o -c
> /build/tbm/kmldonkey-2.0.5/kmldonkey/emulecollection.cpp
> In file included from
> /build/tbm/kmldonkey-2.0.5/kmldonkey/emulecollection.cpp:24:
> /build/tbm/kmldonkey-2.0.5/kmldonkey/emulecollection.h:36: error: 'uint64_t'
> does not name a type
> /build/tbm/kmldonkey-2.0.5/kmldonkey/emulecollection.h:42: error: 'uint64_t'
> has not been declared
> /build/tbm/kmldonkey-2.0.5/kmldonkey/emulecollection.h:46: error: 'uint64_t'
> does not name a type
> /build/tbm/kmldonkey-2.0.5/kmldonkey/emulecollection.cpp: In member function
> 'std::string EmuleCollection::GetEd2kLink(unsigned int)':
> /build/tbm/kmldonkey-2.0.5/kmldonkey/emulecollection.cpp:49: error:
> 'GetFileSize' was not declared in this scope
> /build/tbm/kmldonkey-2.0.5/kmldonkey/emulecollection.cpp: At global scope:
> /build/tbm/kmldonkey-2.0.5/kmldonkey/emulecollection.cpp:62: error:
> 'uint64_t' does not name a type
> /build/tbm/kmldonkey-2.0.5/kmldonkey/emulecollection.cpp: In member function
> 'bool EmuleCollection::OpenBinary(std::string)':
> /build/tbm/kmldonkey-2.0.5/kmldonkey/emulecollection.cpp:82: error:
> 'uint32_t' was not declared in this scope
> /build/tbm/kmldonkey-2.0.5/kmldonkey/emulecollection.cpp:82: error: expected
> ';' before 'cVersion'
> /build/tbm/kmldonkey-2.0.5/kmldonkey/emulecollection.cpp:83: error:
> 'cVersion' was not declared in this scope
> /build/tbm/kmldonkey-2.0.5/kmldonkey/emulecollection.cpp:94: error: expected
> ';' before 'hTagCount'
> /build/tbm/kmldonkey-2.0.5/kmldonkey/emulecollection.cpp:95: error:
> 'hTagCount' was not declared in this scope
> /build/tbm/kmldonkey-2.0.5/kmldonkey/emulecollection.cpp:107: error:
> 'uint16_t' was not declared in this scope
> /build/tbm/kmldonkey-2.0.5/kmldonkey/emulecollection.cpp:107: error: expected
> ';' before 'hTagFormat'
> /build/tbm/kmldonkey-2.0.5/kmldonkey/emulecollection.cpp:108: error:
> 'hTagFormat' was not declared in this scope
> /build/tbm/kmldonkey-2.0.5/kmldonkey/emulecollection.cpp:123: error: expected
> ';' before 'hTagStringSize'
> /build/tbm/kmldonkey-2.0.5/kmldonkey/emulecollection.cpp:124: error:
> 'hTagStringSize' was not declared in this scope
--- kmldonkey/emulecollection.h~ 2009-04-26 21:32:14.000000000 +0000
+++ kmldonkey/emulecollection.h 2009-04-26 21:32:27.000000000 +0000
@@ -23,6 +23,7 @@
#ifndef EMULECOLLECTION_H
#define EMULECOLLECTION_H
+#include <stdint.h>
#include <string>
#include <vector>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: kmldonkey
Source-Version: 2.0.5+kde4.3.3-1
We believe that the bug you reported is fixed in the latest version of
kmldonkey, which is due to be installed in the Debian FTP archive:
kmldonkey_2.0.5+kde4.3.3-1.debian.tar.bz2
to main/k/kmldonkey/kmldonkey_2.0.5+kde4.3.3-1.debian.tar.bz2
kmldonkey_2.0.5+kde4.3.3-1.dsc
to main/k/kmldonkey/kmldonkey_2.0.5+kde4.3.3-1.dsc
kmldonkey_2.0.5+kde4.3.3-1_i386.deb
to main/k/kmldonkey/kmldonkey_2.0.5+kde4.3.3-1_i386.deb
kmldonkey_2.0.5+kde4.3.3.orig.tar.bz2
to main/k/kmldonkey/kmldonkey_2.0.5+kde4.3.3.orig.tar.bz2
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 525...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Peter Eisentraut <pet...@debian.org> (supplier of updated kmldonkey 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: Sat, 16 Jan 2010 14:02:53 +0200
Source: kmldonkey
Binary: kmldonkey
Architecture: source i386
Version: 2.0.5+kde4.3.3-1
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut <pet...@debian.org>
Changed-By: Peter Eisentraut <pet...@debian.org>
Description:
kmldonkey - KDE GUI for MLDonkey
Closes: 513185 525752
Changes:
kmldonkey (2.0.5+kde4.3.3-1) unstable; urgency=low
.
* New upstream release
- Fixed compilation with GCC 4.4 (closes: #525752)
- Fixed search results tab (closes: #513185)
* Switched source format to 3.0 (quilt)
* Updated standards version
Checksums-Sha1:
f49f780dd2e46b46679c214ae8dd35fd4c6966c6 1400 kmldonkey_2.0.5+kde4.3.3-1.dsc
670371f0ea4594d5c526716249b4fd3d4f8707cf 395487
kmldonkey_2.0.5+kde4.3.3.orig.tar.bz2
7f08dd141a929927644ca2897a9560e41aeb7329 4562
kmldonkey_2.0.5+kde4.3.3-1.debian.tar.bz2
ea3edf65f6628ab8ac2a697b353ba2e42e7983dd 789656
kmldonkey_2.0.5+kde4.3.3-1_i386.deb
Checksums-Sha256:
cf0690bca9d13f819eb5da519a6a3708da6ed1cd4349e0ddfed17123b4f7b51f 1400
kmldonkey_2.0.5+kde4.3.3-1.dsc
10e894d112c199b2a4b8d1f4f7183e323346d893552d221ffa1b4e1f9dff36a8 395487
kmldonkey_2.0.5+kde4.3.3.orig.tar.bz2
2c58ec5dcf96d564a8c090e04977e75b8273c07bc21add227f888dc7e38bf84b 4562
kmldonkey_2.0.5+kde4.3.3-1.debian.tar.bz2
80309104e9e3366a510503656907bb03e34d457971605e8c5a949c7d3db9034a 789656
kmldonkey_2.0.5+kde4.3.3-1_i386.deb
Files:
5190e73ab503dad881a962abfeed2fd3 1400 net optional
kmldonkey_2.0.5+kde4.3.3-1.dsc
76f609c488938c8a5858c126431b88fa 395487 net optional
kmldonkey_2.0.5+kde4.3.3.orig.tar.bz2
c43517ef6d1ab14644cdbc213e44637e 4562 net optional
kmldonkey_2.0.5+kde4.3.3-1.debian.tar.bz2
43973e6a050b4861aa202de403bf459e 789656 net optional
kmldonkey_2.0.5+kde4.3.3-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAktRrB4ACgkQTTx8oVVPtMZRQQCdFhVhEkT5ijyH3K2MRYk7/Qvl
mh8An2kyJLBbRG+Gt5kSaNYOrxRiWk8H
=UkcL
-----END PGP SIGNATURE-----
--- End Message ---