Your message dated Sun, 09 Mar 2008 17:02:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417375: fixed in linm 0.7.9-2.1
has caused the Debian Bug report #417375,
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.)


-- 
417375: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417375
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: linm
Version: 0.7.9-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 (20070326-1 or higher)
from unstable.

> Automatic build of linm_0.7.9-2 on em64t by sbuild/amd64 0.53
...
> history.cpp:91: error: 'uint' was not declared in this scope
> history.cpp:91: error: expected `;' before 'n'
> history.cpp:91: error: 'n' was not declared in this scope
> history.cpp: In member function 'const std::string& 
> MLS::HistoryMap::GetPrev(const std::string&)':
> history.cpp:107: error: 'uint' was not declared in this scope
> history.cpp:107: error: expected `;' before 'n'

--- panel/common/history.h~     2007-04-02 13:23:22.000000000 +0000
+++ panel/common/history.h      2007-04-02 13:23:28.000000000 +0000
@@ -3,6 +3,7 @@
 #ifndef __HISTORY_H__
 #define __HISTORY_H__
 
+#include <cstdlib>
 #include <string>
 #include <vector>
 #include <map>

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


--- End Message ---
--- Begin Message ---
Source: linm
Source-Version: 0.7.9-2.1

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

linm_0.7.9-2.1.dsc
  to pool/main/l/linm/linm_0.7.9-2.1.dsc
linm_0.7.9-2.1.tar.gz
  to pool/main/l/linm/linm_0.7.9-2.1.tar.gz
linm_0.7.9-2.1_i386.deb
  to pool/main/l/linm/linm_0.7.9-2.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 linm 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, 09 Mar 2008 16:45:32 +0000
Source: linm
Binary: linm
Architecture: source i386
Version: 0.7.9-2.1
Distribution: unstable
Urgency: medium
Maintainer: Ki-Heon Kim <[EMAIL PROTECTED]>
Changed-By: Luk Claes <[EMAIL PROTECTED]>
Description: 
 linm       - The famous file manager from the MS-DOS age
Closes: 417375
Changes: 
 linm (0.7.9-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 4.3 (Closes: #417375).
Files: 
 10f6911c4658b4a652ae8ea833d42d10 549 utils optional linm_0.7.9-2.1.dsc
 ad32cfe745f384315954345df3fb0c02 714806 utils optional linm_0.7.9-2.1.tar.gz
 4192dd9c34b0015f6101b27dd409e251 828300 utils optional linm_0.7.9-2.1_i386.deb

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

iD8DBQFH1Bat5UTeB5t8Mo0RAhJMAJ9uM+sz3AihVRlxmk3NYO1gUU+rvACgjPSG
p6iq4g9vM5Vpaic5Y6TN9pU=
=Jp6S
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to