Your message dated Mon, 02 Apr 2007 18:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417343: fixed in kdevelop 4:3.4.0-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: kdevelop
Version: 4:3.4.0-2
Usertags: ftbfs-gcc-4.3
Tags: patch
Your package fails to build with GCC 4.3. Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning. In GCC 4.3, the C++ header
dependencies have been cleaned up. The advantage of this is that
programs will compile faster. The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC). Some background of this can be found at
http://gcc.gnu.org/PR28080
You can reproduce this problem with gcc-snapshot from unstable.
> Automatic build of kdevelop_4:3.4.0-2 on coconut0 by sbuild/ia64 0.49
...
> g++ -DHAVE_CONFIG_H -I. -I/build/tbm/kdevelop-3.4.0/./lib/cppparser -I../..
> -I/build/tbm/kdevelop-3.4.0/./lib/interfaces -I/usr/include/kde
> -I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT
> -DKDEVELOP_BGPARSER -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500
> -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W
> -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -Wall -O2 -Wformat-security
> -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions
> -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
> -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c
> /build/tbm/kdevelop-3.4.0/./lib/cppparser/cachemanager.cpp -fPIC -DPIC -o
> .libs/cachemanager.o
> /build/tbm/kdevelop-3.4.0/./lib/cppparser/cachemanager.cpp:89:2: error: no
> newline at end of file
> In file included from
> /build/tbm/kdevelop-3.4.0/./lib/cppparser/cachemanager.cpp:15:
> /build/tbm/kdevelop-3.4.0/./lib/cppparser/cachemanager.h:33: error: 'uint'
> does not name a type
> /build/tbm/kdevelop-3.4.0/./lib/cppparser/cachemanager.h:37: error: expected
> ',' or '...' before 'v'
> /build/tbm/kdevelop-3.4.0/./lib/cppparser/cachemanager.h:37: error: ISO C++
> forbids declaration of 'uint' with no type
> /build/tbm/kdevelop-3.4.0/./lib/cppparser/cachemanager.h:41: error: expected
> ',' or '...' before 'diff'
--- languages/cpp/debugger/variablewidget.cpp~ 2007-04-02 10:45:20.000000000
+0000
+++ languages/cpp/debugger/variablewidget.cpp 2007-04-02 10:46:21.000000000
+0000
@@ -40,6 +40,7 @@
#include <kapplication.h>
#include <kmessagebox.h>
+#include <cctype>
#include <set>
#include <typeinfo>
--- languages/cpp/setuphelper.cpp~ 2007-04-02 10:52:07.000000000 +0000
+++ languages/cpp/setuphelper.cpp 2007-04-02 10:52:09.000000000 +0000
@@ -55,4 +55,4 @@
return lines;
}
-}
\ No newline at end of file
+}
--- lib/cppparser/cachemanager.h~ 2007-04-02 10:13:59.000000000 +0000
+++ lib/cppparser/cachemanager.h 2007-04-02 10:14:04.000000000 +0000
@@ -15,6 +15,7 @@
#ifndef CACHEMANAGER_H
#define CACHEMANAGER_H
+#include <cstdlib>
#include <set>
#include <limits>
--- lib/cppparser/cachemanager.cpp~ 2007-04-02 10:14:25.000000000 +0000
+++ lib/cppparser/cachemanager.cpp 2007-04-02 10:14:27.000000000 +0000
@@ -86,4 +86,4 @@
void CacheManager::saveMemory() {
removeLowerHalf();
-}
\ No newline at end of file
+}
--- lib/cppparser/lexercache.cpp~ 2007-04-02 10:15:17.000000000 +0000
+++ lib/cppparser/lexercache.cpp 2007-04-02 10:15:19.000000000 +0000
@@ -247,4 +247,4 @@
m_fileModificationCache.clear();
m_totalStringSet.clear(); ///it's unclear how often this should be emptied.
It may happen that completely unused strings end up in this set, then deleting
it will save us memory.
-}
\ No newline at end of file
+}
--- lib/astyle/astyle.h~ 2007-04-02 10:16:23.000000000 +0000
+++ lib/astyle/astyle.h 2007-04-02 10:17:03.000000000 +0000
@@ -28,6 +28,7 @@
#ifndef ASTYLE_H
#define ASTYLE_H
+#include <cctype>
#include <string>
#include <vector>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: kdevelop
Source-Version: 4:3.4.0-3
We believe that the bug you reported is fixed in the latest version of
kdevelop, which is due to be installed in the Debian FTP archive:
kdevelop-data_3.4.0-3_all.deb
to pool/main/k/kdevelop/kdevelop-data_3.4.0-3_all.deb
kdevelop-dev_3.4.0-3_i386.deb
to pool/main/k/kdevelop/kdevelop-dev_3.4.0-3_i386.deb
kdevelop-doc_3.4.0-3_all.deb
to pool/main/k/kdevelop/kdevelop-doc_3.4.0-3_all.deb
kdevelop_3.4.0-3.diff.gz
to pool/main/k/kdevelop/kdevelop_3.4.0-3.diff.gz
kdevelop_3.4.0-3.dsc
to pool/main/k/kdevelop/kdevelop_3.4.0-3.dsc
kdevelop_3.4.0-3_i386.deb
to pool/main/k/kdevelop/kdevelop_3.4.0-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.
Jeremy Lainé <[EMAIL PROTECTED]> (supplier of updated kdevelop 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.7
Date: Mon, 02 Apr 2007 14:41:41 +0200
Source: kdevelop
Binary: kdevelop-doc kdevelop-data kdevelop kdevelop-dev
Architecture: source i386 all
Version: 4:3.4.0-3
Distribution: unstable
Urgency: low
Maintainer: Jeremy Lainé <[EMAIL PROTECTED]>
Changed-By: Jeremy Lainé <[EMAIL PROTECTED]>
Description:
kdevelop - An IDE for Unix/X11
kdevelop-data - An IDE for Unix/X11 - data
kdevelop-dev - An IDE for Unix/X11 - development files
kdevelop-doc - An IDE for Unix/X11 - documentation
Closes: 409364 417343
Changes:
kdevelop (4:3.4.0-3) unstable; urgency=low
.
* Apply patch from Martin Michlmayr for GCC 4.3 FTBFS (Closes: #417343).
* Add note about Persistent Class Store in README.Debian (Closes: #409364).
Files:
0212ac5f9912a54c4581bed3d5c91a7a 802 kde optional kdevelop_3.4.0-3.dsc
3e466338ed1ef317652a186018b1bd38 134306 kde optional kdevelop_3.4.0-3.diff.gz
dc234732cc786dbd724520b832e3373b 3596764 doc optional
kdevelop-doc_3.4.0-3_all.deb
3f313883872bb87a4a7caeb23376cd79 2528726 kde optional
kdevelop-data_3.4.0-3_all.deb
8c1f5e559672632083c48a5933e5723e 8676494 kde optional kdevelop_3.4.0-3_i386.deb
c50d6a8e3256fa4276bd77a3312dd661 174298 kde optional
kdevelop-dev_3.4.0-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGEUJs4mJJZqJp2ScRAguUAKDK8EHb80g8hqpy/YxhWPj7FGbuZACeO82z
PGPb12HEkXNm7CE8jq0Iuck=
=+23I
-----END PGP SIGNATURE-----
--- End Message ---