Your message dated Sat, 08 Mar 2008 22:47:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417137: fixed in cvsnt 2.5.03.2382-3.1
has caused the Debian Bug report #417137,
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.)


-- 
417137: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417137
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: cvsnt
Version: 2.5.03.2382-3
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.

> Build started at 20070330-2258
...
>  ia64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I../lib 
> -I../libltdl -D_CVSAPI -I/usr/include/postgresql -g -O2 -c diff/DiffBase.cpp 
> -MT DiffBase.lo -MD -MP -MF .deps/DiffBase.TPlo  -fPIC -DPIC -o 
> .libs/DiffBase.o
> diff/DiffBase.cpp: In member function 'int CDiffBase::ExecuteDiff(const 
> void*, int, int, const void*, int, int, int)':
> diff/DiffBase.cpp:259: error: 'INT_MAX' was not declared in this scope
> make[4]: *** [DiffBase.lo] Error 1

--- cvsapi/diff/DiffBase.h~     2007-04-01 16:54:59.000000000 +0000
+++ cvsapi/diff/DiffBase.h      2007-04-01 16:55:06.000000000 +0000
@@ -21,6 +21,7 @@
 #ifndef DIFFBASE__H
 #define DIFFBASE__H
 
+#include <climits>
 #include <map>
 #include <vector>
 
--- cvsapi/diff/StringDiff.h~   2007-04-01 16:57:19.000000000 +0000
+++ cvsapi/diff/StringDiff.h    2007-04-01 16:58:10.000000000 +0000
@@ -21,6 +21,8 @@
 
 #include "DiffBase.h"
 
+#include <cstdio>
+
 /* Diff two strings, for testing... not much use for anything else */
 class CStringDiff : protected CDiffBase
 {
--- cvsdelta/cvsdelta.h~        2007-04-01 17:00:57.000000000 +0000
+++ cvsdelta/cvsdelta.h 2007-04-01 17:01:06.000000000 +0000
@@ -22,6 +22,8 @@
 
 #ifdef __cplusplus
 
+#include <cstdlib>
+
 #ifdef __hpux__
 #include <stdarg.h> // yes, hpux is *that* broken
 #endif

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


--- End Message ---
--- Begin Message ---
Source: cvsnt
Source-Version: 2.5.03.2382-3.1

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

cvsnt_2.5.03.2382-3.1.diff.gz
  to pool/main/c/cvsnt/cvsnt_2.5.03.2382-3.1.diff.gz
cvsnt_2.5.03.2382-3.1.dsc
  to pool/main/c/cvsnt/cvsnt_2.5.03.2382-3.1.dsc
cvsnt_2.5.03.2382-3.1_i386.deb
  to pool/main/c/cvsnt/cvsnt_2.5.03.2382-3.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.
Luk Claes <[EMAIL PROTECTED]> (supplier of updated cvsnt 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: Sat, 08 Mar 2008 22:23:39 +0000
Source: cvsnt
Binary: cvsnt
Architecture: source i386
Version: 2.5.03.2382-3.1
Distribution: unstable
Urgency: medium
Maintainer: Andreas Tscharner <[EMAIL PROTECTED]>
Changed-By: Luk Claes <[EMAIL PROTECTED]>
Description: 
 cvsnt      - A better CVS
Closes: 417137 442536
Changes: 
 cvsnt (2.5.03.2382-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 4.3 (Closes: #417137).
   * Fix FTBFS if built twice (Closes: #442536).
Files: 
 5d0a4c0e549310aaf21f8b43089e2d15 775 devel optional cvsnt_2.5.03.2382-3.1.dsc
 5d5d806decabaa4ba8069a1878d21155 124152 devel optional 
cvsnt_2.5.03.2382-3.1.diff.gz
 863e1fd36b594dd9e97605302d1426a9 1082176 devel optional 
cvsnt_2.5.03.2382-3.1_i386.deb

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

iD8DBQFH0xR05UTeB5t8Mo0RAkrPAJ4kZl0PBXl/gQzzcO7w+Ap9+bLasgCghLtY
U2fP3r6zHUAkCIuIo8n48tU=
=pNG5
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to