Your message dated Tue, 12 May 2009 18:17:13 +0000
with message-id <[email protected]>
and subject line Bug#525892: fixed in kadu 0.6.5.2-2
has caused the Debian Bug report #525892,
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.)


-- 
525892: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525892
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: kadu
Version: 0.6.5.1-5
User: [email protected]
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 kadu_0.6.5.1-5 on em64t by sbuild/amd64 0.53
...
> [  1%] Building CXX object 
> modules/docking/CMakeFiles/docking.dir/docking.cpp.o
> cd /build/tbm/kadu-0.6.5.1/build-tree/obj-x86_64-linux-gnu/modules/docking && 
> /usr/lib/gcc-snapshot/bin/g++   -DQT_DLL -DQT3_SUPPORT -DQT_3SUPPORT_LIB 
> -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_XML_LIB -DQT_CORE_LIB 
> -DQT_NO_DEBUG -g -O2 -g -Wall -O2 -O3 -DNDEBUG -I/usr/include/qt4 
> -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtWebKit 
> -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtXml 
> -I/usr/include/qt4/QtCore 
> -I/build/tbm/kadu-0.6.5.1/build-tree/obj-x86_64-linux-gnu 
> -I/build/tbm/kadu-0.6.5.1/build-tree/kadu 
> -I/build/tbm/kadu-0.6.5.1/build-tree/kadu/kadu-core 
> -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtHelp 
> -I/usr/include/qt4/QtAssistant -I/usr/include/qt4/QtTest 
> -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtScript 
> -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtOpenGL 
> -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtDesigner 
> -I/usr/share/qt4/mkspecs/default   -DKADULIB -o 
> CMakeFiles/docking.dir/docking.cpp.o -c 
> /build/tbm/kadu-0.6.5.1/build-tree/kadu/modules/docking/docking.cpp
> In file included from 
> /build/tbm/kadu-0.6.5.1/build-tree/kadu/kadu-core/userbox.h:19,
>                  from 
> /build/tbm/kadu-0.6.5.1/build-tree/kadu/kadu-core/configuration_window.h:12,
>                  from 
> /build/tbm/kadu-0.6.5.1/build-tree/kadu/kadu-core/main_configuration_window.h:4,
>                  from 
> /build/tbm/kadu-0.6.5.1/build-tree/kadu/modules/docking/docking.h:8,
>                  from 
> /build/tbm/kadu-0.6.5.1/build-tree/kadu/modules/docking/docking.cpp:18:
> /build/tbm/kadu-0.6.5.1/build-tree/kadu/kadu-core/protocol.h:18: error: 
> 'uint32_t' does not name a type
> In file included from 
> /build/tbm/kadu-0.6.5.1/build-tree/kadu/kadu-core/configuration_window.h:12,
>                  from 
> /build/tbm/kadu-0.6.5.1/build-tree/kadu/kadu-core/main_configuration_window.h:4,
>                  from 
> /build/tbm/kadu-0.6.5.1/build-tree/kadu/modules/docking/docking.h:8,
>                  from 
> /build/tbm/kadu-0.6.5.1/build-tree/kadu/modules/docking/docking.cpp:18:
> /build/tbm/kadu-0.6.5.1/build-tree/kadu/kadu-core/userbox.h:132: error: 
> 'UinType' does not name a type
> /build/tbm/kadu-0.6.5.1/build-tree/kadu/kadu-core/userbox.h:202: error: 
> 'UinType' has not been declared
> make[3]: *** [modules/docking/CMakeFiles/docking.dir/docking.cpp.o] Error 1
> make[3]: Leaving directory 
> `/build/tbm/kadu-0.6.5.1/build-tree/obj-x86_64-linux-gnu'

--- kadu/kadu-core/protocol.h~  2009-04-27 16:59:00.000000000 +0000
+++ kadu/kadu-core/protocol.h   2009-04-27 16:59:17.000000000 +0000
@@ -12,6 +12,8 @@
 #include "kinttypes.h"
 #endif
 
+#include <stdint.h>
+
 #include "status.h"
 #include "usergroup.h"
 

-- 
Martin Michlmayr
http://www.cyrius.com/



--- End Message ---
--- Begin Message ---
Source: kadu
Source-Version: 0.6.5.2-2

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

kadu-common_0.6.5.2-2_all.deb
  to pool/main/k/kadu/kadu-common_0.6.5.2-2_all.deb
kadu-external-modules_0.6.5.2-2_amd64.deb
  to pool/main/k/kadu/kadu-external-modules_0.6.5.2-2_amd64.deb
kadu-themes_0.6.5.2-2_all.deb
  to pool/main/k/kadu/kadu-themes_0.6.5.2-2_all.deb
kadu_0.6.5.2-2.diff.gz
  to pool/main/k/kadu/kadu_0.6.5.2-2.diff.gz
kadu_0.6.5.2-2.dsc
  to pool/main/k/kadu/kadu_0.6.5.2-2.dsc
kadu_0.6.5.2-2_amd64.deb
  to pool/main/k/kadu/kadu_0.6.5.2-2_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.
Patryk Cisek <[email protected]> (supplier of updated kadu 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: Tue, 12 May 2009 17:38:34 +0200
Source: kadu
Binary: kadu kadu-common kadu-external-modules kadu-themes
Architecture: source all amd64
Version: 0.6.5.2-2
Distribution: unstable
Urgency: low
Maintainer: Patryk Cisek <[email protected]>
Changed-By: Patryk Cisek <[email protected]>
Description: 
 kadu       - Gadu-Gadu client for X11
 kadu-common - Gadu-Gadu client for X11
 kadu-external-modules - Additional modules for Kadu
 kadu-themes - Additional icons and emoticons for Kadu
Closes: 525892
Changes: 
 kadu (0.6.5.2-2) unstable; urgency=low
 .
   * Added debian/patches/04-gcc4.4-build-fix.patch, which fixes compilation
     errors, when using gcc-4.4 (Closes: #525892)
Checksums-Sha1: 
 37630d33f09605aa1d0fe2ce9c9feb4d9534c700 1327 kadu_0.6.5.2-2.dsc
 e9089fd603ea3c22f8bd7ab054c2f0df5d1951af 19551 kadu_0.6.5.2-2.diff.gz
 70742bcc8907b629e208a183b73eadfe4df40fde 872198 kadu-common_0.6.5.2-2_all.deb
 2437e24cf08ec87640eef9a29dd08f3a2fd5e44a 5584190 kadu-themes_0.6.5.2-2_all.deb
 6a3e53647043fd9e94379c2516979bc0d52f0f21 2003440 kadu_0.6.5.2-2_amd64.deb
 1355db3ca1cd0a98b14816b59c596beaf9f88104 1424824 
kadu-external-modules_0.6.5.2-2_amd64.deb
Checksums-Sha256: 
 4d9e0ed9bb072fb977b50a802768fda9ca2b6add207ce13c9a169f31b4c7b373 1327 
kadu_0.6.5.2-2.dsc
 f23f5b2542bd30caa7fd5ba92a735b0c442e516860ace84beed0dea580bf9e36 19551 
kadu_0.6.5.2-2.diff.gz
 c02dc0281f6c6a11eb7b6d5b1efe79b1c0be192688f5b193e3ee87276787a478 872198 
kadu-common_0.6.5.2-2_all.deb
 9e712aaff1218de2677cdc45b189b853043de93906f8d3b73d29ff0cd14091fe 5584190 
kadu-themes_0.6.5.2-2_all.deb
 8fec684e3887eacee57c9a590a49b13bd5e3233504ec6dec94300489bf14e606 2003440 
kadu_0.6.5.2-2_amd64.deb
 5ec2d766aa68bef3e181cc39b9169ad19ac048d13fd85af3564feb2c04c905e7 1424824 
kadu-external-modules_0.6.5.2-2_amd64.deb
Files: 
 38685acab86f9a63ecfa7ce2d25ccf22 1327 net optional kadu_0.6.5.2-2.dsc
 6d3a3d0c2f00fde8186fb6a58a78791b 19551 net optional kadu_0.6.5.2-2.diff.gz
 c954debb55a8a2821ecac3e88a9e7789 872198 net optional 
kadu-common_0.6.5.2-2_all.deb
 3e0fff8f6b504cc76da2811cc7f6248e 5584190 net optional 
kadu-themes_0.6.5.2-2_all.deb
 a30f03f9e4bc5ed81573e96011251c3c 2003440 net optional kadu_0.6.5.2-2_amd64.deb
 7b45f6a2f8f4741601efcbed6c48b71c 1424824 net optional 
kadu-external-modules_0.6.5.2-2_amd64.deb

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

iEYEARECAAYFAkoJuRUACgkQB01zfu119ZnSowCfQJCzNcLR3tRAXEXOdxaG333N
ltwAn26b/zVonlzpAeYInGJIdhgFrfLZ
=3u9u
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to