Your message dated Sun, 06 Apr 2008 00:17:12 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417713: fixed in subcommander 1.2.2-1.1
has caused the Debian Bug report #417713,
regarding FTBFS with GCC 4.3: missing #includes
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.)
--
417713: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417713
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: subcommander
Version: 1.2.2-1
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 (20070326-1 or higher)
from unstable. (Currently not available for i386, but for amd64, powerpc
and ia64. I hope to have i386 binaries in the archive in ~3 weeks.)
> Automatic build of subcommander_1.2.2-1 on coconut0 by sbuild/ia64 0.49
...
> g++ -DHAVE_CONFIG_H -I. -I. -I.. -pipe -Wall -g -O2 -pthread -DLINUX=2
> -D_REENTRANT -D_GNU_SOURCE -I.. -I/usr/include/qt3
> -I/usr/include/subversion-1 -I/usr/include/apr-1.0 -I/usr/include/apr-1.0
> -I/usr/include/postgresql -O2 -c -o MsgHandler.o `test -f 'MsgHandler.cpp'
> || echo './'`MsgHandler.cpp
> MsgHandler.cpp: In function 'void MessageHandler(QtMsgType, const char*)':
> MsgHandler.cpp:32: error: 'abort' was not declared in this scope
> make[3]: *** [MsgHandler.o] Error 1
--- sublib/MsgHandler.cpp~ 2007-04-04 11:38:49.000000000 +0000
+++ sublib/MsgHandler.cpp 2007-04-04 11:38:57.000000000 +0000
@@ -7,6 +7,8 @@
* ====================================================================
*/
+#include <cstdlib>
+
// sc
#include "config.h"
#include "MsgHandler.h"
--- sublib/Utility.cpp~ 2007-04-04 11:39:42.000000000 +0000
+++ sublib/Utility.cpp 2007-04-04 11:39:52.000000000 +0000
@@ -25,6 +25,7 @@
#endif // _WIN32
// sys
+#include <cstdlib>
#include <locale.h>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: subcommander
Source-Version: 1.2.2-1.1
We believe that the bug you reported is fixed in the latest version of
subcommander, which is due to be installed in the Debian FTP archive:
subcommander-doc_1.2.2-1.1_all.deb
to pool/main/s/subcommander/subcommander-doc_1.2.2-1.1_all.deb
subcommander_1.2.2-1.1.diff.gz
to pool/main/s/subcommander/subcommander_1.2.2-1.1.diff.gz
subcommander_1.2.2-1.1.dsc
to pool/main/s/subcommander/subcommander_1.2.2-1.1.dsc
subcommander_1.2.2-1.1_i386.deb
to pool/main/s/subcommander/subcommander_1.2.2-1.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alexander Schmehl <[EMAIL PROTECTED]> (supplier of updated subcommander 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: Sun, 06 Apr 2008 01:01:45 +0200
Source: subcommander
Binary: subcommander subcommander-doc
Architecture: source all i386
Version: 1.2.2-1.1
Distribution: unstable
Urgency: high
Maintainer: Andreas Fester <[EMAIL PROTECTED]>
Changed-By: Alexander Schmehl <[EMAIL PROTECTED]>
Description:
subcommander - Graphical client for subversion
subcommander-doc - User guide for subcommander
Closes: 417713
Changes:
subcommander (1.2.2-1.1) unstable; urgency=high
.
* Non-maintainer upload.
* Added debian/patches/50-ftbfs-gcc-4.3.dpatch to fix FTBFS with gcc 4.3
(Closes: #417713)
Thanks for the patch to Martin Michlmayr
* Adjusted build depends to get this thing compiling
Files:
7dbb5226be57de50f416dad816c0cd5b 822 devel optional subcommander_1.2.2-1.1.dsc
20a5fcb4e131ac915daad65208e47e9d 75963 devel optional
subcommander_1.2.2-1.1.diff.gz
f5fa8d41df321f5f8ca0f5ff920d1de9 848402 doc optional
subcommander-doc_1.2.2-1.1_all.deb
2a1012f53b2ea3e7a99ad99b65915d0a 1018642 devel optional
subcommander_1.2.2-1.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH+BXbBxd04ADYzRYRArO6AJ9wKUpLFFnthfNMAG8Y/cUVxFmHjgCcDqbY
hoO34YTPwooqDdBMGCqbAxc=
=V1qx
-----END PGP SIGNATURE-----
--- End Message ---