Your message dated Fri, 29 Jun 2007 15:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417143: fixed in dares 0.6.5-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: dares
Version: 0.6.5-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 dares_0.6.5-2 on coconut0 by sbuild/ia64 0.49
...
> g++ -c -pipe -g -pedantic -Wno-long-long -Wall -W -O2 -D_REENTRANT -DWITH_QT
> -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT
> -I/usr/share/qt3/mkspecs/default -I. -I. -I../../include -I/usr/include/qt3
> -I.ui/ -I.moc/ -o .obj/main.o main.cpp
> main.cpp: In function 'int main(int, char**)':
> main.cpp:42: error: 'malloc' was not declared in this scope
> make[2]: *** [.obj/main.o] Error 1
--- frontend/qt/main.cpp~ 2007-04-01 17:07:30.000000000 +0000
+++ frontend/qt/main.cpp 2007-04-01 17:07:40.000000000 +0000
@@ -28,6 +28,8 @@
#include <qapplication.h>
#include <qmessagebox.h>
+#include <cstdlib>
+
#define PROG_NAME "DAta REScue (C) 2005 c't"
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: dares
Source-Version: 0.6.5-3
We believe that the bug you reported is fixed in the latest version of
dares, which is due to be installed in the Debian FTP archive:
dares-qt_0.6.5-3_i386.deb
to pool/main/d/dares/dares-qt_0.6.5-3_i386.deb
dares_0.6.5-3.diff.gz
to pool/main/d/dares/dares_0.6.5-3.diff.gz
dares_0.6.5-3.dsc
to pool/main/d/dares/dares_0.6.5-3.dsc
dares_0.6.5-3_i386.deb
to pool/main/d/dares/dares_0.6.5-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.
Michael Hanke <[EMAIL PROTECTED]> (supplier of updated dares 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: Fri, 29 Jun 2007 11:34:20 +0200
Source: dares
Binary: dares-qt dares
Architecture: source i386
Version: 0.6.5-3
Distribution: unstable
Urgency: low
Maintainer: Michael Hanke <[EMAIL PROTECTED]>
Changed-By: Michael Hanke <[EMAIL PROTECTED]>
Description:
dares - rescue files from damaged CDs and DVDs (ncurses-interface)
dares-qt - rescue files from damaged CDs and DVDs (Qt-interface)
Closes: 417143
Changes:
dares (0.6.5-3) unstable; urgency=low
.
* Bumped Standards-version to 3.7.2 - no changes necessary.
* Drop Florian from Uploaders on his own request.
* Add missing include directive for GCC 4.3 compatibility.
(Closes: #417143)
Files:
a796c051364baaa64efef8115321f57c 614 utils optional dares_0.6.5-3.dsc
ed449daced8a9aef19d6b976c739b4f5 3450 utils optional dares_0.6.5-3.diff.gz
bfdaa143f3119fb8c930a79caa205018 22110 utils optional dares_0.6.5-3_i386.deb
d1dd5e67cae15bf0f2723e4caf882092 52826 utils optional dares-qt_0.6.5-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGhSD+s3U+TVFLPnwRAvnCAJ0QlMit4JxIntUcxN5xhaYmWwv0sACfaRyA
fBKeLkbY3+7ewQU8JpUcwWw=
=DA4z
-----END PGP SIGNATURE-----
--- End Message ---