Your message dated Sun, 22 Jul 2007 11:17:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417456: fixed in ocrad 0.17-2
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: ocrad
Version: 0.16-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.
> Automatic build of ocrad_0.16-1 on coconut0 by sbuild/ia64 0.49
...
> g++ -Wall -W -O2 -c -o track.o track.cc
> In file included from track.cc:22:
> common.h: In constructor 'Control::Control()':
> common.h:87: error: 'stdout' was not declared in this scope
> track.cc: In constructor 'Vrhomboid::Vrhomboid(int, int, int, int, int)':
> track.cc:98: error: 'fprintf' is not a member of 'std'
> track.cc:98: error: 'stderr' was not declared in this scope
> make[1]: *** [track.o] Error 1
--- common.h~ 2007-04-02 19:49:02.000000000 +0000
+++ common.h 2007-04-02 19:49:12.000000000 +0000
@@ -16,6 +16,8 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <string>
+
namespace Ocrad {
extern bool verbose;
--- page_image.cc~ 2007-04-02 19:49:30.000000000 +0000
+++ page_image.cc 2007-04-02 19:49:38.000000000 +0000
@@ -18,6 +18,7 @@
#include <algorithm>
#include <cctype>
+#include <climits>
#include <cstdio>
#include <vector>
--- character_r12.cc~ 2007-04-02 19:50:18.000000000 +0000
+++ character_r12.cc 2007-04-02 19:50:26.000000000 +0000
@@ -17,6 +17,7 @@
*/
#include <cstdio>
+#include <cstdlib>
#include <vector>
#include "common.h"
#include "rectangle.h"
--- textline_r2.cc~ 2007-04-02 19:50:39.000000000 +0000
+++ textline_r2.cc 2007-04-02 19:50:46.000000000 +0000
@@ -18,6 +18,7 @@
#include <cctype>
#include <cstdio>
+#include <cstdlib>
#include <vector>
#include "common.h"
--- textpage.cc~ 2007-04-02 19:51:45.000000000 +0000
+++ textpage.cc 2007-04-02 19:51:50.000000000 +0000
@@ -19,6 +19,7 @@
#include <cstdio>
#include <string>
#include <vector>
+#include <algorithm>
#include "common.h"
#include "rectangle.h"
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: ocrad
Source-Version: 0.17-2
We believe that the bug you reported is fixed in the latest version of
ocrad, which is due to be installed in the Debian FTP archive:
ocrad_0.17-2.diff.gz
to pool/main/o/ocrad/ocrad_0.17-2.diff.gz
ocrad_0.17-2.dsc
to pool/main/o/ocrad/ocrad_0.17-2.dsc
ocrad_0.17-2_amd64.deb
to pool/main/o/ocrad/ocrad_0.17-2_amd64.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.
Miguel Gea Milvaques <[EMAIL PROTECTED]> (supplier of updated ocrad 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, 22 Jul 2007 13:02:53 +0200
Source: ocrad
Binary: ocrad
Architecture: source amd64
Version: 0.17-2
Distribution: unstable
Urgency: low
Maintainer: Miguel Gea Milvaques <[EMAIL PROTECTED]>
Changed-By: Miguel Gea Milvaques <[EMAIL PROTECTED]>
Description:
ocrad - Optical Character Recognition program
Closes: 417456
Changes:
ocrad (0.17-2) unstable; urgency=low
.
* Modified Changelog. Now License is GPL-3
* Added missing includes (Closes: #417456)
Files:
32d36fee0b9c786654bf1c7ba32b041b 557 graphics optional ocrad_0.17-2.dsc
49c6ec32088df1205fb1fb34ed79d684 4028 graphics optional ocrad_0.17-2.diff.gz
ed9711d67e00c4965de21b7f35b5efb1 142978 graphics optional
ocrad_0.17-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGozopNTNQylgICMQRAmHGAKCae2NdyiHd57aJMoGz2u41hQXKkgCfdOoA
lJ7nEemJwW22wnlpvpNRTsE=
=Vq+i
-----END PGP SIGNATURE-----
--- End Message ---