Your message dated Sun, 27 Dec 2009 22:03:44 +0000
with message-id <e1np1de-0005fj...@ries.debian.org>
and subject line Bug#505341: fixed in qrfcview 0.62-5.1
has caused the Debian Bug report #505341,
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.)


-- 
505341: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505341
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qrfcview
Version: 0.62-5
User: debian-...@lists.debian.org
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.

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 qrfcview_0.62-5 on em64t by sbuild/amd64 0.53
...
> /usr/bin/uic-qt4 find_dlg.ui -o ui_find_dlg.h
> g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB 
> -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ 
> -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore 
> -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork 
> -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. 
> -o rfcview.o rfcview.cpp
> In file included from rfcview.cpp:24:
> mainwindow.h:50: error: 'uint32_t' has not been declared
> mainwindow.h:113: error: 'uint8_t' does not name a type
> make[2]: *** [rfcview.o] Error 1
> make[2]: Leaving directory `/build/tbm/qrfcview-0.62/src'

--- src/mainwindow.h~   2008-11-11 19:58:57.000000000 +0000
+++ src/mainwindow.h    2008-11-11 19:59:06.000000000 +0000
@@ -25,6 +25,8 @@
 #include <QMainWindow>
 #include <QDir>
 
+#include <stdint.h>
+
 class QAction;
 class QMenu;
 class QWorkspace;
--- src/rfcloader.h~    2008-11-11 20:00:16.000000000 +0000
+++ src/rfcloader.h     2008-11-11 20:00:23.000000000 +0000
@@ -25,6 +25,8 @@
 #include <QStringList>
 #include <QMap>
 
+#include <stdint.h>
+
 /**
 @author Romain Rollet
 */
--- src/mdichild.h~     2008-11-11 20:00:54.000000000 +0000
+++ src/mdichild.h      2008-11-11 20:01:14.000000000 +0000
@@ -25,6 +25,8 @@
 
     #include <QSplitter>
 
+    #include <stdint.h>
+
 #define PARSER_NORMALTEXT 0
 #define PARSER_BIBTEXT 1
 #define PARSER_HEADER 2
--- src/cdialogfind.h~  2008-11-11 20:01:18.000000000 +0000
+++ src/cdialogfind.h   2008-11-11 20:01:25.000000000 +0000
@@ -24,6 +24,8 @@
 #include <qdialog.h>
 #include <ui_find_dlg.h>
 
+#include <stdint.h>
+
 #define FIND_OPTIONSFLAG_REGEXP   0x01
 #define FIND_OPTIONSFLAG_CASE     0x02
 #define FIND_OPTIONSFLAG_WHOLE    0x04
--- src/TitleModel.h~   2008-11-11 20:02:00.000000000 +0000
+++ src/TitleModel.h    2008-11-11 20:02:05.000000000 +0000
@@ -30,6 +30,8 @@
 #include <QModelIndex>
 #include <QVariant>
 
+#include <stdint.h>
+
 #define MAX_TITLE_LEVEL 16
 
 class CTitleItem;
--- src/qrfceditor.h~   2008-11-11 20:02:39.000000000 +0000
+++ src/qrfceditor.h    2008-11-11 20:02:46.000000000 +0000
@@ -22,6 +22,9 @@
 #define QRFCEDITOR_H
 
 #include <qtextbrowser.h>
+
+#include <stdint.h>
+
 class QStringList;
 
 /**
--- src/cdialogsetdirectory.h~  2008-11-11 20:03:27.000000000 +0000
+++ src/cdialogsetdirectory.h   2008-11-11 20:03:34.000000000 +0000
@@ -23,6 +23,8 @@
 #include <QStringList>
 #include <ui_setdirectory_dlg.h>
 
+#include <stdint.h>
+
 /**
 @author Romain Rollet
 */

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



--- End Message ---
--- Begin Message ---
Source: qrfcview
Source-Version: 0.62-5.1

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

qrfcview_0.62-5.1.diff.gz
  to main/q/qrfcview/qrfcview_0.62-5.1.diff.gz
qrfcview_0.62-5.1.dsc
  to main/q/qrfcview/qrfcview_0.62-5.1.dsc
qrfcview_0.62-5.1_i386.deb
  to main/q/qrfcview/qrfcview_0.62-5.1_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 505...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Egger <christ...@debian.org> (supplier of updated qrfcview 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: SHA512

Format: 1.8
Date: Fri, 25 Dec 2009 22:20:17 +0100
Source: qrfcview
Binary: qrfcview
Architecture: source i386
Version: 0.62-5.1
Distribution: unstable
Urgency: low
Maintainer: Frederic Daniel Luc Lehobey <frede...@lehobey.net>
Changed-By: Christoph Egger <christ...@debian.org>
Description: 
 qrfcview   - viewer for IETF RFCs
Closes: 505341
Changes: 
 qrfcview (0.62-5.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix build with gcc-4.4 using patch from Martin Michlmayr (Closes:
     #505341)
Checksums-Sha1: 
 51990f44aa3a59babf00cb6714fcf10c04c7c82f 1706 qrfcview_0.62-5.1.dsc
 c3702b3f369b04d15870b1b2ca6bb7ec9472b252 4979 qrfcview_0.62-5.1.diff.gz
 74c2b3acb20f0dd45ffe39562a940551994761a5 88854 qrfcview_0.62-5.1_i386.deb
Checksums-Sha256: 
 5324beb73bc6ac0a735092b238d992ef9495ee277d231714780919683bcf36e6 1706 
qrfcview_0.62-5.1.dsc
 b3d345d5a5fa487fa7cab538664e7e9de39b4fd9e2534740718d02be9364d235 4979 
qrfcview_0.62-5.1.diff.gz
 f14ecbdd03e87a619d4c25f9ccaf8cbf36feac1e5a25f705afbd8d3cfc59998e 88854 
qrfcview_0.62-5.1_i386.deb
Files: 
 bbac5f1e0f7d96ec0fc61596b42c1181 1706 doc optional qrfcview_0.62-5.1.dsc
 b0a327d1fb6f812881d29069f98e7d0c 4979 doc optional qrfcview_0.62-5.1.diff.gz
 a40a876f024880cd2384cc32d7c2ee38 88854 doc optional qrfcview_0.62-5.1_i386.deb

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

iQIcBAEBCgAGBQJLNS8BAAoJEKv/7bJACMb5KloP/Rk1Ua83nmBN0ycKiSRcBNRk
FvXAf72s+sL2YIJDmb1w0vASUKpBI+g+sOitebHDq972d+d1l9xuhrhzIuiaZT+T
Bj7I3RIR4OwDMOap1V0NmDWjfpV1sq5K6IK4LUYl10d5rJiL8UtYjxqkuwYI8ytW
Walg//ngmM+nlwohd9Rpovmgg46uccFw4dwqKWlXYsIenNoJgCr/9TaqSFlS0oI/
pygBN3ZRJ6inIH2ALn8kXB7hAKbDoF/lJzYom1sGbDZJgJPalLmk+gpkTWu4gJ6a
2gCyCQ6Niw0/FDAyFXG+2aXQNfBDTTQc2R+Fmf4X30ZcH4B8MrHdyVcvMgkbJDBG
1B5tB6+YrFb/Oev5CZDZgPx8cPdl4ZjKqv/QZYEksnal94Lv17YDwDvjoRjwZMzq
xlDgJ+AlPbW7TgxDluUhL9Tf+9LSL/U5du+D8E/FY7t8MeZ4KQXZOpQFD6dXt3Lc
XXhYIk9XuLehYWgY4P7Vqz6Uvh6ztk8rTtuFCSPU3w4WsOMK7Ex9E2ACVqBGV4mI
Zdp0A8sI2IRuLIeLj/fQWtai1uih1v+UUINhq4Zoy/flSoGy94kMvZGwT8p3nNcL
75Tgx18H3G7tLT9Y/EeYQB13nEEJ6jblc8zyKLGBRgcl7rDTl1fJHyPK8PisRUts
ScDrQGbHvDJqA9eStUI+
=DI61
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to